|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "dbghelp_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | source_rb |
| struct | enum_sources_files_context |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dbghelp) |
| static void * | source_rb_alloc (size_t size) |
| static void * | source_rb_realloc (void *ptr, size_t size) |
| static void | source_rb_free (void *ptr) |
| static int | source_rb_compare (const void *key, const struct wine_rb_entry *entry) |
| static unsigned | source_find (const char *name) |
| unsigned | source_new (struct module *module, const char *base, const char *name) |
| const char * | source_get (const struct module *module, unsigned idx) |
| BOOL WINAPI | SymEnumSourceFilesW (HANDLE hProcess, ULONG64 ModBase, PCWSTR Mask, PSYM_ENUMSOURCEFILES_CALLBACKW cbSrcFiles, PVOID UserContext) |
| static BOOL CALLBACK | enum_source_files_W_to_A (PSOURCEFILEW source_file, PVOID context) |
| BOOL WINAPI | SymEnumSourceFiles (HANDLE hProcess, ULONG64 ModBase, PCSTR Mask, PSYM_ENUMSOURCEFILES_CALLBACK cbSrcFiles, PVOID UserContext) |
| BOOL WINAPI | SymEnumSourceLines (HANDLE hProcess, ULONG64 base, PCSTR obj, PCSTR file, DWORD line, DWORD flags, PSYM_ENUMLINES_CALLBACK EnumLinesCallback, PVOID UserContext) |
| BOOL WINAPI | SymEnumSourceLinesW (HANDLE hProcess, ULONG64 base, PCWSTR obj, PCWSTR file, DWORD line, DWORD flags, PSYM_ENUMLINES_CALLBACKW EnumLinesCallback, PVOID UserContext) |
| BOOL WINAPI | SymGetSourceFileToken (HANDLE hProcess, ULONG64 base, PCSTR src, PVOID *token, DWORD *size) |
| BOOL WINAPI | SymGetSourceFileTokenW (HANDLE hProcess, ULONG64 base, PCWSTR src, PVOID *token, DWORD *size) |
Variables |
| static struct module * | rb_module |
| struct wine_rb_functions | source_rb_functions |
Generated on Sat May 26 2012 05:07:25 for ReactOS by
1.7.6.1
|