Searched refs:elf_file (Results 1 - 7 of 7) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_array.hpp | 35 explicit array_section_accessor_template( const elfio& elf_file, in array_section_accessor_template() argument 37 : elf_file( elf_file ), array_section( section ) in array_section_accessor_template() 55 const endianess_convertor& convertor = elf_file.get_convertor(); in get_entry() 67 const endianess_convertor& convertor = elf_file.get_convertor(); in add_entry() 76 const elfio& elf_file; member in ELFIO::array_section_accessor_template
|
H A D | elfio_symbols.hpp | 33 explicit symbol_section_accessor_template( const elfio& elf_file, in symbol_section_accessor_template() argument 35 : elf_file( elf_file ), symbol_section( symbol_section ) in symbol_section_accessor_template() 46 switch ( elf_file.get_class() ) { in get_symbols_num() 78 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 108 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 144 const endianess_convertor& convertor = elf_file.get_convertor(); in get_symbol() 150 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 184 if ( elf_file.get_class() == ELFCLASS32 ) { in add_symbol() 192 if ( elf_file in add_symbol() 550 const elfio& elf_file; global() member in ELFIO::symbol_section_accessor_template [all...] |
H A D | elfio_relocation.hpp | 67 explicit relocation_section_accessor_template( const elfio& elf_file, in relocation_section_accessor_template() argument 69 : elf_file( elf_file ), relocation_section( section ) in relocation_section_accessor_template() 97 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 142 elf_file, elf_file.sections[get_symbol_table_index()] ); in get_entry() 199 if ( elf_file.get_class() == ELFCLASS32 ) { in set_entry() 226 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 238 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 251 if ( elf_file in add_entry() 449 const elfio& elf_file; global() member in ELFIO::relocation_section_accessor_template [all...] |
H A D | elfio_dynamic.hpp | 35 explicit dynamic_section_accessor_template( const elfio& elf_file, in dynamic_section_accessor_template() argument 37 : elf_file( elf_file ), dynamic_section( section ), entries_num( 0 ) in dynamic_section_accessor_template() 45 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entries_num() 82 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 93 elf_file.sections[get_string_table_index()] ); in get_entry() 111 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 123 elf_file.sections[get_string_table_index()] ); in add_entry() 142 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_get_entry_dyn() 206 const endianess_convertor& convertor = elf_file in generic_add_entry_dyn() 263 const elfio& elf_file; global() member in ELFIO::dynamic_section_accessor_template [all...] |
H A D | elfio_versym.hpp | 101 versym_r_section_accessor_template( const elfio& elf_file, in versym_r_section_accessor_template() argument 103 : elf_file( elf_file ), versym_r_section( versym_r_section ), in versym_r_section_accessor_template() 107 const section* dynamic_section = elf_file.sections[".dynamic"]; in versym_r_section_accessor_template() 113 const_dynamic_section_accessor dynamic_section_acc( elf_file, in versym_r_section_accessor_template() 146 elf_file.sections[versym_r_section->get_link()] ); in get_entry() 168 const elfio& elf_file; member in ELFIO::versym_r_section_accessor_template
|
H A D | elfio_note.hpp | 46 explicit note_section_accessor_template( const elfio& elf_file, S* section ) in note_section_accessor_template() argument 47 : elf_file( elf_file ), notes( section ) in note_section_accessor_template() 72 const endianess_convertor& convertor = elf_file.get_convertor(); in get_note() 102 const endianess_convertor& convertor = elf_file.get_convertor(); in add_note() 134 const endianess_convertor& convertor = elf_file.get_convertor(); in process_section() 168 const elfio& elf_file; member in ELFIO::note_section_accessor_template
|
/third_party/libabigail/tools/ |
H A D | abipkgdiff.cc | 276 class elf_file class 279 elf_file(); 291 elf_file(const string& path) in elf_file() function in elf_file 303 /// A convenience typedef for a shared pointer to elf_file. 304 typedef shared_ptr<elf_file> elf_file_sptr; 488 /// Getter for the path <-> elf_file map. 490 /// @return the the path <-> elf_file map. 495 /// Getter for the path <-> elf_file map. 497 /// @return the the path <-> elf_file map. 747 const elf_file elf [all...] |
Completed in 6 milliseconds