HomeSort by relevance Sort by last modified time
    Searched refs:EI_NIDENT (Results 151 - 175 of 176) sorted by null

1 2 3 4 5 67 8

  /external/elfutils/0.153/libelf/
abstract.h 54 TYPE_EXTRA (unsigned char e_ident[EI_NIDENT];) \
55 TYPE_XLATE (memmove (tdest->e_ident, tsrc->e_ident, EI_NIDENT);) \
elf.h 69 #define EI_NIDENT (16)
73 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
91 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 105 EI_NIDENT = 16 /* Sizeof e_ident[] */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-minimal.c 86 u8 e_ident[EI_NIDENT];
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 111 if (data.GetU8(offset, &e_ident, EI_NIDENT) == NULL)
ObjectFileELF.cpp 190 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset))
230 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset))
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 345 #define EI_NIDENT 16
384 uint8_t e_ident[EI_NIDENT];
425 uint8_t e_ident[EI_NIDENT];
723 uint8_t ident[EI_NIDENT];
    [all...]
  /art/runtime/
elf.h 59 EI_NIDENT = 16 // Number of bytes in e_ident.
70 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
94 unsigned char e_ident[EI_NIDENT];
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 60 EI_NIDENT = 16 // Number of bytes in e_ident.
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
88 unsigned char e_ident[EI_NIDENT];
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 410 unsigned char e_ident[ELF::EI_NIDENT]; // ELF Identification bytes
ELF.h 44 if (Object.size() < ELF::EI_NIDENT)
    [all...]
  /external/qemu/hw/core/
loader.c 312 uint8_t e_ident[EI_NIDENT];
  /external/qemu/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 67 #define EI_NIDENT (16)
71 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
89 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 67 #define EI_NIDENT (16)
71 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
89 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 235 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 235 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 235 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
  /external/elfutils/0.153/src/
strip.c 965 memcpy (debugehdr->e_ident, ehdr->e_ident, EI_NIDENT);
    [all...]
elfcmp.c 200 if (unlikely (memcmp (ehdr1->e_ident, ehdr2->e_ident, EI_NIDENT) != 0
unstrip.c     [all...]
elflint.c 394 for (cnt = EI_PAD; cnt < EI_NIDENT; ++cnt)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 218 if (Buffer->getBufferSize() < ELF::EI_NIDENT)
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 452 WriteZeros(ELF::EI_NIDENT - ELF::EI_PAD);
    [all...]
  /external/valgrind/main/perf/
tinycc.c 148 #define EI_NIDENT (16)
152 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
170 unsigned char e_ident[EI_NIDENT]; /* Magic number and other info */
    [all...]

Completed in 1879 milliseconds

1 2 3 4 5 67 8