Home
last modified time | relevance | path

Searched refs:stab_section (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc395 bool LoadAllSymbols(const GElf_Shdr *stab_section, in LoadAllSymbols() argument
399 if (stab_section == NULL || stabstr_section == NULL) in LoadAllSymbols()
405 reinterpret_cast<struct slist *>(stab_section->sh_offset + base); in LoadAllSymbols()
406 int nstab = stab_section->sh_size / sizeof(struct slist); in LoadAllSymbols()
440 GElf_Shdr stab_section; in LoadSymbols() local
442 &stab_section)) { in LoadSymbols()
479 return LoadAllSymbols(&stab_section, &stabstr_section, base, symbols); in LoadSymbols()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc205 const typename ElfClass::Shdr* stab_section, in LoadStabs() argument
216 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset); in LoadStabs()
219 google_breakpad::StabsReader reader(stabs, stab_section->sh_size, in LoadStabs()
689 const Shdr* stab_section = in LoadSymbols() local
693 if (stab_section) { in LoadSymbols()
694 const Shdr* stabstr_section = stab_section->sh_link + sections; in LoadSymbols()
699 if (!LoadStabs<ElfClass>(elf_header, stab_section, stabstr_section, in LoadSymbols()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3102 static Section *stab_section, *stabstr_section;