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

1 2 3 4 5 6

  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 42 if ((type() == llvm::ELF::PT_LOAD) && (flag() & llvm::ELF::PF_W) != 0x0) {
56 if ((type() == llvm::ELF::PT_LOAD) && (flag() & llvm::ELF::PF_W) != 0x0) {
  /bionic/libc/bionic/
dl_iterate_phdr_static.c 72 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
  /external/chromium_org/courgette/
types_elf.h 108 PT_LOAD = 1,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux_libcdep.cc 80 if (phdr->p_type == PT_LOAD) {
  /external/elfutils/libdwfl/
elf-from-memory.c 212 /* Scan for PT_LOAD segments to find the total size of the file image. */
241 if (phdrs.p32[i].p_type == PT_LOAD)
251 if (phdrs.p32[i].p_type == PT_LOAD)
298 if (phdrs.p32[i].p_type == PT_LOAD)
312 /* This will normally have been in the first PT_LOAD segment. But it
325 if (phdrs.p32[i].p_type == PT_LOAD)
339 /* This will normally have been in the first PT_LOAD segment. But it
core-file.c 172 case PT_LOAD:
282 while (phdr.p_type != PT_LOAD
300 if (phdr.p_type == PT_LOAD)
401 /* First report each PT_LOAD segment. */
dwfl_report_elf.c 196 if (ph->p_type == PT_LOAD)
211 if (ph->p_type == PT_LOAD)
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 33 case ELF::PT_LOAD:
  /bionic/linker/
linker_phdr.cpp 40 An ELF file's program header table contains one or more PT_LOAD
251 if (phdr->p_type != PT_LOAD) {
312 if (phdr->p_type != PT_LOAD) {
387 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
495 * turn some of the pages of a writable PT_LOAD segment to read-only, as
626 if (phdr->p_type == PT_LOAD) {
648 if (phdr->p_type != PT_LOAD) {
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 61 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /external/elfutils/tests/
showptable.c 89 [PT_LOAD] = "LOAD",
  /external/valgrind/main/coregrind/m_ume/
elf.c 169 if (ph->p_type != PT_LOAD)
188 if (ph->p_type != PT_LOAD)
357 case PT_LOAD:
393 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
  /external/grub/stage2/
i386-elf.h 180 #define PT_LOAD 1
  /cts/tests/src/android/os/cts/
ReadElf.java 136 private static final long PT_LOAD = 1;
352 if (type == PT_LOAD) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 41 #define PT_LOAD 1
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 116 if (s->p_type != PT_LOAD)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 41 #define PT_LOAD 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 41 #define PT_LOAD 1

Completed in 514 milliseconds

1 2 3 4 5 6