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

  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 395 bool LoadAllSymbols(const GElf_Shdr *stab_section,
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/google-breakpad/src/common/linux/
dump_symbols.cc 178 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,
    [all...]
  /external/valgrind/perf/
tinycc.c 2343 static Section *stab_section, *stabstr_section; variable
    [all...]

Completed in 613 milliseconds