Home
last modified time | relevance | path

Searched refs:EI_CLASS (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/scripts/ !
Dtst-elf-edit.py37 EI_CLASS=4 variable
54 addr = 'I' if e_ident[EI_CLASS] == ELFCLASS32 else 'Q'
55 off = 'I' if e_ident[EI_CLASS] == ELFCLASS32 else 'Q'
85 self.ei_class = e_ident[EI_CLASS]
174 if e_ident[EI_CLASS] != ELFCLASS32 \
175 and e_ident[EI_CLASS] != ELFCLASS64:
176 error('{}: unsupported ELF class: {}'.format(f.name, e_ident[EI_CLASS]))
198 elf_edit_maximize_tls_size(phdr, e_ident[EI_CLASS])
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ !
Dreadelflib.c37 if (elf_header->e_ident[EI_CLASS] == ELFCLASS64) in process_elf_file()
46 if (elf_header->e_ident[EI_CLASS] == ELFCLASS64) in process_elf_file()
55 if (elf_header->e_ident[EI_CLASS] == ELFCLASS32) in process_elf_file()
67 if (elf_header->e_ident[EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/elf/ !
Dreadelflib.c59 if (elf_header->e_ident [EI_CLASS] != ElfW (CLASS)) in process_elf_file()
63 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
65 else if (elf_header->e_ident [EI_CLASS] == ELFCLASS64) in process_elf_file()
Dpldd.c330 if (e_ident[EI_CLASS] == ELFCLASS32) in get_process_info()
Ddl-load.c1598 [EI_CLASS] = ELFW(CLASS), in open_verify()
1699 else if (ehdr->e_ident[EI_CLASS] != ELFW(CLASS)) in open_verify()
Delf.h119 #define EI_CLASS 4 /* File class byte index */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ !
Dldsodefs.h56 [EI_CLASS] = ELFW(CLASS), \
67 [EI_CLASS] = ELFW(CLASS), \
Dreadelflib.c35 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/nptl/ !
Dtst-pthread-gdb-attach.c196 if (elf_gdb.e_ident[EI_CLASS] != elf_threaddb.e_ident[EI_CLASS]) in do_test()
/glibc-2.36/sysdeps/gnu/ !
Dldsodefs.h40 [EI_CLASS] = ELFW(CLASS), \
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ !
Dreadelflib.c36 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/ !
Dreadelflib.c35 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ !
Dreadelflib.c35 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ !
Dreadelflib.c35 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ !
Dreadelflib.c53 if (elf_header->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ !
Dreadelflib.c42 if (elf_header.eh->e_ident [EI_CLASS] == ELFCLASS32) in process_elf_file()
/glibc-2.36/sysdeps/s390/s390-32/ !
Ddl-machine.h46 && ehdr->e_ident[EI_CLASS] == ELFCLASS32; in elf_machine_matches_host()
/glibc-2.36/sysdeps/s390/s390-64/ !
Ddl-machine.h43 && ehdr->e_ident[EI_CLASS] == ELFCLASS64; in elf_machine_matches_host()
/glibc-2.36/sysdeps/powerpc/powerpc64/ !
Ddl-machine.h73 return ehdr->e_ident[EI_CLASS] == ELFCLASS32; in elf_host_tolerates_class()
/glibc-2.36/ChangeLog.old/ !
DChangeLog.125049 executables EI_CLASS in elf_machine_matches_host.
DChangeLog.5482 extract 4-byte magic number, not ElfW(Word). Match EI_CLASS against
DChangeLog.1886478 Move e_machine check before EI_CLASS check. Handle x32