Home
last modified time | relevance | path

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

12

/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/libdwfl/
Delf-from-memory.c241 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()
Dcore-file.c172 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()
Ddwfl_report_elf.c196 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
211 if (ph->p_type == PT_LOAD) in __libdwfl_report_elf()
Ddwfl_segment_report_module.c361 case PT_LOAD: in dwfl_segment_report_module()
606 if (type == PT_LOAD) in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c102 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/
Delf.c169 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/
Dprogram-headers.test8 ELF-I386-NEXT: Type: PT_LOAD (0x1)
37 ELF-X86-64-NEXT: Type: PT_LOAD (0x1)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_linux_libcdep.cc80 if (phdr->p_type == PT_LOAD) {
Dsanitizer_linux.cc658 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/
DELFDump.cpp33 case ELF::PT_LOAD: in printProgramHeaders()
/external/chromium_org/courgette/
Dtypes_elf.h108 PT_LOAD = 1, enumerator
Ddisassembler_elf_32.cc148 if (segment_header->p_type != PT_LOAD) in IsValidRVA()
/external/elfutils/tests/
Dshowptable.c89 [PT_LOAD] = "LOAD", in main()
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc61 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
/external/grub/stage2/
Di386-elf.h180 #define PT_LOAD 1 macro
Dboot.c604 if (phdr->p_type == PT_LOAD) in load_image()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_symbolize_addr2line_linux.cc116 if (s->p_type != PT_LOAD) in dl_iterate_phdr_cb()
/external/qemu/
Delf_ops.h235 if (ph->p_type == PT_LOAD) { in glue()
Delf.h25 #define PT_LOAD 1 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delf_mem_image.cc235 case PT_LOAD: in Init()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delf_mem_image.cc235 case PT_LOAD: in Init()
/external/elfutils/src/
Dfindtextrel.c332 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in process_file()
Delflint.c1209 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()
Dsize.c631 if (phdr->p_type != PT_LOAD) in show_segments()

12