Searched refs:elf_file (Results 1 – 6 of 6) sorted by relevance
/third_party/elfio/elfio/ |
D | elfio_array.hpp | 35 array_section_accessor_template( const elfio& elf_file, S* section ) in array_section_accessor_template() argument 36 : elf_file( elf_file ), array_section( section ) in array_section_accessor_template() 43 Elf_Xword entry_size = elf_file.get_class() == ELFCLASS32 in get_entries_num() 56 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 69 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 82 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_get_entry_arr() 92 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_add_entry_arr() 101 const elfio& elf_file; member in ELFIO::array_section_accessor_template
|
D | elfio_relocation.hpp | 67 relocation_section_accessor_template( const elfio& elf_file, S* section ) in relocation_section_accessor_template() argument 68 : elf_file( elf_file ), relocation_section( section ) in relocation_section_accessor_template() 96 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 141 elf_file, elf_file.sections[get_symbol_table_index()] ); in get_entry() 198 if ( elf_file.get_class() == ELFCLASS32 ) { in set_entry() 225 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 237 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 250 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 265 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 327 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_get_entry_rel() [all …]
|
D | elfio_dynamic.hpp | 35 dynamic_section_accessor_template( const elfio& elf_file, S* section ) in dynamic_section_accessor_template() argument 36 : elf_file( elf_file ), dynamic_section( section ), entries_num( 0 ) in dynamic_section_accessor_template() 72 if ( elf_file.get_class() == ELFCLASS32 ) { in get_entry() 83 elf_file.sections[get_string_table_index()]; in get_entry() 101 if ( elf_file.get_class() == ELFCLASS32 ) { in add_entry() 113 elf_file.sections[get_string_table_index()]; in add_entry() 132 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_get_entry_dyn() 194 const endianess_convertor& convertor = elf_file.get_convertor(); in generic_add_entry_dyn() 248 const elfio& elf_file; member in ELFIO::dynamic_section_accessor_template
|
D | elfio_symbols.hpp | 33 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() 64 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 133 const endianess_convertor& convertor = elf_file.get_convertor(); in get_symbol() 139 if ( elf_file.get_class() == ELFCLASS32 ) { in get_symbol() 173 if ( elf_file.get_class() == ELFCLASS32 ) { in add_symbol() 181 if ( elf_file.get_class() == ELFCLASS32 ) { in add_symbol() 240 if ( elf_file.get_class() == ELFCLASS32 ) { in arrange_local_symbols() 257 Elf_Half nSecNo = elf_file.sections.size(); in find_hash_section() 259 const section* sec = elf_file.sections[i]; in find_hash_section() [all …]
|
D | elfio_note.hpp | 45 note_section_accessor_template( const elfio& elf_file, S* section ) in note_section_accessor_template() argument 46 : elf_file( elf_file ), note_section( 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() 161 const elfio& elf_file; member in ELFIO::note_section_accessor_template
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 90 …atform/bionic/+/6f12bfece5dcc01325e0abba56a46b1bcf991c69/tools/relocation_packer/src/elf_file.cc#31
|