HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Phdr (Results 126 - 150 of 171) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /art/runtime/
elf_file.cc 586 Elf32_Phdr& ElfFile::GetDynamicProgramHeader() const {
685 Elf32_Phdr* ElfFile::GetProgramHeader(Elf32_Word i) const {
691 return reinterpret_cast<Elf32_Phdr*>(program_header);
694 Elf32_Phdr* ElfFile::FindProgamHeaderByType(Elf32_Word type) const {
696 Elf32_Phdr* program_header = GetProgramHeader(i);
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 211 if (phentsize != sizeof (Elf32_Phdr))
253 Elf32_Phdr p32[phnum];
  /external/elfutils/0.153/src/
xelf.h 61 # define XElf_Phdr_vardef(name) Elf32_Phdr *name
148 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
  /bionic/libc/kernel/uapi/linux/
elf.h 251 typedef struct elf32_phdr{ struct
262 } Elf32_Phdr;
  /development/ndk/platforms/android-L/include/linux/
elf.h 251 typedef struct elf32_phdr{ struct
262 } Elf32_Phdr;
  /external/chromium_org/third_party/libvpx/include/
elf.h 267 typedef struct elf32_phdr{ struct
278 } Elf32_Phdr;
  /external/kernel-headers/original/uapi/linux/
elf.h 243 typedef struct elf32_phdr{ struct
252 } Elf32_Phdr;
  /external/libunwind/src/coredump/
_UCD_create.c 186 Elf32_Phdr hdr32;

Completed in 724 milliseconds

1 2 3 4 56 7