/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()
|
D | link_map.c | 489 && phdr->p_type == PT_LOAD in consider_executable()
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 170 if (ph->p_type != PT_LOAD) in mapelf() 189 if (ph->p_type != PT_LOAD) in mapelf() 358 case PT_LOAD: 394 if (iph->p_type != PT_LOAD || iph->p_memsz == 0)
|
/external/elfutils/tests/ |
D | showptable.c | 89 [PT_LOAD] = "LOAD", in main()
|
/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/kernel-headers/original/linux/ |
D | elf.h | 35 #define PT_LOAD 1 macro
|
/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/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()
|
D | elfcmp.c | 471 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
|
D | unstrip.c | 1864 if (phdr->p_type == PT_LOAD) in handle_file()
|
D | readelf.c | 1034 else if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_W) == 0) in print_phdr() 1052 if (phdr2 != NULL && phdr2->p_type == PT_LOAD in print_phdr()
|
D | ChangeLog | 76 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1008 PT_LOAD = 1, // Loadable segment. enumerator
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1256 if (seg->p_type != PT_LOAD) in file_offset_from_svma() 1511 if (phdr->p_type == PT_LOAD) { in ML_() 2340 if (phdr->p_type == PT_LOAD) { in ML_()
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 121 phdr->p_type = PT_LOAD; in fill_phdr()
|
/external/elfutils/libelf/ |
D | elf.h | 570 #define PT_LOAD 1 /* Loadable program segment */ macro
|