/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 222 #define EI_NIDENT 16 macro 225 unsigned char e_ident[EI_NIDENT]; 245 unsigned char e_ident[EI_NIDENT];
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 201 #define EI_NIDENT 16 macro 204 unsigned char e_ident[EI_NIDENT]; 221 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
/external/elfutils/0.153/libelf/ |
D | elf_getident.c | 77 *ptr = EI_NIDENT;
|
D | gelf_update_ehdr.c | 99 memcpy (ehdr->e_ident, src->e_ident, EI_NIDENT); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 93 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
|
D | common.h | 71 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
|
D | abstract.h | 54 TYPE_EXTRA (unsigned char e_ident[EI_NIDENT];) \ 55 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
|
D | elf.h | 69 #define EI_NIDENT (16) macro 73 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */ 91 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 61 unsigned char e_ident[llvm::ELF::EI_NIDENT]; ///< ELF file identification.
|
D | ELFHeader.cpp | 111 if (data.GetU8(offset, &e_ident, EI_NIDENT) == NULL) in Parse()
|
D | ObjectFileELF.cpp | 190 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset)) in CreateInstance() 230 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset)) in MagicBytesMatch()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 208 while (bufp-buf < EI_NIDENT) /* e_ident padding */ in elf_x86_x86_write_proghead()
|
D | elf-x86-amd64.c | 221 while (bufp-buf < EI_NIDENT) /* e_ident padding */ in elf_x86_amd64_write_proghead()
|
D | elf.h | 105 EI_NIDENT = 16 /* Sizeof e_ident[] */ enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 60 EI_NIDENT = 16 // Number of bytes in e_ident. enumerator 64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes 88 unsigned char e_ident[EI_NIDENT];
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-minimal.c | 86 u8 e_ident[EI_NIDENT]; in filename__read_build_id()
|
/external/qemu/include/ |
D | elf.h | 1242 #define EI_NIDENT 16 macro 1250 unsigned char e_ident[EI_NIDENT];
|
/external/qemu/hw/core/ |
D | loader.c | 312 uint8_t e_ident[EI_NIDENT]; in load_elf()
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 410 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes
|
D | ELF.h | 44 if (Object.size() < ELF::EI_NIDENT) in getElfArchType()
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 235 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | obj_int_extract.c | 235 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 200 if (unlikely (memcmp (ehdr1->e_ident, ehdr2->e_ident, EI_NIDENT) != 0 in main()
|
D | strip.c | 965 memcpy (debugehdr->e_ident, ehdr->e_ident, EI_NIDENT); in handle_elf() 1903 memcpy (newehdr->e_ident, ehdr->e_ident, EI_NIDENT); in handle_elf()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 218 if (Buffer->getBufferSize() < ELF::EI_NIDENT) in createObjectImage()
|