/third_party/elfutils/tests/ |
D | dwfl-report-segment-contiguous.c | 48 .p_type = PT_LOAD, in main() 65 .p_type = PT_LOAD, in main()
|
D | showptable.c | 81 [PT_LOAD] = "LOAD", in main()
|
/third_party/elfio/examples/writer/ |
D | writer.cpp | 79 text_seg->set_type( PT_LOAD ); in main() 102 data_seg->set_type( PT_LOAD ); in main()
|
/third_party/musl/src/ldso/arm/ |
D | find_exidx.c | 20 case PT_LOAD: in find_exidx()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 186 if (ph->p_type == PT_LOAD) in __libdwfl_elf_address_range() 209 if (ph->p_type == PT_LOAD in __libdwfl_elf_address_range()
|
D | core-file.c | 147 case PT_LOAD: in dwfl_report_core_segments() 267 if (pphdr->p_type == PT_LOAD) in do_more() 307 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback()
|
D | elf-from-memory.c | 242 if (type != PT_LOAD) in elf_from_remote_memory() 299 if (type != PT_LOAD) in elf_from_remote_memory()
|
/third_party/libunwind/src/coredump/ |
D | _UCD_get_mapinfo_linux.c | 86 if (ui->phdrs[p].p_type == PT_LOAD in _handle_file_note()
|
D | _UCD_create.c | 193 if (cur->p_type == PT_LOAD) in _UCD_create()
|
/third_party/mesa3d/src/util/ |
D | build_id.c | 65 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in build_id_find_nhdr_callback()
|
/third_party/musl/src/internal/ |
D | vdso.c | 53 if (ph->p_type == PT_LOAD) in __vdsosym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 80 if (ph->p_type == PT_LOAD) in __get_vdso_info()
|
/third_party/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()
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 169 text_seg->set_type( PT_LOAD ); in write_exe_i386() 189 data_seg->set_type( PT_LOAD ); in write_exe_i386() 549 text_seg->set_type( PT_LOAD ); in TEST()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 34 pub(super) const PT_LOAD: u32 = 1; constant
|
D | vdso.rs | 99 if phdr.p_type == PT_LOAD && !found_vaddr { in init_from_sysinfo_ehdr()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 201 if (phdr[i].p_type == PT_LOAD) in load_debug_frame() 611 if (phdr->p_type == PT_LOAD) in dwarf_callback() 768 if (info->dlpi_phdr[n].p_type == PT_LOAD) in dwarf_callback()
|
D | Gfind_unwind_table.c | 111 case PT_LOAD: in dwarf_find_unwind_table()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 554 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps() 677 if (ph->p_type != PT_LOAD) continue; in map_library() 697 if (ph->p_type != PT_LOAD) continue; in map_library() 758 if (ph->p_type != PT_LOAD) continue; in map_library() 778 if (next_ph->p_type != PT_LOAD) { in map_library() 1404 if (ph->p_type != PT_LOAD) continue; in kernel_mapped_dso() 1929 if (phdr->p_type == PT_LOAD) in __dls3() 2215 if (ph->p_type != PT_LOAD) continue; in addr2dso()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 554 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps() 677 if (ph->p_type != PT_LOAD) continue; in map_library() 697 if (ph->p_type != PT_LOAD) continue; in map_library() 758 if (ph->p_type != PT_LOAD) continue; in map_library() 778 if (next_ph->p_type != PT_LOAD) { in map_library() 1405 if (ph->p_type != PT_LOAD) continue; in kernel_mapped_dso() 1930 if (phdr->p_type == PT_LOAD) in __dls3() 2216 if (ph->p_type != PT_LOAD) continue; in addr2dso()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 125 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr()
|
/third_party/musl/ldso/ |
D | dynlink.c | 556 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps() 679 if (ph->p_type != PT_LOAD) continue; in map_library() 699 if (ph->p_type != PT_LOAD) continue; in map_library() 760 if (ph->p_type != PT_LOAD) continue; in map_library() 1388 if (ph->p_type != PT_LOAD) continue; in kernel_mapped_dso() 1906 if (phdr->p_type == PT_LOAD) in __dls3() 2182 if (ph->p_type != PT_LOAD) continue; in addr2dso()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 202 case PT_LOAD: in Init()
|
/third_party/node/src/large_pages/ |
D | node_large_page.cc | 164 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) { in FindMapping()
|