HomeSort by relevance Sort by last modified time
    Searched full:elfhdr (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 75 ElfHdr(isLittleEndian, is64Bit) {
129 ElfHdr.emitByte(0x7f); // e_ident[EI_MAG0]
130 ElfHdr.emitByte('E'); // e_ident[EI_MAG1]
131 ElfHdr.emitByte('L'); // e_ident[EI_MAG2]
132 ElfHdr.emitByte('F'); // e_ident[EI_MAG3]
134 ElfHdr.emitByte(TEW->getEIClass()); // e_ident[EI_CLASS]
135 ElfHdr.emitByte(TEW->getEIData()); // e_ident[EI_DATA]
136 ElfHdr.emitByte(ELF::EV_CURRENT); // e_ident[EI_VERSION]
137 ElfHdr.emitAlignment(16); // e_ident[EI_NIDENT-EI_PAD]
139 ElfHdr.emitWord16(ELF::ET_REL); // e_typ
    [all...]
ELFWriter.h 115 BinaryObject ElfHdr;
  /external/qemu/
elf_ops.h 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr)
101 static int glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab)
184 struct elfhdr ehdr;
loader.c 286 #undef elfhdr macro
295 #define elfhdr elf64_hdr macro
elf.h 1219 #define elfhdr macro
1234 #define elfhdr macro
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf-fdpic.h 38 struct elfhdr hdr; /* ref copy of ELF header */
elf.h 377 #define elfhdr elf32_hdr macro
385 #define elfhdr elf64_hdr macro
  /bionic/libc/kernel/common/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /development/ndk/platforms/android-3/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 349 #define elfhdr elf32_hdr macro
355 #define elfhdr elf64_hdr macro
  /external/kernel-headers/original/linux/
elf.h 358 #define elfhdr elf32_hdr macro
365 #define elfhdr elf64_hdr macro
  /external/kernel-headers/original/asm-x86/
elf.h 255 #define VDSO_HIGH_EHDR ((const struct elfhdr *) VDSO_HIGH_BASE)
256 #define VDSO_EHDR ((const struct elfhdr *) VDSO_CURRENT_BASE)
  /bionic/libc/include/sys/
exec_elf.h 125 typedef struct elfhdr { struct
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 125 typedef struct elfhdr { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 125 typedef struct elfhdr { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 125 typedef struct elfhdr { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 125 typedef struct elfhdr { struct

Completed in 1618 milliseconds

1 2