Searched refs:stabstr_section (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc396 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);
395 LoadAllSymbols(const GElf_Shdr *stab_section, const GElf_Shdr *stabstr_section, GElf_Word base, struct SymbolInfo *symbols) argument
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc179 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,
177 LoadStabs(const typename ElfClass::Ehdr* elf_header, const typename ElfClass::Shdr* stab_section, const typename ElfClass::Shdr* stabstr_section, const bool big_endian, Module* module) argument
/external/valgrind/perf/
H A Dtinycc.c2345 static Section *stab_section, *stabstr_section;
18392 sym->n_strx = put_elf_str(stabstr_section, str);
20501 str = stabstr_section->data + sym->n_strx;
20527 str = stabstr_section->data + sym->n_strx;
20541 str = stabstr_section->data + sym->n_strx;
21164 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0);
21165 put_elf_str(stabstr_section, "");
21166 stab_section->link = stabstr_section;
2343 static Section *stab_section, *stabstr_section; variable

Completed in 305 milliseconds