Searched refs:PHDRS (Results 1 – 25 of 28) sorted by relevance
12
5 ## Check we create PT_INTERP program header when it is specified in PHDRS.6 # RUN: echo "PHDRS { interp PT_INTERP; }" > %t1.script12 ## but only if PHDRS is not empty by itself.13 # RUN: echo "PHDRS { ph_text PT_LOAD; }" > %t2.script18 ## Otherwise, if PHDRS is empty, we create PT_INTERP header.19 # RUN: echo "PHDRS {}" > %t3.script
5 PHDRS {6 ph_headers PT_PHDR PHDRS;7 ph_text PT_LOAD FILEHDR PHDRS FLAGS (0x1 | 0x4);
10 PHDRS { foobar PT_LOAD FILEHDR PHDRS; }
6 PHDRS { text PT_LOAD FILEHDR PHDRS; wxneeded PT_OPENBSD_WXNEEDED; }
10 PHDRS { text PT_LOAD FILEHDR PHDRS; }
5 # - We can allocate the headers into the first program header (via PHDRS)26 PHDRS {27 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
6 PHDRS { all PT_LOAD PHDRS; }
7 PHDRS { foo PT_DYNAMIC; }
6 PHDRS { boot PT_OPENBSD_BOOTDATA; }
9 PHDRS { ph_text PT_LOAD; }
2 ## Create a readonly PT_LOAD in the absence of PHDRS.
5 PHDRS { eh PT_LOAD; text PT_LOAD; }
6 PHDRS {
65 PHDRS { label66 text PT_LOAD FILEHDR PHDRS;
14 PHDRS {
16 PHDRS {
43 ## inside PHDRS {} block
7 PHDRS {
1 PHDRS {
68 PHDRS { label
106 PHDRS { label
91 PHDRS { label
37 PHDRS { label
40 PHDRS { label
80 have a PHDRS command, then a new loadable segment will be generated.85 If the linker script does not have a PHDRS command, then if