Home
last modified time | relevance | path

Searched refs:MY_ELFDATA (Results 1 - 14 of 14) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_getshdrstrndx.c108 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx()
149 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
173 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx()
214 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
H A Delf_begin.c97 if (e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
120 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
136 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
156 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
192 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
217 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
251 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
347 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
360 if (e_ident[EI_DATA] != MY_ELFDATA) in file_read_elf()
382 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
[all...]
H A Dcommon.h155 # define MY_ELFDATA ELFDATA2LSB macro
157 # define MY_ELFDATA ELFDATA2MSB macro
H A Delf32_getshdr.c99 || ehdr->e_ident[EI_DATA] != MY_ELFDATA in ElfW2()
106 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA) in ElfW2()
184 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA) in ElfW2()
H A Delf32_getphdr.c108 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA in ElfW2()
134 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA) in ElfW2()
203 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA) in ElfW2()
H A Delf_compress.c127 bool convert = ei_data != MY_ELFDATA && data->d_size > 0; in __libelf_compress()
428 if (elfdata != MY_ELFDATA) in elf_compress()
443 if (elfdata != MY_ELFDATA) in elf_compress()
H A Delf_getdata_rawchunk.c135 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA) in elf_getdata_rawchunk()
H A Delf_getdata.c144 if (data == MY_ELFDATA || type == ELF_T_BYTE) in convert_data()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c51 # define MY_ELFDATA ELFDATA2LSB macro
53 # define MY_ELFDATA ELFDATA2MSB macro
128 if (MY_ELFDATA != ei_data) in buf_read_ulong()
554 if (ei_data == MY_ELFDATA in dwfl_segment_report_module()
/third_party/elfutils/libdw/
H A Dencoded-value.h90 Dwarf eh_dbg = { .other_byte_order = MY_ELFDATA != cache->e_ident[EI_DATA] }; in __libdw_cfi_read_address_inc()
/third_party/elfutils/libebl/
H A Deblobjnote.c249 = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in ebl_object_note()
/third_party/elfutils/libcpu/
H A Dbpf_disasm.c98 const bool need_bswap = MY_ELFDATA != ebl->data; in bpf_disasm()
/third_party/elfutils/src/
H A Delflint.c3478 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()
3538 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()
H A Dreadelf.c3707 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
3745 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
11141 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section()
11434 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()

Completed in 28 milliseconds