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

12

/external/elfutils/libelf/
H A Delf_getident.c77 *ptr = EI_NIDENT;
H A Dgelf_update_ehdr.c99 memcpy (ehdr->e_ident, src->e_ident, EI_NIDENT);
H A Dgelf_getehdr.c93 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
H A Dcommon.h71 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0)
H A Dabstract.h54 TYPE_EXTRA (unsigned char e_ident[EI_NIDENT];) \
55 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
H A Delf.h75 #define EI_NIDENT (16) macro
79 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
97 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
/external/elfutils/tests/
H A Dupdate1.c75 for (i = 0; i < EI_NIDENT; ++i)
113 for (i = 0; i < EI_NIDENT; ++i)
H A Dnewfile.c38 for (n = 0; n < EI_NIDENT; ++n)
109 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate2.c76 for (i = 0; i < EI_NIDENT; ++i)
136 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate3.c85 for (i = 0; i < EI_NIDENT; ++i)
191 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate4.c90 for (i = 0; i < EI_NIDENT; ++i)
344 for (i = 0; i < EI_NIDENT; ++i)
/external/qemu/elff/
H A Delff_elf.h72 #define EI_NIDENT 16 macro
95 unsigned char e_ident[EI_NIDENT];
/external/grub/stage2/
H A Di386-elf.h33 #define EI_NIDENT 16 macro
65 unsigned char e_ident[EI_NIDENT]; /* basic identification block */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c221 while (bufp-buf < EI_NIDENT) /* e_ident padding */
H A Delf-x86-x86.c208 while (bufp-buf < EI_NIDENT) /* e_ident padding */
H A Delf.h105 EI_NIDENT = 16 /* Sizeof e_ident[] */ enumerator in enum:__anon14845
/external/llvm/include/llvm/Support/
H A DELF.h59 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator in enum:llvm::ELF::__anon21906
63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
87 unsigned char e_ident[EI_NIDENT];
/external/qemu/
H A Dloader.c311 uint8_t e_ident[EI_NIDENT];
H A Delf.h999 #define EI_NIDENT 16 macro
1002 unsigned char e_ident[EI_NIDENT];
/external/elfutils/src/
H A Delfcmp.c176 if (unlikely (memcmp (ehdr1->e_ident, ehdr2->e_ident, EI_NIDENT) != 0
H A Dstrip.c917 memcpy (debugehdr->e_ident, ehdr->e_ident, EI_NIDENT);
1633 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c219 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp163 if (Buffer->getBufferSize() < ELF::EI_NIDENT)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp400 WriteZeros(ELF::EI_NIDENT - ELF::EI_PAD);
/external/llvm/include/llvm/Object/
H A DELF.h56 if (Object->getBufferSize() < ELF::EI_NIDENT)
440 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes

Completed in 512 milliseconds

12