HomeSort by relevance Sort by last modified time
    Searched refs:stabstr_section (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 396 const GElf_Shdr *stabstr_section,
399 if (stab_section == NULL || stabstr_section == NULL)
403 reinterpret_cast<char *>(stabstr_section->sh_offset + base);
446 GElf_Shdr stabstr_section; local
448 &stabstr_section)) {
479 return LoadAllSymbols(&stab_section, &stabstr_section, base, symbols);
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 179 const typename ElfClass::Shdr* stabstr_section,
191 GetOffset<ElfClass, uint8_t>(elf_header, stabstr_section->sh_offset);
193 stabstr, stabstr_section->sh_size,
622 const Shdr* stabstr_section = stab_section->sh_link + sections; local
623 if (stabstr_section) {
627 if (!LoadStabs<ElfClass>(elf_header, stab_section, stabstr_section,
    [all...]
  /external/valgrind/perf/
tinycc.c 2343 static Section *stab_section, *stabstr_section; variable
    [all...]

Completed in 674 milliseconds