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

123

/freebsd-13-stable/usr.sbin/btxld/
H A Delfh.c65 htole32(PT_LOAD), /* p_type */
75 htole32(PT_LOAD), /* p_type */
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.h33 : p_align(type == llvm::ELF::PT_LOAD ? config->maxPageSize : 0),
H A DWriter.cpp163 if (p->p_type != PT_LOAD)
602 // Remove empty PT_LOAD to avoid causing the dynamic linker to try to mmap a
932 // Allocatable sections go first to reduce the total PT_LOAD size and
963 // PT_LOAD covering the program headers at the start of the file.
969 // end of the last PT_LOAD.
989 // ordering is PT_LOAD(PT_GNU_RELRO(.data.rel.ro .bss.rel.ro) | .data .bss),
991 // PT_LOAD(.data | PT_GNU_RELRO( .data.rel.ro .bss.rel.ro) | .bss), but it may
996 // If we got here we know that both A and B are in the same PT_LOAD.
999 // PT_LOAD, so stick TLS sections directly before the other RelRo R/W
1011 // within the same PT_LOAD
[all...]
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s47 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/freebsd-13-stable/lib/libc/gen/
H A Delf_utils.c52 if (ph->p_type != PT_LOAD)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp31 if (phdr[i].p_type != PT_LOAD)
H A Dhwasan.cpp325 if (phdr->p_type == PT_LOAD)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/freebsd-13-stable/sys/mips/mips/
H A Delf_trampoline.c101 * Relocate PT_LOAD segements of kernel ELF image to their respective
140 * XXX: check if .symtab is in PT_LOAD?
157 if (phdr[i].p_type != PT_LOAD)
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c86 if (seg->type == PT_LOAD)
211 if (seg == s->seg || seg->type != PT_LOAD)
298 if (seg->type != PT_LOAD)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp242 if (phdr->p_type == PT_LOAD) {
283 if (phdr->p_type == PT_LOAD) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp142 // Search for a PT_LOAD segment containing the requested section. Use this
145 if ((Phdr.p_type == ELF::PT_LOAD) && (Phdr.p_vaddr <= Sec.getAddress()) &&
149 // Return section's VMA if it isn't in a PT_LOAD segment.
232 case ELF::PT_LOAD:
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp464 if (phdr->p_type == PT_LOAD) {
542 if (phdr->p_type == PT_LOAD) {
/freebsd-13-stable/sys/dev/ksyms/
H A Dksyms.c307 hdr->kh_txtphdr.p_type = PT_LOAD;
313 hdr->kh_datphdr.p_type = PT_LOAD;
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h198 #define PT_LOAD 1 macro
/freebsd-13-stable/sys/kern/
H A Dkern_dump.c254 phdr.p_type = PT_LOAD;
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c417 case PT_LOAD:
/freebsd-13-stable/lib/libprocstat/
H A Dcore.c317 if (phdr.p_type != PT_LOAD)
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c135 case PT_LOAD:
138 _rtld_error("%s: PT_LOAD segment %d not page-aligned",
198 _rtld_error("%s: too few PT_LOAD segments", path);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp568 if (Phdr.p_type == ELF::PT_LOAD)
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c387 if (ep[j].p_type == PT_LOAD)
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c349 if (ep[j].p_type == PT_LOAD)
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c476 * style only PT_LOAD segments are handled, and text,
513 if (phdr->p_type != PT_LOAD)
560 case PT_LOAD:

Completed in 286 milliseconds

123