Home
last modified time | relevance | path

Searched refs:stab_section (Results 1 – 2 of 2) 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.cc178 const typename ElfClass::Shdr* stab_section, in LoadStabs() argument
189 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset); in LoadStabs()
192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size, in LoadStabs()
617 const Shdr* stab_section = in LoadSymbols() local
621 if (stab_section) { in LoadSymbols()
622 const Shdr* stabstr_section = stab_section->sh_link + sections; in LoadSymbols()
627 if (!LoadStabs<ElfClass>(elf_header, stab_section, stabstr_section, in LoadSymbols()