HomeSort by relevance Sort by last modified time
    Searched refs:PT_PHDR (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/linker/
linker_wrapper.cpp 38 * by the kernel. The ELF file's PHDR table must have a PT_PHDR entry.
40 * A VDSO doesn't have a PT_PHDR entry in its PHDR table.
45 if (phdr_table[i].p_type == PT_PHDR) {
linker_main.cpp 543 * by the kernel. The ELF file's PHDR table must have a PT_PHDR entry.
545 * A VDSO doesn't have a PT_PHDR entry in its PHDR table.
550 if (phdr_table[i].p_type == PT_PHDR) {
linker_phdr.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 44 case ELF::PT_PHDR:
  /external/elfutils/tests/
showptable.c 86 [PT_PHDR] = "PHDR"
update2.c 98 phdr[0].p_type = PT_PHDR;
update3.c 107 phdr[0].p_type = PT_PHDR;
alldts.c 116 phdr[0].p_type = PT_PHDR;
update4.c 111 phdr[0].p_type = PT_PHDR;
  /bionic/tests/
link_test.cpp 91 if (phdr.table[i].p_type == PT_PHDR) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
ELFDump.cpp 134 case ELF::PT_PHDR:
  /bionic/libc/kernel/uapi/linux/
elf.h 42 #define PT_PHDR 6
  /external/kernel-headers/original/uapi/linux/
elf.h 32 #define PT_PHDR 6
  /external/u-boot/include/
elf.h 460 #define PT_PHDR 6 /* program header */
  /art/libelffile/elf/
elf_builder.h 860 // The program headers must start with PT_PHDR which is used in
863 phdr.p_type = PT_PHDR;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 271 #define PT_PHDR 6 /* Location of program header itself. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 271 #define PT_PHDR 6 /* Location of program header itself. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 636 // Creating multiple PT_PHDR segments technically is not valid, but PT_LOAD
638 ElfHdr.Type = PT_PHDR;
649 PrHdr.Type = PT_PHDR;
    [all...]
  /external/elfutils/libdwfl/
link_map.c 770 case PT_PHDR:
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 51 ECase(PT_PHDR);
  /external/kmod/port-gnu/
elf.h 604 #define PT_PHDR 6 /* Entry for header table itself */
    [all...]

Completed in 599 milliseconds

1 2