/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/libdwfl/ |
D | elf-from-memory.c | 241 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 251 if (phdrs.p32[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 | 172 case PT_LOAD: in dwfl_report_core_segments() 282 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback() 300 if (phdr.p_type == PT_LOAD) in dwfl_elf_phdr_memory_callback()
|
D | dwfl_report_elf.c | 196 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf() 211 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
|
D | dwfl_segment_report_module.c | 361 case PT_LOAD: in dwfl_segment_report_module() 606 if (type == PT_LOAD) in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 102 if (ph->p_type == PT_LOAD) in open_elf() 293 if (phdr != NULL && phdr->p_type == PT_LOAD && phdr->p_memsz > 0) in find_offsets()
|
/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() 357 case PT_LOAD: in VG_() 393 if (iph->p_type != PT_LOAD || iph->p_memsz == 0) in VG_()
|
/external/llvm/test/tools/llvm-readobj/ |
D | program-headers.test | 8 ELF-I386-NEXT: Type: PT_LOAD (0x1) 37 ELF-X86-64-NEXT: Type: PT_LOAD (0x1)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_linux_libcdep.cc | 80 if (phdr->p_type == PT_LOAD) {
|
D | sanitizer_linux.cc | 658 if (phdr->p_type == PT_LOAD && preferred_base > (uptr)phdr->p_vaddr) in ForEachMappedRegion() 667 if (phdr->p_type == PT_LOAD) { in ForEachMappedRegion()
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 33 case ELF::PT_LOAD: in printProgramHeaders()
|
/external/chromium_org/courgette/ |
D | types_elf.h | 108 PT_LOAD = 1, enumerator
|
D | disassembler_elf_32.cc | 148 if (segment_header->p_type != PT_LOAD) in IsValidRVA()
|
/external/elfutils/tests/ |
D | showptable.c | 89 [PT_LOAD] = "LOAD", in main()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 61 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
|
/external/grub/stage2/ |
D | i386-elf.h | 180 #define PT_LOAD 1 macro
|
D | boot.c | 604 if (phdr->p_type == PT_LOAD) in load_image()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_symbolize_addr2line_linux.cc | 116 if (s->p_type != PT_LOAD) in dl_iterate_phdr_cb()
|
/external/qemu/ |
D | elf_ops.h | 235 if (ph->p_type == PT_LOAD) { in glue()
|
D | elf.h | 25 #define PT_LOAD 1 macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | elf_mem_image.cc | 235 case PT_LOAD: in Init()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | elf_mem_image.cc | 235 case PT_LOAD: in Init()
|
/external/elfutils/src/ |
D | findtextrel.c | 332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
|
D | elflint.c | 1209 if (phdr->p_type == PT_LOAD) in check_reloc_shdr() 1693 if (phdr != NULL && phdr->p_type == PT_LOAD in check_dynamic() 3672 && ((phdr->p_type == PT_LOAD in check_sections() 3827 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections() 4063 if (phdr->p_type == PT_LOAD) in check_program_header() 4127 if (phdr2->p_type == PT_LOAD in check_program_header() 4159 && phdr2->p_type == PT_LOAD in check_program_header()
|
D | size.c | 631 if (phdr->p_type != PT_LOAD) in show_segments()
|