HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Phdr (Results 26 - 50 of 72) sorted by null

12 3

  /external/syslinux/gpxe/src/include/
elf.h 217 } Elf32_Phdr;
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 56 typedef llvm::ELF::Elf32_Phdr Phdr;
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 87 Elf32_Phdr phdr;
ElfInterface.cpp 565 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(uint64_t*);
568 template bool ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&, uint64_t*);
588 template uint64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);
Elf.cpp 302 return ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(memory);
  /external/elfutils/tests/
alldts.c 109 Elf32_Phdr *phdr = elf32_newphdr (elf, 2);
update4.c 41 Elf32_Phdr *phdr;
  /external/google-breakpad/src/common/linux/
synth_elf.cc 69 D16(addr_size_ == 8 ? sizeof(Elf64_Phdr) : sizeof(Elf32_Phdr));
  /external/syslinux/efi/
wrapper.c 241 Elf32_Phdr phdr;
  /system/core/libunwindstack/include/unwindstack/
ElfInterface.h 169 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias);
  /external/elfutils/src/
xelf.h 53 # define XElf_Phdr_vardef(name) Elf32_Phdr *name
140 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
  /bionic/libc/kernel/uapi/linux/
elf.h 205 typedef struct elf32_phdr { struct
214 } Elf32_Phdr;
  /external/kernel-headers/original/uapi/linux/
elf.h 244 typedef struct elf32_phdr{ struct
253 } Elf32_Phdr;
  /external/libunwind/src/coredump/
_UCD_create.c 186 Elf32_Phdr hdr32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 252 typedef struct elf32_phdr{ struct
261 } Elf32_Phdr;
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 371 if (phentsize != sizeof (Elf32_Phdr))
412 size_t phdr_size = class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr);
579 Elf32_Phdr (*p32)[phnum] = phdrsp;
link_map.c 41 #define PROBE_VAL32 sizeof (Elf32_Phdr)
880 Elf32_Phdr (*p32)[phnum] = buf;
dwfl_module_getdwarf.c 390 size_t phdr_size = class32 ? sizeof (Elf32_Phdr) : sizeof (Elf64_Phdr);
407 Elf32_Phdr (*p32)[phnum] = phdrs;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 84 typedef Elf32_Phdr Elf_Phdr;
885 Elf32_Phdr *DynamicSegment;
    [all...]
  /system/core/libunwindstack/tests/
ElfTest.cpp 53 ehdr.e_phentsize = sizeof(Elf32_Phdr);
62 Elf32_Phdr phdr;
ElfInterfaceArmTest.cpp 267 Elf32_Phdr phdr;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]

Completed in 645 milliseconds

12 3