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

12

/external/minijail/
H A Delfparse.h27 #if !defined(EI_NIDENT)
28 #define EI_NIDENT (16) macro
34 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
52 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
/external/elfutils/libelf/
H A Delf_getident.c54 *ptr = EI_NIDENT;
H A Dgelf_update_ehdr.c78 memcpy (ehdr->e_ident, src->e_ident, EI_NIDENT);
H A Dgelf_getehdr.c71 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
H A Dcommon.h50 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0)
H A Dabstract.h33 TYPE_EXTRA (unsigned char e_ident[EI_NIDENT];) \
34 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
H A Delf.h65 #define EI_NIDENT (16) macro
69 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
87 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
/external/syslinux/gpxe/src/include/
H A Delf.h6 #define EI_NIDENT 16 /* Size of e_ident array. */ macro
172 unsigned char e_ident[EI_NIDENT]; /* File identification. */
189 unsigned char e_ident[EI_NIDENT]; /* File identification. */
/external/elfutils/tests/
H A Dnewfile.c30 for (n = 0; n < EI_NIDENT; ++n)
101 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate1.c68 for (i = 0; i < EI_NIDENT; ++i)
106 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate2.c69 for (i = 0; i < EI_NIDENT; ++i)
129 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate3.c78 for (i = 0; i < EI_NIDENT; ++i)
184 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate4.c82 for (i = 0; i < EI_NIDENT; ++i)
336 for (i = 0; i < EI_NIDENT; ++i)
/external/syslinux/com32/include/sys/
H A Delf32.h62 unsigned char e_ident[EI_NIDENT];
H A Delf64.h62 unsigned char e_ident[EI_NIDENT];
H A Delfcommon.h273 #define EI_NIDENT 16 macro
/external/libunwind/src/
H A Delfxx.h104 uint8_t e_ident[EI_NIDENT];
113 if (EI_NIDENT - SELFMAG != elf_w (memory_read) (
114 ei, start + SELFMAG, e_ident + SELFMAG, EI_NIDENT - SELFMAG, false)) {
/external/kernel-headers/original/uapi/linux/
H A Delf.h201 #define EI_NIDENT 16 macro
204 unsigned char e_ident[EI_NIDENT];
221 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h59 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon19677
63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
87 unsigned char e_ident[EI_NIDENT];
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc50 assert(Size() == EI_NIDENT);
/external/llvm/include/llvm/Support/
H A DELF.h60 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon12457
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h60 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon20501
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
/external/syslinux/com32/lib/sys/module/
H A Dcommon.c30 for (i=0; i < EI_NIDENT; i++) {
/external/kmod/port-gnu/
H A Delf.h64 #define EI_NIDENT (16) macro
68 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
86 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
/external/llvm/include/llvm/Object/
H A DELF.h29 if (Object.size() < ELF::EI_NIDENT)

Completed in 541 milliseconds

12