Searched refs:symtab_section (Results 1 – 7 of 7) sorted by relevance
/external/libabigail/src/ |
D | abg-symtab-reader.cc | 208 Elf_Scn* symtab_section = elf_helpers::find_symbol_table_section(elf_handle); in load_() local 209 if (!symtab_section) in load_() 216 gelf_getshdr(symtab_section, &symtab_sheader); in load_() 228 Elf_Data* symtab = elf_getdata(symtab_section, 0); in load_()
|
D | abg-dwarf-reader.cc | 5243 Elf_Scn* symtab_section = find_symbol_table_section(); in lookup_native_elf_symbol_from_index() local 5244 if (!symtab_section) in lookup_native_elf_symbol_from_index() 5247 Elf_Data* symtab = elf_getdata(symtab_section, 0); in lookup_native_elf_symbol_from_index()
|
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module.cc | 137 bool ELFSymbolsToModule(const uint8_t *symtab_section, in ELFSymbolsToModule() argument 144 ByteBuffer symbols(symtab_section, symtab_size); in ELFSymbolsToModule()
|
D | elf_symbols_to_module.h | 47 bool ELFSymbolsToModule(const uint8_t *symtab_section,
|
D | dump_symbols.cc | 735 const Shdr* symtab_section = in LoadSymbols() local 743 if (symtab_section && strtab_section) { in LoadSymbols() 748 symtab_section->sh_offset); in LoadSymbols() 754 symtab_section->sh_size, in LoadSymbols()
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 452 GElf_Shdr symtab_section; in LoadSymbols() local 454 &symtab_section)) { in LoadSymbols() 465 Elf_Sym *symbol = (Elf_Sym *)((char *)base + symtab_section.sh_offset); in LoadSymbols() 466 for (int i = 0; i < symtab_section.sh_size/symtab_section.sh_entsize; ++i) { in LoadSymbols()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 3100 static Section *symtab_section; 3402 section_sym = put_elf_sym(symtab_section, 0, 0, 3420 put_elf_sym(symtab_section, 0, 0, 3522 return &((Elf64_Sym *)symtab_section->data)[s->c]; 3612 sym->c = put_elf_sym(symtab_section, value, size, info, other, sh_num, name); 3645 put_elf_reloca(symtab_section, s, offset, type, c, addend); 9143 put_elf_reloca(symtab_section, sec,
|