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

1 2

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 55 private static final long PT_LOAD = 1;
355 if (p_type == PT_LOAD) {
  /external/syslinux/gpxe/src/include/
elf.h 98 #define PT_LOAD 1 /* Loadable segment. */
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 57 private static final long PT_LOAD = 1;
814 if (p_type == PT_LOAD) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 37 #define PT_LOAD 1
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 347 PT_LOAD = 1
607 if phdr.p_type != ELF.PT_LOAD:
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 27 #define PT_LOAD 1
  /external/syslinux/com32/include/sys/
elfcommon.h 12 #define PT_LOAD 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 35 #define PT_LOAD 1
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 229 PT_LOAD = 1
544 // Make sure PT_LOAD is aligned properly and
560 if e.type_ == PT_LOAD {
575 if e.type_ == PT_LOAD {
1146 ph.type_ = PT_LOAD
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 229 PT_LOAD = 1
544 // Make sure PT_LOAD is aligned properly and
560 if e.type_ == PT_LOAD {
575 if e.type_ == PT_LOAD {
1146 ph.type_ = PT_LOAD
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 924 milliseconds

1 2