Home
last modified time | relevance | path

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

/external/elfutils/0.153/libelf/
Delf_getshdrstrndx.c126 && elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA
148 if (elf->state.elf32.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
164 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
186 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
Delf_begin.c114 if (e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
137 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
153 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
172 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
197 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
221 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA in get_shnum()
244 if (e_ident[EI_DATA] != MY_ELFDATA) in get_shnum()
317 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
368 if (e_ident[EI_DATA] != MY_ELFDATA) in file_read_elf()
403 if (map_address != NULL && e_ident[EI_DATA] == MY_ELFDATA in file_read_elf()
[all …]
Dcommon.h179 # define MY_ELFDATA ELFDATA2LSB macro
181 # define MY_ELFDATA ELFDATA2MSB macro
Delf32_getphdr.c120 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA
146 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA)
205 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA)
Delf32_getshdr.c108 assert (ehdr->e_ident[EI_DATA] != MY_ELFDATA in ElfW2()
114 if (ehdr->e_ident[EI_DATA] == MY_ELFDATA) in ElfW2()
180 if (ehdr->e_ident[EI_DATA] != MY_ELFDATA) in ElfW2()
Delf_getdata_rawchunk.c133 if (elf->state.elf32.ehdr->e_ident[EI_DATA] == MY_ELFDATA)
Delf_getdata.c139 if (data == MY_ELFDATA) in convert_data()
DChangeLog474 MY_ELFDATA on !ALLOW_UNALIGNED machines.
489 MY_ELFDATA on !ALLOW_UNALIGNED machines.
/external/elfutils/0.153/libdwfl/
Ddwfl_segment_report_module.c70 # define MY_ELFDATA ELFDATA2LSB macro
72 # define MY_ELFDATA ELFDATA2MSB macro
299 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA) in dwfl_segment_report_module()
/external/elfutils/0.153/src/
Dreadelf.c3001 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
3035 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in print_attributes()
7104 Dwarf dummy_dbg = { .other_byte_order = MY_ELFDATA != ELFDATA2LSB }; in print_gdb_index_section()
7291 .other_byte_order = MY_ELFDATA != ehdr->e_ident[EI_DATA] in print_debug()
Delflint.c3183 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()
3243 if (MY_ELFDATA != ehdr->e_ident[EI_DATA]) in check_attributes()