Searched refs:symtab_index (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
H A D | IceELFSectionTest.cpp | 41 size_t symtab_index = Strtab.getIndex(".symtab"); in CheckStringTablePermLayout() local 72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size), in CheckStringTablePermLayout()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.h | 89 find_symbol_table_section_index(Elf* elf_handle, size_t& symtab_index);
|
H A D | abg-elf-helpers.cc | 453 /// @param symtab_index the index of the symbol_table, that was found. 457 find_symbol_table_section_index(Elf* elf_handle, size_t& symtab_index) in find_symbol_table_section_index() argument 464 symtab_index = elf_ndxscn(section); in find_symbol_table_section_index()
|
H A D | abg-dwarf-reader.cc | 1085 size_t symtab_index, in lookup_symbol_from_elf_hash_tab() 1100 symtab_index, in lookup_symbol_from_elf_hash_tab() 1107 symtab_index, in lookup_symbol_from_elf_hash_tab() 1081 lookup_symbol_from_elf_hash_tab(const environment& env, Elf* elf_handle, hash_table_kind ht_kind, size_t ht_index, size_t symtab_index, const string& symbol_name, bool demangle, vector<elf_symbol_sptr>& syms_found) lookup_symbol_from_elf_hash_tab() argument
|
Completed in 18 milliseconds