Searched defs:elf64Binary (Results  1 – 4 of 4) sorted by relevance
| /system/memory/libmeminfo/libelf64/ | 
| D | gen_invalid_libs.cpp | 32 void remove_needed_shared_libs(android::elf64::Elf64Binary& elf64Binary,  in remove_needed_shared_libs()51 void set_exec_segments_as_rwx(android::elf64::Elf64Binary& elf64Binary) {  in set_exec_segments_as_rwx()
 60 void gen_lib_with_rwx_segment(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_rwx_segment()
 68 void gen_lib_with_zero_shentsize(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_zero_shentsize()
 77 void gen_lib_with_zero_shstrndx(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_zero_shstrndx()
 90 void gen_lib_with_text_relocs_in_flags(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_text_relocs_in_flags()
 121 void gen_lib_with_text_relocs_dyn_entry(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_text_relocs_dyn_entry()
 154 void gen_lib_with_empty_shdr_table(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_empty_shdr_table()
 162 void set_shdr_table_offset(const android::elf64::Elf64Binary& elf64Binary,  in set_shdr_table_offset()
 181 void gen_lib_with_unaligned_shdr_offset(const android::elf64::Elf64Binary& elf64Binary,  in gen_lib_with_unaligned_shdr_offset()
 [all …]
 
 | 
| D | parse.cpp | 145 bool Elf64Parser::ParseElfFile(const std::string& fileName, Elf64Binary& elf64Binary) {  in ParseElfFile()158     Elf64Binary elf64Binary;  in IsElf64()  local
 
 | 
| D | iter.cpp | 34         android::elf64::Elf64Binary elf64Binary;  in ForEachElf64FromDir()  local
 | 
| D | writer.cpp | 32 void Elf64Writer::WriteElf64File(const Elf64Binary& elf64Binary, const std::string& fileName) {  in WriteElf64File()
 |