Searched defs:symtab_section (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.cc137 bool ELFSymbolsToModule(const uint8_t *symtab_section, argument
144 ByteBuffer symbols(symtab_section, symtab_size);
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc452 GElf_Shdr symtab_section; local
454 &symtab_section)) {
465 Elf_Sym *symbol = (Elf_Sym *)((char *)base + symtab_section.sh_offset);
466 for (int i = 0; i < symtab_section.sh_size/symtab_section.sh_entsize; ++i) {
/external/valgrind/perf/
H A Dtinycc.c2342 static Section *symtab_section, *strtab_section;
5860 put_elf_reloc(symtab_section, cur_text_section,
6968 sym->c = add_elf_sym(symtab_section, value, size, info, 0, sh_num, name);
6970 esym = &((Elf32_Sym *)symtab_section->data)[sym->c];
6989 put_elf_reloc(symtab_section, s, offset, type, sym->c);
14451 esym = &((Elf32_Sym *)symtab_section->data)[sym->c];
14573 ((Elf32_Sym *)symtab_section->data)[sym->c].st_size =
14761 ((Elf32_Sym *)symtab_section->data)[sym->c].st_other |= 1;
14847 section_sym = put_elf_sym(symtab_section, 0, 0,
14859 put_elf_sym(symtab_section,
2340 static Section *symtab_section, *strtab_section; variable
[all...]

Completed in 106 milliseconds