HomeSort by: relevance | last modified time | path
    Searched refs:EI_CLASS (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF.cpp 35 if (Data[ELF::EI_CLASS] == ELF::ELFCLASS64) {
41 } else if (Data[ELF::EI_CLASS] == ELF::ELFCLASS32) {
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
util.c 110 if (ehdr.e_ident[EI_CLASS] == ELFCLASS32)
112 else if (ehdr.e_ident[EI_CLASS] == ELFCLASS64)
115 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
  /src/sys/lib/libsa/
loadfile.c 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
169 hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) {
  /src/external/bsd/elftoolchain/dist/libelf/
libelf_memory.c 76 e_class = image[EI_CLASS];
  /src/sys/arch/emips/stand/common/
bootxx.c 150 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/mipsco/stand/common/
bootxx.c 140 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/usr.sbin/mdsetimage/
exec_elf32.c 69 ehdrp->e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/pmax/stand/common/
bootxx.c 172 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/sun3/sun3x/
locore2.c 108 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 87 #define EI_CLASS 4
  /src/sys/arch/zaurus/stand/zboot/
loadfile_zboot.c 87 elf32.e_ident[EI_CLASS] == ELFCLASS32) {
  /src/external/bsd/elftosb/dist/common/
ELF.h 34 EI_CLASS,
46 // EI_CLASS
  /src/external/gpl3/binutils/dist/bfd/
elfcore.h 112 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
330 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/external/gpl3/binutils.old/dist/bfd/
elfcore.h 113 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
333 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 298 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
311 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
346 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
  /src/sys/arch/sun2/sun2/
locore2.c 124 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/sun3/sun3/
locore2.c 128 ehdr->e_ident[EI_CLASS] != ELFCLASS32) {
  /src/usr.sbin/lockstat/
elf32.c 115 ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 306 _eh.e_ident[EI_CLASS] != ELFCLASS32) {
308 _eh.e_ident[EI_CLASS], _eh.e_ident[EI_DATA]));
  /src/lib/libc/gen/
nlist_elf32.c 133 ehdr.e_ident[EI_CLASS] != ELFCLASS)
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 196 e->e_ident[EI_CLASS] != ELFCLASS32 ||
  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 54 class = ((Elf_Ehdr *)ehdr)->e_ident[EI_CLASS];
  /src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c 133 (ehdr.e_ident[EI_CLASS] != ELFCLASS32)) {
  /src/sys/arch/prep/stand/installboot/
installboot.c 103 eh.e_ident[EI_CLASS] != ELFCLASS32) {
  /src/sys/arch/x68k/stand/common/
exec_sub.c 294 *(u_int16_t *)&ehdr->e_ident[EI_CLASS] !=

Completed in 50 milliseconds

1 2 3 4 5 6