Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 - 25 of 64) sorted by relevance

123

/third_party/elfutils/tests/
H A Ddwfl-report-segment-contiguous.c48 .p_type = PT_LOAD, in main()
65 .p_type = PT_LOAD, in main()
H A Dshowptable.c81 [PT_LOAD] = "LOAD", in main()
/third_party/elfio/examples/writer/
H A 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/
H A Dfind_exidx.c20 case PT_LOAD: in find_exidx()
/third_party/elfutils/libdwfl/
H A 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()
492 /* First report each PT_LOAD segment. */ in dwfl_core_file_report()
H A Delf-from-memory.c53 PAGESIZE is the minimum page size and alignment used for the PT_LOAD
146 PT_LOAD segment). */ in elf_from_remote_memory()
218 /* Scan for PT_LOAD segments to find the total size of the file image. */ in elf_from_remote_memory()
242 if (type != PT_LOAD) in elf_from_remote_memory()
299 if (type != PT_LOAD) in elf_from_remote_memory()
335 /* This will normally have been in the first PT_LOAD segment. But it in elf_from_remote_memory()
H A 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()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_mapinfo_linux.c86 if (ui->phdrs[p].p_type == PT_LOAD in _handle_file_note()
H A D_UCD_create.c193 if (cur->p_type == PT_LOAD) in _UCD_create()
/third_party/mesa3d/src/util/
H A Dbuild_id.c65 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in build_id_find_nhdr_callback()
/third_party/libunwind/libunwind/src/ia64/
H A DGfind_unwind_table.c113 case PT_LOAD: in ia64_find_unwind_table()
H A 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/musl/src/internal/linux/
H A Dvdso.c80 if (ph->p_type == PT_LOAD) in __get_vdso_info()
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c80 if (ph->p_type == PT_LOAD) in __get_vdso_info()
/third_party/musl/src/internal/
H A Dvdso.c53 if (ph->p_type == PT_LOAD) in __vdsosym()
/third_party/musl/porting/liteos_a/user/ldso/
H A 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/musl/porting/liteos_a/user_debug/ldso/
H A 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/elfio/tests/
H A 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/libunwind/libunwind/src/dwarf/
H A 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()
H A DGfind_unwind_table.c69 case PT_LOAD: in dwarf_find_unwind_table()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c125 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr()
/third_party/musl/ldso/
H A Ddynlink.c621 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps()
744 if (ph->p_type != PT_LOAD) continue; in map_library()
764 if (ph->p_type != PT_LOAD) continue; in map_library()
825 if (ph->p_type != PT_LOAD) continue; in map_library()
846 if (next_ph->p_type != PT_LOAD) { in map_library()
1498 if (ph->p_type != PT_LOAD) continue;
2031 if (phdr->p_type == PT_LOAD)
2325 if (ph->p_type != PT_LOAD) continue;
/third_party/node/src/large_pages/
H A Dnode_large_page.cc164 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) { in FindMapping()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc161 link_base_ = ~0L; // Sentinel: PT_LOAD .p_vaddr can't possibly be this.
202 case PT_LOAD:
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs26 load_end: *const c_void, // the end of the `PT_LOAD` segment
99 if phdr.p_type == PT_LOAD && !found_vaddr { in init_from_sysinfo_ehdr()

Completed in 23 milliseconds

123