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

1 2 3 4 5 6 7 8 9

  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 56 return type() == llvm::ELF::PT_LOAD;
61 return (type() == llvm::ELF::PT_LOAD) && ((flag() & llvm::ELF::PF_W) != 0x0);
  /bionic/libc/bionic/
dl_iterate_phdr_static.cpp 76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
vdso.cpp 92 } else if (vdso_phdr[i].p_type == PT_LOAD) {
  /external/chromium_org/courgette/
types_elf.h 108 PT_LOAD = 1,
  /external/elfutils/0.153/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.p64[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 165 case PT_LOAD:
275 while (phdr.p_type != PT_LOAD
302 if (phdr.p_type == PT_LOAD)
415 /* First report each PT_LOAD segment. */
dwfl_report_elf.c 201 if (ph->p_type == PT_LOAD)
218 if (ph->p_type == PT_LOAD
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 31 case ELF::PT_LOAD:
  /external/chromium_org/components/nacl/loader/nonsfi/
elf_loader.cc 125 if (phdr.p_type != PT_LOAD) {
126 // Do nothing for non PT_LOAD header.
135 // The end address looks overflowing, or PT_LOAD is not found.
155 if (phdrs[i].p_type == PT_LOAD) {
183 if (phdr.p_type != PT_LOAD) {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.cpp 238 if (phdr->p_type == PT_LOAD) {
260 if (phdr->p_type != PT_LOAD) {
281 if (phdr->p_type != PT_LOAD) {
crazy_linker_elf_view.cpp 61 if (entry->p_type == PT_LOAD) {
linker_phdr.cpp 52 An ELF file's program header table contains one or more PT_LOAD
152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
297 * turn some of the pages of a writable PT_LOAD segment to read-only, as
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.cpp 232 if (phdr->p_type == PT_LOAD) {
254 if (phdr->p_type != PT_LOAD) {
275 if (phdr->p_type != PT_LOAD) {
crazy_linker_elf_view.cpp 57 if (entry->p_type == PT_LOAD) {
linker_phdr.cpp 52 An ELF file's program header table contains one or more PT_LOAD
152 if (phdr->p_type != PT_LOAD) {
193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0)
297 * turn some of the pages of a writable PT_LOAD segment to read-only, as
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /external/valgrind/main/coregrind/m_ume/
elf.c 169 if (ph->p_type != PT_LOAD)
188 if (ph->p_type != PT_LOAD)
362 case PT_LOAD:
398 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 91 m_pParent.elfSegmentTable().find(llvm::ELF::PT_LOAD, 0x0, 0x0);
  /bionic/linker/
linker_phdr.cpp 44 An ELF file's program header table contains one or more PT_LOAD
260 if (phdr->p_type != PT_LOAD) {
339 if (phdr->p_type != PT_LOAD) {
410 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
505 * turn some of the pages of a writable PT_LOAD segment to read-only, as
742 if (phdr->p_type == PT_LOAD) {
764 if (phdr->p_type != PT_LOAD) {
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 113 case PT_LOAD:
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 55 private static final long PT_LOAD = 1;
355 if (p_type == PT_LOAD) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 41 #define PT_LOAD 1
  /external/libunwind/src/dwarf/
Gfind_unwind_table.c 73 case PT_LOAD:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 35 #define PT_LOAD 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 35 #define PT_LOAD 1

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 9