Lines Matching defs:elf64Binary
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()
189 void gen_lib_with_zero_shdr_table_offset(const android::elf64::Elf64Binary& elf64Binary, in gen_lib_with_zero_shdr_table_offset()
196 void gen_lib_with_zero_shdr_table_content(const android::elf64::Elf64Binary& elf64Binary, in gen_lib_with_zero_shdr_table_content()
240 android::elf64::Elf64Binary elf64Binary; in main() local