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

/external/elfutils/libelf/
H A Delf_getident.c44 *ptr = EI_NIDENT;
H A Dgelf_getehdr.c56 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
H A Dgelf_update_ehdr.c66 memcpy (ehdr->e_ident, src->e_ident, EI_NIDENT);
H A Dcommon.h36 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0)
H A Delf_begin.c200 e_ident = (unsigned char *) alloca (EI_NIDENT);
202 if (pread (fildes, e_ident, EI_NIDENT, offset) != EI_NIDENT)
424 header. The header for an ELF file is EI_NIDENT bytes in size,
456 header. The header for an ELF file is EI_NIDENT bytes in size,
461 unsigned char header[MAX (EI_NIDENT, SARMAG)];
466 nread = pread (fildes, header, MIN (MAX (EI_NIDENT, SARMAG), maxsize),
H A Dabstract.h21 TYPE_EXTRA (unsigned char e_ident[EI_NIDENT];) \
22 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
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/elfutils/tests/
H A Dupdate1.c63 for (i = 0; i < EI_NIDENT; ++i)
101 for (i = 0; i < EI_NIDENT; ++i)
H A Dnewfile.c26 for (n = 0; n < EI_NIDENT; ++n)
97 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate2.c64 for (i = 0; i < EI_NIDENT; ++i)
124 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate3.c73 for (i = 0; i < EI_NIDENT; ++i)
179 for (i = 0; i < EI_NIDENT; ++i)
H A Dupdate4.c78 for (i = 0; i < EI_NIDENT; ++i)
332 for (i = 0; i < EI_NIDENT; ++i)
/external/qemu/elff/
H A Delf.h74 #define EI_NIDENT 16 macro
97 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/kernel-headers/original/linux/
H A Delf.h171 #define EI_NIDENT 16 macro
174 unsigned char e_ident[EI_NIDENT];
/external/qemu/
H A Dloader.c311 uint8_t e_ident[EI_NIDENT];
H A Delf.h947 #define EI_NIDENT 16 macro
950 unsigned char e_ident[EI_NIDENT];
/external/elfutils/src/
H A Dstrip.c874 memcpy (debugehdr->e_ident, ehdr->e_ident, EI_NIDENT);
1589 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT);
H A Delflint.c394 for (cnt = EI_PAD; cnt < EI_NIDENT; ++cnt)
H A Dreadelf.c557 for (cnt = 0; cnt < EI_NIDENT; ++cnt)
/external/elfcopy/
H A Delfcopy.c1174 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT);

Completed in 140 milliseconds