Home
last modified time | relevance | path

Searched refs:MY_ELFDATA (Results 1 – 15 of 15) sorted by relevance

/external/elfutils/libelf/
Delf_getshdrstrndx.c110 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx()
151 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
175 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx()
216 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
Delf_begin.c92 if (e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
115 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
131 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
151 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
185 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
210 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
242 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
335 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
348 if (e_ident[EI_DATA] != MY_ELFDATA) in file_read_elf()
370 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
[all …]
Dcommon.h158 # define MY_ELFDATA ELFDATA2LSB macro
160 # define MY_ELFDATA ELFDATA2MSB macro
Delf32_getphdr.c110 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA in ElfW2()
136 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA) in ElfW2()
205 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA) in ElfW2()
Delf32_getshdr.c101 || ehdr->e_ident[EI_DATA] != MY_ELFDATA in ElfW2()
108 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA) in ElfW2()
186 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA) in ElfW2()
Delf_compress.c130 bool convert = ei_data != MY_ELFDATA && data->d_size > 0; in __libelf_compress()
432 if (elfdata != MY_ELFDATA) in elf_compress()
447 if (elfdata != MY_ELFDATA) in elf_compress()
Delf_getdata_rawchunk.c122 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA) in elf_getdata_rawchunk()
Delf_getdata.c144 if (data == MY_ELFDATA || type == ELF_T_BYTE) in convert_data()
DChangeLog1407 MY_ELFDATA on !ALLOW_UNALIGNED machines.
1422 MY_ELFDATA on !ALLOW_UNALIGNED machines.
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c52 # define MY_ELFDATA ELFDATA2LSB macro
54 # define MY_ELFDATA ELFDATA2MSB macro
114 if (MY_ELFDATA != ei_data) in buf_read_ulong()
475 if (ei_data == MY_ELFDATA) in dwfl_segment_report_module()
/external/elfutils/libdw/
Dencoded-value.h90 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
/external/elfutils/libebl/
Deblobjnote.c249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
/external/elfutils/libcpu/
Dbpf_disasm.c98 const bool need_bswap = MY_ELFDATA != ebl->data; in bpf_disasm()
/external/elfutils/src/
Delflint.c3466 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()
3526 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()
Dreadelf.c3589 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
3627 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
10664 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section()
10957 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()