Searched refs:EI_NIDENT (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h42 #define EI_NIDENT 16 /* Size of e_ident[] */ macro
45 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
/macosx-10.10.1/file-46/file/src/
H A Dreadelf.h62 #define EI_NIDENT 16 macro
65 Elf32_Char e_ident[EI_NIDENT];
82 Elf64_Char e_ident[EI_NIDENT];
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h71 #define EI_NIDENT 16 macro
74 unsigned char e_ident[EI_NIDENT]; /* ident bytes */
92 unsigned char e_ident[EI_NIDENT]; /* ident bytes */
/macosx-10.10.1/dtrace-147/libelf/
H A Dbegin.c280 if ((elf->ed_fsz >= EI_NIDENT) &&
281 (_elf_vm(elf, (size_t)0, (size_t)EI_NIDENT) == OK_YES) &&
291 elf->ed_identsz = EI_NIDENT;
429 elf->ed_identsz = EI_NIDENT;
535 elf->ed_identsz = EI_NIDENT;
607 elf->ed_identsz = EI_NIDENT;
H A Dgelf.c104 (void) memcpy(dst->e_ident, e->e_ident, EI_NIDENT);
162 (void) memcpy(d->e_ident, src->e_ident, EI_NIDENT);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h59 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon9786
63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
87 unsigned char e_ident[EI_NIDENT];
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lib.c103 bcopy(src->e_ident, dst->e_ident, EI_NIDENT);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp526 StringRef Magic = InputBuffer->getBuffer().slice(0, ELF::EI_NIDENT);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfcode.h234 memcpy (dst->e_ident, src->e_ident, EI_NIDENT);
263 memcpy (dst->e_ident, src->e_ident, EI_NIDENT);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3188 for (i = 0; i < EI_NIDENT; i++)
9196 if (fread (elf_header.e_ident, EI_NIDENT, 1, file) != 1)
9222 if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT, 1, file) != 1)
9254 if (fread (ehdr64.e_type, sizeof (ehdr64) - EI_NIDENT, 1, file) != 1)
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp397 WriteZeros(ELF::EI_NIDENT - ELF::EI_PAD);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h39 if (Object->getBufferSize() < ELF::EI_NIDENT)
393 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes

Completed in 221 milliseconds