Home
last modified time | relevance | path

Searched refs:PHDRS (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/i386/linux/
HDlinux_vdso.lds.s46 PHDRS label
48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/NextBSD/sys/amd64/linux/
HDlinux_vdso.lds.s45 PHDRS label
47 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/NextBSD/sys/amd64/linux32/
HDlinux32_vdso.lds.s46 PHDRS label
48 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/NextBSD/sys/conf/
HDldscript.mips.octeon15 PHDRS {
HDldscript.mips.cfe44 PHDRS
46 headers PT_PHDR FILEHDR PHDRS ;
/NextBSD/include/
HDMakefile55 PHDRS= sched.h _semaphore.h macro
144 .for i in ${PHDRS}
/NextBSD/contrib/binutils/ld/
HDldgram.y129 %token SECTIONS PHDRS DATA_SEGMENT_ALIGN DATA_SEGMENT_RELRO_END DATA_SEGMENT_END
1051 PHDRS '{' phdr_list '}'
HDldlex.l312 <BOTH,SCRIPT>"PHDRS" { RTOKEN (PHDRS); }
HDld.texinfo2483 * PHDRS:: PHDRS Command
3921 using @samp{:@var{phdr}}. @xref{PHDRS}. If a section is assigned to
3930 PHDRS @{ text PT_LOAD ; @}
4203 @node PHDRS
4204 @section PHDRS Command
4205 @kindex PHDRS
4223 precisely. You may use the @code{PHDRS} command for this purpose. When
4224 the linker sees the @code{PHDRS} command in the linker script, it will
4227 The linker only pays attention to the @code{PHDRS} command when
4229 ignore @code{PHDRS}.
[all …]
HDChangeLog-91971278 * ld.texinfo (PHDRS): Use @cindex, not @kindex, for program header
2441 * ldgram.y (PHDRS): New token.
2446 * ldlex.l: Accept PHDRS.
2458 * ld.texinfo: Document PHDRS.
/NextBSD/contrib/binutils/bfd/doc/
HDbfdint.texi1489 implement the @samp{PHDRS} linker script command.