/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
module.h | 22 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
module.h | 22 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
module.h | 22 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
module.h | 22 #define Elf_Ehdr Elf32_Ehdr
|
/bionic/libc/kernel/arch-x86/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
module_32.h | 21 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
module_32.h | 21 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
module_32.h | 21 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
module_32.h | 21 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
module_32.h | 21 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
module_32.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
/bionic/libc/bionic/ |
dl_iterate_phdr_static.c | 38 Elf32_Ehdr* ehdr = (Elf32_Ehdr*) &__executable_start; 65 Elf32_Ehdr* ehdr_vdso = (Elf32_Ehdr*) getauxval(AT_SYSINFO_EHDR);
|
/sdk/emulator/qtools/ |
read_elf.cpp | 34 void SwapElfHeader(Elf32_Ehdr *hdr) 73 void AdjustElfHeader(Elf32_Ehdr *hdr) 88 void AdjustSectionHeader(Elf32_Ehdr *hdr, Elf32_Shdr *shdr) 103 void AdjustElfSymbols(Elf32_Ehdr *hdr, Elf32_Sym *elf_symbols, int num_entries) 114 Elf32_Ehdr *ReadElfHeader(FILE *fobj) 116 Elf32_Ehdr *hdr = new Elf32_Ehdr; 117 int rval = fread(hdr, sizeof(Elf32_Ehdr), 1, fobj); 131 Elf32_Shdr *ReadSectionHeaders(Elf32_Ehdr *hdr, FILE *f) 156 char *ReadStringTable(Elf32_Ehdr *hdr, Elf32_Shdr *shdr_table, FILE *f [all...] |
/system/core/libcorkscrew/arch-x86/ |
ptrace-x86.c | 30 if (try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phoff), &elf_phoff) 31 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_ehsize), 33 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phnum),
|
/system/core/libcorkscrew/arch-arm/ |
ptrace-arm.c | 34 if (try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phoff), &elf_phoff) 35 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_ehsize), 37 && try_get_word_ptrace(pid, mi->start + offsetof(Elf32_Ehdr, e_phnum),
|
/bionic/libc/kernel/arch-mips/asm/ |
module.h | 55 #define Elf_Ehdr Elf32_Ehdr
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
module.h | 55 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
module.h | 55 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
module.h | 55 #define Elf_Ehdr Elf32_Ehdr
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
module.h | 55 #define Elf_Ehdr Elf32_Ehdr
|