Home
last modified time | relevance | path

Searched refs:stabstr_section (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc396 const GElf_Shdr *stabstr_section, in LoadAllSymbols() argument
399 if (stab_section == NULL || stabstr_section == NULL) in LoadAllSymbols()
403 reinterpret_cast<char *>(stabstr_section->sh_offset + base); in LoadAllSymbols()
446 GElf_Shdr stabstr_section; in LoadSymbols() local
448 &stabstr_section)) { in LoadSymbols()
479 return LoadAllSymbols(&stab_section, &stabstr_section, base, symbols); in LoadSymbols()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc179 const typename ElfClass::Shdr* stabstr_section, in LoadStabs() argument
191 GetOffset<ElfClass, uint8_t>(elf_header, stabstr_section->sh_offset); in LoadStabs()
193 stabstr, stabstr_section->sh_size, in LoadStabs()
622 const Shdr* stabstr_section = stab_section->sh_link + sections; in LoadSymbols() local
623 if (stabstr_section) { in LoadSymbols()
627 if (!LoadStabs<ElfClass>(elf_header, stab_section, stabstr_section, in LoadSymbols()