OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_LOAD
(Results
1 - 25
of
94
) sorted by relevancy
1
2
3
4
/src/sys/arch/acorn32/stand/
module.ldscript
15
text
PT_LOAD
;
/src/sys/arch/i386/conf/
kern.ldscript.Xen
86
main
PT_LOAD
;
/src/sys/arch/i386/stand/efiboot/bootx64/
ldscript
9
text
PT_LOAD
;
/src/external/gpl3/binutils.old/dist/bfd/
elf-nacl.c
65
The first non-executable
PT_LOAD
segment appears first in the file
98
if (seg->p_type ==
PT_LOAD
)
171
/* First, we're just finding the earliest
PT_LOAD
.
176
/* Now that we've noted the first
PT_LOAD
, we're looking for
177
the first non-executable
PT_LOAD
with a nonempty p_filesz. */
194
if (seg->p_type ==
PT_LOAD
)
221
/* Put the first
PT_LOAD
header last. */
234
been done as we wanted. But the
PT_LOAD
phdrs are no longer in the
250
/* Find the
PT_LOAD
that contains the headers (should be the first). */
253
if ((*m)->p_type ==
PT_LOAD
&& (*m)->includes_filehdr
[
all
...]
/src/sys/arch/amd64/conf/
kern.ldscript.Xen
91
main
PT_LOAD
;
/src/sys/arch/i386/stand/efiboot/bootia32/
ldscript
8
text
PT_LOAD
;
/src/libexec/ld.elf_so/arch/arm/
find_exidx.c
64
* need to see if the address matches a
PT_LOAD
section.
71
if (ph->p_type ==
PT_LOAD
/src/sys/arch/emips/stand/common/
bootxx.c
160
if (phdr.p_type !=
PT_LOAD
)
/src/sys/arch/mipsco/stand/common/
bootxx.c
150
if (phdr.p_type !=
PT_LOAD
)
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc
86
if (!(phdr->p_flags & PF_W) || (phdr->p_type !=
PT_LOAD
) ||
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_globals.cpp
31
if (phdr[i].p_type !=
PT_LOAD
)
/src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c
124
if (phdr[i].p_type !=
PT_LOAD
||
238
if (phdr[i].p_type !=
PT_LOAD
||
253
if (phdr[i].p_type !=
PT_LOAD
||
/src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp
104
if (phdr[i].p_type !=
PT_LOAD
||
/src/sys/arch/pmax/stand/common/
bootxx.c
182
if (phdr.p_type !=
PT_LOAD
)
/src/sys/arch/x68k/stand/aout2hux/
aout68k.h
151
#define
PT_LOAD
1
/src/external/bsd/elftosb/dist/common/
ELF.h
231
PT_LOAD
= 1,
/src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c
77
if (phdr->p_type ==
PT_LOAD
)
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common_linux.cpp
86
if (!(phdr->p_flags & PF_W) || (phdr->p_type !=
PT_LOAD
) ||
/src/sys/arch/ews4800mips/stand/common/
bootxx.c
206
if (p[i].p_type !=
PT_LOAD
||
221
if (p[i].p_type !=
PT_LOAD
||
/src/external/gpl3/binutils/dist/include/elf/
internal.h
284
/* Whether the p_align field is valid; if not,
PT_LOAD
segment
294
/* Assume this
PT_LOAD
header has an lma of zero when sorting
295
headers before assigning file offsets.
PT_LOAD
headers with this
297
before
PT_LOAD
headers without this flag set. */
324
((/* Only
PT_LOAD
, PT_GNU_RELRO and PT_TLS segments can contain \
329
|| (segment)->p_type ==
PT_LOAD
)) \
335
/*
PT_LOAD
and similar segments only have SHF_ALLOC sections. */ \
337
&& ((segment)->p_type ==
PT_LOAD
\
/src/external/gpl3/binutils.old/dist/include/elf/
internal.h
284
/* Whether the p_align field is valid; if not,
PT_LOAD
segment
294
/* Assume this
PT_LOAD
header has an lma of zero when sorting
295
headers before assigning file offsets.
PT_LOAD
headers with this
297
before
PT_LOAD
headers without this flag set. */
324
((/* Only
PT_LOAD
, PT_GNU_RELRO and PT_TLS segments can contain \
329
|| (segment)->p_type ==
PT_LOAD
)) \
335
/*
PT_LOAD
and similar segments only have SHF_ALLOC sections. */ \
337
&& ((segment)->p_type ==
PT_LOAD
\
/src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp
111
if (ph->p_type ==
PT_LOAD
) {
159
if (ph->p_type ==
PT_LOAD
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp
150
// Search for a
PT_LOAD
segment containing the requested section. Use this
153
if ((Phdr.p_type == ELF::
PT_LOAD
) && (Phdr.p_vaddr <= Sec.getAddress()) &&
157
// Return section's VMA if it isn't in a
PT_LOAD
segment.
240
case ELF::
PT_LOAD
:
/src/sys/arch/pmax/stand/smallnet/setnetimage/
setnetimage.c
144
if (phdr.p_type !=
PT_LOAD
)
/src/sys/arch/prep/stand/installboot/
installboot.c
119
if ((be32toh(ph.p_type) !=
PT_LOAD
) ||
Completed in 85 milliseconds
1
2
3
4
Indexes created Tue Feb 24 01:34:59 UTC 2026