Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc458 GElf_Shdr strtab_section; in LoadSymbols() local
460 &strtab_section)) { in LoadSymbols()
470 strtab_section.sh_offset + (GElf_Word)base + symbol->st_name); in LoadSymbols()
/external/libabigail/src/
Dabg-elf-helpers.cc693 Elf_Scn *strtab_section = NULL; in find_strtab_for_symtab_section() local
700 strtab_section = elf_getscn(elf_handle, symtab_shdr->sh_link); in find_strtab_for_symtab_section()
703 return strtab_section; in find_strtab_for_symtab_section()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc739 const Shdr* strtab_section = in LoadSymbols() local
743 if (symtab_section && strtab_section) { in LoadSymbols()
751 strtab_section->sh_offset); in LoadSymbols()
756 strtab_section->sh_size, in LoadSymbols()