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

/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc178 const typename ElfClass::Shdr* stab_section,
189 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset);
192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size,
617 const Shdr* stab_section = local
621 if (stab_section) {
622 const Shdr* stabstr_section = stab_section->sh_link + sections;
627 if (!LoadStabs<ElfClass>(elf_header, stab_section, stabstr_section,
177 LoadStabs(const typename ElfClass::Ehdr* elf_header, const typename ElfClass::Shdr* stab_section, const typename ElfClass::Shdr* stabstr_section, const bool big_endian, Module* module) argument
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc395 bool LoadAllSymbols(const GElf_Shdr *stab_section, argument
399 if (stab_section == NULL || stabstr_section == NULL)
405 reinterpret_cast<struct slist *>(stab_section->sh_offset + base);
406 int nstab = stab_section->sh_size / sizeof(struct slist);
440 GElf_Shdr stab_section; local
442 &stab_section)) {
479 return LoadAllSymbols(&stab_section, &stabstr_section, base, symbols);
/external/valgrind/perf/
H A Dtinycc.c2345 static Section *stab_section, *stabstr_section;
18390 sym = section_ptr_add(stab_section, sizeof(Stab_Sym));
18406 put_elf_reloc(symtab_section, stab_section,
18407 stab_section->data_offset - sizeof(unsigned long),
20487 sym = (Stab_Sym *)stab_section->data + 1;
20488 sym_end = (Stab_Sym *)(stab_section->data + stab_section->data_offset);
21162 stab_section = new_section(s, ".stab", SHT_PROGBITS, 0);
21163 stab_section->sh_entsize = sizeof(Stab_Sym);
21166 stab_section
2343 static Section *stab_section, *stabstr_section; variable
[all...]

Completed in 328 milliseconds