HomeSort by relevance Sort by last modified time
    Searched refs:EI_NIDENT (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /system/core/debuggerd/
elf_utils.cpp 39 memcpy(&hdr.e_ident[0], e_ident, EI_NIDENT);
42 if (backtrace->Read(base_addr + EI_NIDENT, reinterpret_cast<uint8_t*>(&hdr) + EI_NIDENT,
43 sizeof(HdrType) - EI_NIDENT) != sizeof(HdrType) - EI_NIDENT) {
100 uint8_t e_ident[EI_NIDENT];
109 // Read the rest of EI_NIDENT.
110 if (backtrace->Read(addr + SELFMAG, e_ident + SELFMAG, EI_NIDENT - SELFMAG) != EI_NIDENT - SELFMAG) {
  /external/minijail/
elfparse.h 27 #if !defined(EI_NIDENT)
28 #define EI_NIDENT (16)
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/
elf_getident.c 54 *ptr = EI_NIDENT;
gelf_update_ehdr.c 78 memcpy (ehdr->e_ident, src->e_ident, EI_NIDENT);
gelf_getehdr.c 71 memcpy (dest->e_ident, ehdr->e_ident, EI_NIDENT);
  /bionic/tools/relocation_packer/src/
main.cc 108 uint8_t e_ident[EI_NIDENT];
109 if (TEMP_FAILURE_RETRY(read(fd.get(), e_ident, EI_NIDENT) != EI_NIDENT)) {
  /external/elfutils/tests/
newfile.c 30 for (n = 0; n < EI_NIDENT; ++n)
101 for (i = 0; i < EI_NIDENT; ++i)
update1.c 68 for (i = 0; i < EI_NIDENT; ++i)
106 for (i = 0; i < EI_NIDENT; ++i)
update2.c 69 for (i = 0; i < EI_NIDENT; ++i)
129 for (i = 0; i < EI_NIDENT; ++i)
update3.c 78 for (i = 0; i < EI_NIDENT; ++i)
184 for (i = 0; i < EI_NIDENT; ++i)
  /toolchain/binutils/binutils-2.25/gold/
target.cc 230 unsigned char e_ident[elfcpp::EI_NIDENT];
231 memcpy(e_ident, ehdr.get_e_ident(), elfcpp::EI_NIDENT);
  /external/libunwind/src/
elfxx.h 104 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)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 188 #define EI_NIDENT 16
191 unsigned char e_ident[EI_NIDENT];
208 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 171 if (fread (elf_header.e_ident, EI_NIDENT, 1, file) != 1)
199 if (fread (ehdr32.e_type, sizeof (ehdr32) - EI_NIDENT,
217 memcpy (&ehdr32, &elf_header, EI_NIDENT);
232 if (fread (ehdr64.e_type, sizeof (ehdr64) - EI_NIDENT,
250 memcpy (&ehdr64, &elf_header, EI_NIDENT);
  /bionic/libc/kernel/uapi/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 34 private static final int EI_NIDENT = 16;
199 if (mFile.length() < EI_NIDENT) {
225 mFile.readFully(mBuffer, 0, EI_NIDENT);
  /development/ndk/platforms/android-21/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /external/kernel-headers/original/uapi/linux/
elf.h 201 #define EI_NIDENT 16
204 unsigned char e_ident[EI_NIDENT];
221 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 210 #define EI_NIDENT 16
213 unsigned char e_ident[EI_NIDENT];
230 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
elf.h 206 #define EI_NIDENT 16
209 unsigned char e_ident[EI_NIDENT];
229 unsigned char e_ident[EI_NIDENT];

Completed in 1355 milliseconds

1 2 3 4 5 6