Searched defs:elf_handle (Results  1 – 3 of 3) sorted by relevance
| /external/libabigail/src/ | 
| D | abg-elf-helpers.cc | 307 find_section_by_name(Elf* elf_handle, const std::string& name)  in find_section_by_name() 342 find_section(Elf* elf_handle, const std::string& name, Elf64_Word section_type)  in find_section() 375 find_section(Elf* elf_handle, Elf64_Word section_type)  in find_section() 394 find_symtab_section(Elf* elf_handle)  in find_symtab_section() 405 find_dynsym_section(Elf* elf_handle)  in find_dynsym_section() 423 find_symbol_table_section(Elf* elf_handle)  in find_symbol_table_section() 455 find_symbol_table_section_index(Elf* elf_handle, size_t& symtab_index)  in find_symbol_table_section_index() 476 find_hash_table_section_index(Elf*	elf_handle,  in find_hash_table_section_index() 517 find_text_section(Elf* elf_handle)  in find_text_section() 526 find_bss_section(Elf* elf_handle)  in find_bss_section() [all …] 
 | 
| D | abg-symtab-reader.cc | 141 symtab::load(Elf*	      elf_handle,  in load() 203 symtab::load_(Elf*	       elf_handle,  in load_() 540 symtab::setup_symbol_lookup_tables(Elf* elf_handle,  in setup_symbol_lookup_tables() 621   Elf* elf_handle, GElf_Sym* native_symbol, const elf_symbol_sptr& symbol_sptr)  in update_function_entry_address_symbol_map() 683 symtab::add_alternative_address_lookups(Elf* elf_handle)  in add_alternative_address_lookups()
  | 
| D | abg-dwarf-reader.cc | 798 				 Elf*				elf_handle,  in lookup_symbol_from_sysv_hash_tab() 889 get_elf_class_size_in_bytes(Elf* elf_handle)  in get_elf_class_size_in_bytes() 929 bloom_word_at(Elf*		elf_handle,  in bloom_word_at() 1004 setup_gnu_ht(Elf* elf_handle,  in setup_gnu_ht() 1075 				Elf*				elf_handle,  in lookup_symbol_from_gnu_hash_tab() 1207 				Elf*				elf_handle,  in lookup_symbol_from_elf_hash_tab() 1264 			  Elf*				elf_handle,  in lookup_symbol_from_symtab() 1355 		       Elf*				elf_handle,  in lookup_symbol_from_elf() 1406 				       Elf*				elf_handle,  in lookup_public_function_symbol_from_elf() 2461   elf_handle() const  in elf_handle()  function in abigail::dwarf_reader::read_context
  |