Home
last modified time | relevance | path

Searched refs:EI_DATA (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/scripts/
Dtst-elf-edit.py42 EI_DATA=5 variable
53 endian = '<' if e_ident[EI_DATA] == ELFDATA2LSB else '>'
178 if e_ident[EI_DATA] != ELFDATA2LSB \
179 and e_ident[EI_DATA] != ELFDATA2MSB: \
180 error('{}: unsupported ELF data: {}'.format(f.name, e_ident[EI_DATA]))
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dldsodefs.h57 [EI_DATA] = byteorder, \
68 [EI_DATA] = byteorder, \
/glibc-2.36/nptl/
Dtst-pthread-gdb-attach.c198 if (elf_gdb.e_ident[EI_DATA] != elf_threaddb.e_ident[EI_DATA]) in do_test()
/glibc-2.36/sysdeps/gnu/
Dldsodefs.h41 [EI_DATA] = byteorder, \
/glibc-2.36/elf/
Ddl-load.c1599 [EI_DATA] = byteorder, in open_verify()
1709 else if (ehdr->e_ident[EI_DATA] != byteorder) in open_verify()
Delf.h125 #define EI_DATA 5 /* Data encoding byte index */ macro