/external/valgrind/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/src/libdwfl/ |
D | elf-from-memory.c | 237 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()
|
D | core-file.c | 144 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()
|
D | dwfl_report_elf.c | 184 if (ph->p_type == PT_LOAD) in __libdwfl_elf_address_range() 207 if (ph->p_type == PT_LOAD in __libdwfl_elf_address_range()
|
D | dwfl_segment_report_module.c | 518 case PT_LOAD: in dwfl_segment_report_module() 878 if (type == PT_LOAD) in dwfl_segment_report_module()
|
D | linux-core-attach.c | 70 if (phdr == NULL || phdr->p_type != PT_LOAD) in core_memory_read()
|
/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/coregrind/m_ume/ |
D | elf.c | 167 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/ |
D | elf_core_dump_unittest.cc | 58 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD)); in TEST() 79 EXPECT_EQ(NULL, core.GetFirstProgramHeaderOfType(PT_LOAD)); in TEST()
|
D | elf_core_dump.cc | 152 if (program->p_type != PT_LOAD) in CopyData()
|
D | synth_elf_unittest.cc | 285 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/ |
D | ELFDump.cpp | 31 case ELF::PT_LOAD: in printProgramHeaders()
|
/external/libunwind/src/ |
D | elfxx.c | 258 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/ |
D | showptable.c | 81 [PT_LOAD] = "LOAD", in main()
|
/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 | 149 case PT_LOAD: in dwarf_find_unwind_table_memory() 282 case PT_LOAD: in dwarf_find_unwind_table()
|
D | Gfind_proc_info-lsb.c | 555 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/ |
D | elf.h | 26 #define PT_LOAD 1 macro
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 252 if (cur->p_type == PT_LOAD) in _UCD_create()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 444 if (phdr->p_type == PT_LOAD) { in dl_iterate_phdr_cb()
|
D | sanitizer_linux.cc | 782 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/ |
D | ProcessElfCore.cpp | 195 if (header->p_type == llvm::ELF::PT_LOAD) in DoLoadCore()
|
/external/elfutils/src/src/ |
D | findtextrel.c | 346 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
|