Home
last modified time | relevance | path

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

123

/third_party/elfutils/tests/
Ddwfl-report-segment-contiguous.c48 .p_type = PT_LOAD, in main()
65 .p_type = PT_LOAD, in main()
Dshowptable.c81 [PT_LOAD] = "LOAD", in main()
/third_party/elfio/examples/writer/
Dwriter.cpp79 text_seg->set_type( PT_LOAD ); in main()
102 data_seg->set_type( PT_LOAD ); in main()
/third_party/musl/src/ldso/arm/
Dfind_exidx.c20 case PT_LOAD: in find_exidx()
/third_party/elfutils/libdwfl/
Ddwfl_report_elf.c186 if (ph->p_type == PT_LOAD) in __libdwfl_elf_address_range()
209 if (ph->p_type == PT_LOAD in __libdwfl_elf_address_range()
Dcore-file.c147 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()
Delf-from-memory.c242 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.c86 if (ui->phdrs[p].p_type == PT_LOAD in _handle_file_note()
D_UCD_create.c193 if (cur->p_type == PT_LOAD) in _UCD_create()
/third_party/mesa3d/src/util/
Dbuild_id.c65 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in build_id_find_nhdr_callback()
/third_party/musl/src/internal/
Dvdso.c53 if (ph->p_type == PT_LOAD) in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c80 if (ph->p_type == PT_LOAD) in __get_vdso_info()
/third_party/libunwind/src/ia64/
DGfind_unwind_table.c113 case PT_LOAD: in ia64_find_unwind_table()
DGtables.c497 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/
DELFIOTest1.cpp169 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/
Delf.rs34 pub(super) const PT_LOAD: u32 = 1; constant
Dvdso.rs99 if phdr.p_type == PT_LOAD && !found_vaddr { in init_from_sysinfo_ehdr()
/third_party/libunwind/src/dwarf/
DGfind_proc_info-lsb.c201 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()
DGfind_unwind_table.c111 case PT_LOAD: in dwarf_find_unwind_table()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c554 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/
Ddynlink.c554 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/
Dparse_vdso.c125 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr()
/third_party/musl/ldso/
Ddynlink.c556 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/
Delf_mem_image.cc202 case PT_LOAD: in Init()
/third_party/node/src/large_pages/
Dnode_large_page.cc164 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) { in FindMapping()

123