Home
last modified time | relevance | path

Searched refs:ELFCLASS (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/
H A Dksyms.c82 elf->e_ident[EI_CLASS] != ELFCLASS || in ksymsattach()
/openbsd/sys/sys/
H A Dexec_elf.h777 #define ELFCLASS ELFCLASS32 macro
805 #define ELFCLASS ELFCLASS64 macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfcore.h101 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
H A Delfcode.h129 #define ELFCLASS ELFCLASS64 macro
137 #define ELFCLASS ELFCLASS32 macro
525 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_object_p()
1636 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
1833 ELFCLASS, EV_CURRENT,
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfcore.h101 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
H A Delfcode.h127 #define ELFCLASS ELFCLASS64 macro
135 #define ELFCLASS ELFCLASS32 macro
505 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_object_p()
1558 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
1749 ELFCLASS, EV_CURRENT,
/openbsd/lib/libelf/
H A Dlibelf_ehdr.c97 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \
/openbsd/usr.bin/ctfconv/
H A Delf.c45 if (eh->e_ident[EI_CLASS] != ELFCLASS) { in iself()
/openbsd/sys/ddb/
H A Ddb_elf.c97 elf->e_ident[EI_CLASS] != ELFCLASS) { in db_elf_sym_init()
H A Ddb_dwarf.c473 if (ehdr.e_ident[EI_CLASS] != ELFCLASS) in main()