Home
last modified time | relevance | path

Searched refs:stabstr_section (Results 1 – 3 of 3) 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()
/external/valgrind/perf/
Dtinycc.c2343 static Section *stab_section, *stabstr_section; variable
18390 sym->n_strx = put_elf_str(stabstr_section, str); in put_stabs()
20499 str = stabstr_section->data + sym->n_strx; in rt_printline()
20525 str = stabstr_section->data + sym->n_strx; in rt_printline()
20539 str = stabstr_section->data + sym->n_strx; in rt_printline()
21162 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0); in tcc_set_output_type()
21163 put_elf_str(stabstr_section, ""); in tcc_set_output_type()
21164 stab_section->link = stabstr_section; in tcc_set_output_type()