HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Phdr (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/syslinux/gpxe/src/image/
elf.c 39 typedef Elf32_Phdr Elf_Phdr;
50 static int elf_load_segment ( struct image *image, Elf_Phdr *phdr,
123 Elf_Phdr phdr;
  /external/syslinux/com32/include/sys/i386/
module.h 31 typedef Elf32_Phdr Elf_Phdr;
  /external/syslinux/com32/include/sys/x86_64/
module.h 31 typedef Elf64_Phdr Elf_Phdr;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 84 typedef Elf64_Phdr Elf_Phdr;
95 STATIC Elf_Phdr *mPhdrBase;
167 mPhdrBase = (Elf_Phdr *)((UINT8 *)mEhdr + mEhdr->e_phoff);
Elf32Convert.c 83 typedef Elf32_Phdr Elf_Phdr;
94 STATIC Elf_Phdr *mPhdrBase;
163 mPhdrBase = (Elf_Phdr *)((UINT8 *)mEhdr + mEhdr->e_phoff);
200 Elf_Phdr*
209 return (Elf_Phdr *)((UINT8*)mPhdrBase + num * mEhdr->e_phentsize);
    [all...]
  /external/compiler-rt/lib/cfi/
cfi.cc 20 typedef ElfW(Phdr) Elf_Phdr;
206 const Elf_Phdr *phdr = &info->dlpi_phdr[phdr_idx];
241 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 415 typedef ElfW(Phdr) Elf_Phdr;
417 # define Elf_Phdr XElf32_Phdr
442 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
sanitizer_linux.cc 871 typedef ElfW(Phdr) Elf_Phdr;
884 Elf_Phdr *phdr = (Elf_Phdr *)iter;
893 Elf_Phdr *phdr = (Elf_Phdr *)iter;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 49 typedef typename ELFT::Phdr Elf_Phdr;
135 if (getHeader()->e_phnum && getHeader()->e_phentsize != sizeof(Elf_Phdr))
138 reinterpret_cast<const Elf_Phdr *>(base() + getHeader()->e_phoff);
  /external/llvm/include/llvm/Object/
ELF.h 47 typedef Elf_Phdr_Impl<ELFT> Elf_Phdr;
172 const Elf_Phdr *program_header_begin() const {
173 if (Header->e_phnum && Header->e_phentsize != sizeof(Elf_Phdr))
175 return reinterpret_cast<const Elf_Phdr *>(base() + Header->e_phoff);
178 const Elf_Phdr *program_header_end() const {
  /development/ndk/platforms/android-9/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
exec_elf.h 545 #define Elf_Phdr Elf32_Phdr
571 #define Elf_Phdr Elf64_Phdr

Completed in 1430 milliseconds

1 2 3 4