Home
last modified time | relevance | path

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

123456

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dutil.c110 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32) in elf_ptrsz()
112 else if (ehdr.e_ident[EI_CLASS] == ELFCLASS64) in elf_ptrsz()
115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]); in elf_ptrsz()
/netbsd/src/sys/lib/libsa/
Dloadfile.c161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) { in fdloadfile()
169 hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) { in fdloadfile()
/netbsd/src/external/cddl/osnet/dist/lib/libctf/common/
Dctf_lib.c298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) { in ctf_fdopen()
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdopen()
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdopen()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfcore.h113 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
333 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfcore.h113 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
333 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dload_elf.cpp306 _eh.e_ident[EI_CLASS] != ELFCLASS32) { in read_header()
308 _eh.e_ident[EI_CLASS], _eh.e_ident[EI_DATA])); in read_header()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dbinary.cc283 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS32; in write_file_header()
285 e_ident[elfcpp::EI_CLASS] = elfcpp::ELFCLASS64; in write_file_header()
/netbsd/src/sys/arch/sun3/sun3x/
Dlocore2.c108 ehdr->e_ident[EI_CLASS] != ELFCLASS32) { in _save_symtab()
/netbsd/src/sys/arch/mipsco/stand/common/
Dbootxx.c140 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) { in loadfile()
/netbsd/src/usr.sbin/mdsetimage/
Dexec_elf32.c69 ehdrp->e_ident[EI_CLASS] != ELFCLASS) in ELFNAMEEND()
/netbsd/src/sys/arch/emips/stand/common/
Dbootxx.c150 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) { in loadfile()
/netbsd/src/sys/arch/x68k/stand/aout2hux/
Daout68k.h87 #define EI_CLASS 4 macro
/netbsd/src/sys/arch/pmax/stand/common/
Dbootxx.c172 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) { in loadfile()
/netbsd/src/sys/arch/sun2/sun2/
Dlocore2.c124 ehdr->e_ident[EI_CLASS] != ELFCLASS32) { in _save_symtab()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dsym-file-loader.c278 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) in load_shlib()
286 else if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) in load_shlib()
/netbsd/src/sys/arch/sun3/sun3/
Dlocore2.c128 ehdr->e_ident[EI_CLASS] != ELFCLASS32) { in _save_symtab()
/netbsd/src/external/bsd/elftosb/dist/common/
DELF.h34 EI_CLASS, enumerator
/netbsd/src/sys/arch/zaurus/stand/zboot/
Dloadfile_zboot.c87 elf32.e_ident[EI_CLASS] == ELFCLASS32) { in fdloadfile_zboot()
/netbsd/src/usr.sbin/lockstat/
Delf32.c115 ehdr.e_ident[EI_CLASS] != ELFCLASS) in NAME()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Delfedit.c113 if (elf_header.e_ident[EI_CLASS] == ELFCLASS32) in update_gnu_property()
329 class = elf_header.e_ident[EI_CLASS]; in update_elf_header()
465 switch (elf_header.e_ident[EI_CLASS]) in get_file_header()
/netbsd/src/sys/kern/
Dcore_elf32.c162 ehdr.e_ident[EI_CLASS] = ELFCLASS32; in ELFNAMEEND()
164 ehdr.e_ident[EI_CLASS] = ELFCLASS64; in ELFNAMEEND()
/netbsd/src/libexec/ld.elf_so/
Dmap_object.c139 if (ehdr->e_ident[EI_CLASS] != ELFCLASS) { in _rtld_map_object()
141 ehdr->e_ident[EI_CLASS], ELFCLASS); in _rtld_map_object()
/netbsd/src/sys/arch/pmax/stand/smallnet/setnetimage/
Dsetnetimage.c133 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) { in main()
/netbsd/src/usr.bin/elf2aout/
Delf2aout.c156 if (ex->e_ident[EI_CLASS] == ELFCLASS32) in get_mid()
267 if (ex.e_ident[EI_CLASS] == ELFCLASS64) in main()
/netbsd/src/sys/arch/i386/stand/lib/
Dexec_multiboot1.c54 class = ((Elf_Ehdr *)ehdr)->e_ident[EI_CLASS]; in ksyms_addr_set()

123456