Home
last modified time | relevance | path

Searched refs:stab_section (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc395 bool LoadAllSymbols(const GElf_Shdr *stab_section, in LoadAllSymbols() argument
399 if (stab_section == NULL || stabstr_section == NULL) in LoadAllSymbols()
405 reinterpret_cast<struct slist *>(stab_section->sh_offset + base); in LoadAllSymbols()
406 int nstab = stab_section->sh_size / sizeof(struct slist); in LoadAllSymbols()
440 GElf_Shdr stab_section; in LoadSymbols() local
442 &stab_section)) { in LoadSymbols()
479 return LoadAllSymbols(&stab_section, &stabstr_section, base, symbols); in LoadSymbols()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc178 const typename ElfClass::Shdr* stab_section, in LoadStabs() argument
189 GetOffset<ElfClass, uint8_t>(elf_header, stab_section->sh_offset); in LoadStabs()
192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size, in LoadStabs()
617 const Shdr* stab_section = in LoadSymbols() local
621 if (stab_section) { in LoadSymbols()
622 const Shdr* stabstr_section = stab_section->sh_link + sections; 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
18388 sym = section_ptr_add(stab_section, sizeof(Stab_Sym)); in put_stabs()
18404 put_elf_reloc(symtab_section, stab_section, in put_stabs_r()
18405 stab_section->data_offset - sizeof(unsigned long), in put_stabs_r()
20485 sym = (Stab_Sym *)stab_section->data + 1; in rt_printline()
20486 sym_end = (Stab_Sym *)(stab_section->data + stab_section->data_offset); in rt_printline()
21160 stab_section = new_section(s, ".stab", SHT_PROGBITS, 0); in tcc_set_output_type()
21161 stab_section->sh_entsize = sizeof(Stab_Sym); in tcc_set_output_type()
21164 stab_section->link = stabstr_section; in tcc_set_output_type()