Home
last modified time | relevance | path

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

123

/external/valgrind/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/src/libdwfl/
Delf-from-memory.c237 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
248 if (phdrs.p64[i].p_type == PT_LOAD) in elf_from_remote_memory()
300 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory()
327 if (phdrs.p64[i].p_type == PT_LOAD) in elf_from_remote_memory()
Dcore-file.c144 case PT_LOAD: in dwfl_report_core_segments()
254 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback()
281 if (phdr.p_type == PT_LOAD) in dwfl_elf_phdr_memory_callback()
Ddwfl_report_elf.c184 if (ph->p_type == PT_LOAD) in __libdwfl_elf_address_range()
207 if (ph->p_type == PT_LOAD in __libdwfl_elf_address_range()
Ddwfl_segment_report_module.c518 case PT_LOAD: in dwfl_segment_report_module()
878 if (type == PT_LOAD) in dwfl_segment_report_module()
Dlinux-core-attach.c70 if (phdr == NULL || phdr->p_type != PT_LOAD) in core_memory_read()
/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/coregrind/m_ume/
Delf.c167 if (ph->p_type != PT_LOAD) in mapelf()
186 if (ph->p_type != PT_LOAD) in mapelf()
360 case PT_LOAD: in VG_()
395 if (iph->p_type != PT_LOAD || iph->p_memsz == 0) in VG_()
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc58 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD)); in TEST()
79 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD)); in TEST()
Delf_core_dump.cc152 if (program->p_type != PT_LOAD) in CopyData()
Dsynth_elf_unittest.cc285 elf.AddSegment(text_idx, bss_idx, PT_LOAD); in TYPED_TEST()
363 EXPECT_EQ(static_cast<unsigned int>(PT_LOAD), phdr->p_type); in TYPED_TEST()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp31 case ELF::PT_LOAD: in printProgramHeaders()
/external/libunwind/src/
Delfxx.c258 if (phdr.p_type == PT_LOAD) { in elf_w()
396 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) { in elf_w()
606 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) { in elf_w()
622 if (phdr.p_type == PT_LOAD && phdr.p_offset == mapoff) { in elf_w()
/external/elfutils/src/tests/
Dshowptable.c81 [PT_LOAD] = "LOAD", in main()
/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.c149 case PT_LOAD: in dwarf_find_unwind_table_memory()
282 case PT_LOAD: in dwarf_find_unwind_table()
DGfind_proc_info-lsb.c555 if (phdr->p_type == PT_LOAD) in dwarf_callback()
690 if (info->dlpi_phdr[n].p_type == PT_LOAD) in dwarf_callback()
/external/kernel-headers/original/uapi/linux/
Delf.h26 #define PT_LOAD 1 macro
/external/libunwind/src/coredump/
D_UCD_create.c252 if (cur->p_type == PT_LOAD) in _UCD_create()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc444 if (phdr->p_type == PT_LOAD) { in dl_iterate_phdr_cb()
Dsanitizer_linux.cc782 if (phdr->p_type == PT_LOAD && preferred_base > (uptr)phdr->p_vaddr) in ForEachMappedRegion()
791 if (phdr->p_type == PT_LOAD) { in ForEachMappedRegion()
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp195 if (header->p_type == llvm::ELF::PT_LOAD) in DoLoadCore()
/external/elfutils/src/src/
Dfindtextrel.c346 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()

123