/reactos/dll/win32/dbghelp/ |
H A D | coff.c | 59 struct symt_compiland* compiland; member 118 file->compiland = symt_new_compiland(module, 0, in coff_add_file() 225 coff_files.files[curr_file_idx].compiland->source); in coff_process_info() 247 … source_get(msc_dbg->module, coff_files.files[curr_file_idx].compiland->source), in coff_process_info() 287 coff_files.files[curr_file_idx].compiland, in coff_process_info() 298 struct symt_compiland* compiland = NULL; in coff_process_info() local 316 compiland = coff_files.files[j].compiland; in coff_process_info() 323 &symt_new_function(msc_dbg->module, compiland, nampnt, in coff_process_info() 432 coff_files.files[j].compiland->source, in coff_process_info()
|
H A D | symbol.c | 242 sym->container = compiland ? &compiland->symt : NULL; in symt_new_public() 247 if (compiland) in symt_new_public() 273 sym->container = compiland ? &compiland->symt : NULL; in symt_new_global_variable() 284 if (compiland) in symt_new_global_variable() 317 if (compiland) in symt_new_function() 515 if (compiland) in symt_new_thunk() 540 sym->container = compiland ? &compiland->symt : NULL; in symt_new_constant() 544 if (compiland) in symt_new_constant() 569 sym->parent = compiland ? &compiland->symt : NULL; in symt_new_label() 571 if (compiland) in symt_new_label() [all …]
|
H A D | elf_module.c | 71 struct symt_compiland* compiland; member 627 struct symt_compiland* compiland = NULL; in elf_hash_symtab() local 687 compiland = symt_new_compiland(module, sym.st_value, in elf_hash_symtab() 690 compiland = NULL; in elf_hash_symtab() 734 ste->compiland = compiland; in elf_hash_symtab() 765 if (compiland) in elf_lookup_symtab() 779 if ((ste->compiland && !compiland_name) || (!ste->compiland && compiland_name)) in elf_lookup_symtab() 781 if (ste->compiland && compiland_name) in elf_lookup_symtab() 783 const char* filename = source_get(module, ste->compiland->source); in elf_lookup_symtab() 945 symt_new_function(module, ste->compiland, ste->ht_elt.name, in elf_new_wine_thunks() [all …]
|
H A D | msc.c | 1577 symt_new_global_variable(msc_dbg->module, compiland, in codeview_add_variable() 1591 struct symt_compiland* compiland = NULL; in codeview_snarf() local 1672 symt_new_thunk(msc_dbg->module, compiland, in codeview_snarf() 1678 symt_new_thunk(msc_dbg->module, compiland, in codeview_snarf() 1690 curr_func = symt_new_function(msc_dbg->module, compiland, in codeview_snarf() 1877 else symt_new_label(msc_dbg->module, compiland, in codeview_snarf() 2052 struct symt_compiland* compiland = NULL; in codeview_snarf_public() local 2071 symt_new_public(msc_dbg->module, compiland, in codeview_snarf_public() 2080 symt_new_public(msc_dbg->module, compiland, in codeview_snarf_public() 2090 symt_new_public(msc_dbg->module, compiland, in codeview_snarf_public() [all …]
|
H A D | stabs.c | 1248 struct symt_compiland* compiland = NULL; in stabs_parse() local 1364 symt_new_global_variable(module, compiland, symname, TRUE /* FIXME */, in stabs_parse() 1374 symt_new_global_variable(module, compiland, symname, TRUE /* FIXME */, in stabs_parse() 1523 curr_func = symt_new_function(module, compiland, symname, in stabs_parse() 1552 compiland = NULL; in stabs_parse() 1561 compiland = symt_new_compiland(module, 0 /* FIXME */, source_idx); in stabs_parse() 1635 is_public, is_global, stab_ptr->n_other, compiland, user); in stabs_parse()
|
H A D | pe_module.c | 429 struct symt_compiland* compiland = NULL; in pe_load_coff_symbol_table() local 447 compiland = NULL; in pe_load_coff_symbol_table() 460 if (!compiland && lastfilename) in pe_load_coff_symbol_table() 461 compiland = symt_new_compiland(module, 0, in pe_load_coff_symbol_table() 465 symt_new_public(module, compiland, name, FALSE, in pe_load_coff_symbol_table()
|
H A D | macho_module.c | 947 struct symt_compiland* compiland; member 971 struct symt_compiland* compiland, void* user) in macho_stabs_def_cb() argument 978 compiland, mdi, mdi->fmap, mdi->fmap->handle); in macho_stabs_def_cb() 984 ste->compiland = compiland; in macho_stabs_def_cb() 1175 symt_new_function(module, ste->compiland, ste->ht_elt.name, in macho_finish_stabs() 1185 symt_new_global_variable(module, ste->compiland, ste->ht_elt.name, in macho_finish_stabs() 1194 symt_new_public(module, ste->compiland, ste->ht_elt.name, ste->is_code, ste->addr, 0); in macho_finish_stabs()
|
H A D | dbghelp_private.h | 735 struct symt_compiland* compiland, void* user); 836 struct symt_compiland* compiland,
|
H A D | dwarf.c | 186 struct symt_compiland* compiland; member 1625 symt_new_global_variable(subpgm->ctx->module, subpgm->ctx->compiland, in dwarf2_parse_variable() 1701 di->symt = &symt_new_constant(subpgm->ctx->module, subpgm->ctx->compiland, in dwarf2_parse_variable() 1950 subpgm.func = symt_new_function(ctx->module, ctx->compiland, in dwarf2_parse_subprogram() 2449 ctx.compiland = symt_new_compiland(module, ctx.load_offset + low_pc.u.uvalue, in dwarf2_parse_compilation_unit() 2451 di->symt = &ctx.compiland->symt; in dwarf2_parse_compilation_unit()
|
H A D | compat.h | 1136 BOOL WINAPI SymEnumLines(HANDLE hProcess, ULONG64 base, PCSTR compiland, PCSTR srcfile, PSYM_ENUMLI…
|