/external/valgrind/main/docs/internals/ |
D | segments-seginfos.txt | 102 covers the p_memsz of all PT_LOAD, mmap()s that much from the file [even if 104 everything that is not covered by the first PT_LOAD, then 105 mmap(,,,MAP_FIXED,,) each remaining PT_LOAD. This is done to overcome the 107 might place the first PT_LOAD so that subsequent PT_LOAD [must maintain 108 relative addressing to other PT_LOAD from the same file] would evict 111 PT_LOAD from the same module are ignorable as far as allocation is 112 concerned. Also, there is nothing to stop a file from having PT_LOAD that
|
/external/elfutils/0.153/libdwfl/ |
D | elf-from-memory.c | 241 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 251 if (phdrs.p64[i].p_type == PT_LOAD) in elf_from_remote_memory() 298 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 325 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
|
D | core-file.c | 165 case PT_LOAD: in dwfl_report_core_segments() 275 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback() 302 if (phdr.p_type == PT_LOAD) in dwfl_elf_phdr_memory_callback()
|
D | dwfl_report_elf.c | 201 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf() 218 if (ph->p_type == PT_LOAD in __libdwfl_report_elf()
|
D | dwfl_segment_report_module.c | 366 case PT_LOAD: in dwfl_segment_report_module() 632 if (type == PT_LOAD) in dwfl_segment_report_module()
|
/external/llvm/test/tools/llvm-readobj/ |
D | program-headers.test | 12 ELF-I386-NEXT: Type: PT_LOAD (0x1) 41 ELF-X86-64-NEXT: Type: PT_LOAD (0x1) 98 ELF-MIPS-NEXT: Type: PT_LOAD (0x1) 118 ELF-MIPS64-NEXT: Type: PT_LOAD (0x1)
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 169 if (ph->p_type != PT_LOAD) in mapelf() 188 if (ph->p_type != PT_LOAD) in mapelf() 362 case PT_LOAD: in VG_() 398 if (iph->p_type != PT_LOAD || iph->p_memsz == 0) in VG_()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | elf_loader.cc | 125 if (phdr.p_type != PT_LOAD) { in GetLoadSize() 155 if (phdrs[i].p_type == PT_LOAD) { in ReserveMemory() 183 if (phdr.p_type != PT_LOAD) { in LoadSegments()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_elf_loader.cpp | 238 if (phdr->p_type == PT_LOAD) { in FindPhdr() 260 if (phdr->p_type != PT_LOAD) { in CheckPhdr() 281 if (phdr->p_type != PT_LOAD) { in LoadSegments()
|
D | linker_phdr.cpp | 152 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size() 193 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()
|
D | crazy_linker_elf_view.cpp | 61 if (entry->p_type == PT_LOAD) { in InitUnmapped()
|
D | crazy_linker_rdebug.cpp | 94 if (phdr.p_type == PT_LOAD && !found_load0) { in FindElfDynamicSection()
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 31 case ELF::PT_LOAD: in printProgramHeaders()
|
/external/chromium_org/courgette/ |
D | types_elf.h | 108 PT_LOAD = 1, enumerator
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 113 case PT_LOAD: in ia64_find_unwind_table()
|
D | Gtables.c | 497 if (phdr->p_type == PT_LOAD) in callback() 523 if (phdr->p_type == PT_LOAD && p_unwind->p_vaddr >= phdr->p_vaddr in callback()
|
/external/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 73 case PT_LOAD: in dwarf_find_unwind_table()
|
/external/chromium_org/tools/relocation_packer/src/ |
D | elf_file.cc | 100 case PT_LOAD: type = "LOAD"; break; in VerboseLogProgramHeader() 352 if (program_header->p_type == PT_LOAD && in FindFirstLoadSegment() 406 if (program_header->p_type == PT_LOAD && in FindOriginalFirstLoadSegment() 495 if (program_header->p_type == PT_LOAD || in SortOrderSensitiveProgramHeaders()
|
/external/chromium_org/native_client_sdk/src/doc/reference/sandbox_internals/ |
D | x86-64-sandbox.rst | 45 * There must be exactly one PT_LOAD text segment. It must begin at 48 * There can be at most one PT_LOAD data segment marked R. 49 * There can be at most one PT_LOAD data segment marked RW.
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 57 #define PT_LOAD 1 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 26 #define PT_LOAD 1 macro
|
/external/qemu/include/hw/ |
D | elf_ops.h | 235 if (ph->p_type == PT_LOAD) { in glue()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 752 if (phdr->p_type == PT_LOAD && preferred_base > (uptr)phdr->p_vaddr) in ForEachMappedRegion() 761 if (phdr->p_type == PT_LOAD) { in ForEachMappedRegion()
|
/external/libunwind/src/ |
D | elfxx.c | 176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) in elf_w()
|