| /freebsd/usr.sbin/btxld/ |
| H A D | elfh.c | 63 htole32(PT_LOAD), /* p_type */ 73 htole32(PT_LOAD), /* p_type */
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_vdso.lds.s | 48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /freebsd/lib/libc/gen/ |
| H A D | elf_utils.c | 53 if (ph->p_type != PT_LOAD) in __elf_phdr_match_addr()
|
| H A D | dlfcn.c | 293 if (ph->p_type == PT_LOAD && in _rtld_addr_phdr_cb()
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_vdso.lds.s | 45 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_vdso.lds.s | 46 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_vdso.lds.s | 46 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_globals.cpp | 33 if (phdr[i].p_type != PT_LOAD) in CheckCodeModel()
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | segments.c | 86 if (seg->type == PT_LOAD) in add_to_inseg_list() 211 if (seg == s->seg || seg->type != PT_LOAD) in adjust_addr() 298 if (seg->type != PT_LOAD) in adjust_addr()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_linux.cpp | 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) || in ProcessGlobalRegionsCallback()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi.cpp | 246 if (phdr->p_type == PT_LOAD) { in find_cfi_check_in_dso() 287 if (phdr->p_type == PT_LOAD) { in dl_iterate_phdr_cb()
|
| /freebsd/sys/dev/ksyms/ |
| H A D | ksyms.c | 305 hdr->kh_txtphdr.p_type = PT_LOAD; in ksyms_snapshot() 311 hdr->kh_datphdr.p_type = PT_LOAD; in ksyms_snapshot()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 195 if ((Phdr.p_type == ELF::PT_LOAD) && in getSectionLMA() 297 case ELF::PT_LOAD: in printProgramHeaders()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 106 if (p->p_type != PT_LOAD) in removeEmptyPTLoad() 812 if (p_type == PT_LOAD) in add() 870 if (p->p_type != PT_LOAD) in setReservedSymbolSections() 2341 load = addHdr(PT_LOAD, flags); in createPhdrs() 2383 addHdr(PT_LOAD, computeFlags(ctx, sec->getPhdrFlags()))->add(sec); in createPhdrs() 2426 load = addHdr(PT_LOAD, newFlags); in createPhdrs() 2590 if (p->p_type == PT_LOAD && p->firstSec) { in fixSectionAlignments() 2655 if (p->p_type == PT_LOAD && (p->p_flags & PF_X)) in assignFileOffsets() 2970 if (p->p_type == PT_LOAD && (p->p_flags & PF_X)) in writeTrapInstr() 2982 if (p->p_type == PT_LOAD) in writeTrapInstr()
|
| /freebsd/sys/conf/ |
| H A D | ldscript.powerpc | 9 kernel PT_LOAD;
|
| H A D | vdso_amd64.ldscript | 45 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| H A D | vdso_amd64_ia32.ldscript | 46 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| H A D | ldscript.powerpc64le | 9 kernel PT_LOAD;
|
| H A D | ldscript.powerpc64 | 9 kernel PT_LOAD;
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | large_sections.rst | 38 We try to keep the number of ``PT_LOAD`` segments to a minimum, so we place
|
| H A D | linker_script.rst | 64 - Align the first section in a ``PT_LOAD`` segment according to 196 ``PT_LOAD`` segment will not overlap with the ``PT_GNU_RELRO`` segment.
|
| /freebsd/stand/powerpc/ofw/ |
| H A D | ppc-common.ldscript | 7 text PT_LOAD;
|
| /freebsd/stand/kboot/libkboot/ |
| H A D | dfk.c | 240 if (phdr[i].p_type != PT_LOAD) in read_at_address()
|
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/ |
| H A D | vdso.cpp | 145 if (vdso_phdr[i].p_type == PT_LOAD) in from()
|
| /freebsd/contrib/file/src/ |
| H A D | readelf.h | 198 #define PT_LOAD 1 macro
|