Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 25 of 55) sorted by relevance

123

/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt102 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/
Delf-from-memory.c241 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()
Dcore-file.c165 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()
Ddwfl_report_elf.c201 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
218 if (ph->p_type == PT_LOAD in __libdwfl_report_elf()
Ddwfl_segment_report_module.c366 case PT_LOAD: in dwfl_segment_report_module()
632 if (type == PT_LOAD) in dwfl_segment_report_module()
/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test12 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/
Delf.c169 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/
Delf_loader.cc125 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/
Dcrazy_linker_elf_loader.cpp238 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()
Dlinker_phdr.cpp152 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()
Dcrazy_linker_elf_view.cpp61 if (entry->p_type == PT_LOAD) { in InitUnmapped()
Dcrazy_linker_rdebug.cpp94 if (phdr.p_type == PT_LOAD && !found_load0) { in FindElfDynamicSection()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp31 case ELF::PT_LOAD: in printProgramHeaders()
/external/chromium_org/courgette/
Dtypes_elf.h108 PT_LOAD = 1, enumerator
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc62 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
/external/libunwind/src/ia64/
DGfind_unwind_table.c113 case PT_LOAD: in ia64_find_unwind_table()
DGtables.c497 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/
DGfind_unwind_table.c73 case PT_LOAD: in dwarf_find_unwind_table()
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc100 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/
Dx86-64-sandbox.rst45 * 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/
Delf.h57 #define PT_LOAD 1 macro
/external/kernel-headers/original/uapi/linux/
Delf.h26 #define PT_LOAD 1 macro
/external/qemu/include/hw/
Delf_ops.h235 if (ph->p_type == PT_LOAD) { in glue()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc752 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/
Delfxx.c176 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) in elf_w()

123