Home
last modified time | relevance | path

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

12

/external/llvm-project/lld/test/ELF/linkerscript/
Dpt-interp.test5 ## Check we create PT_INTERP program header when it is specified in PHDRS.
6 # RUN: echo "PHDRS { interp PT_INTERP; }" > %t1.script
12 ## but only if PHDRS is not empty by itself.
13 # RUN: echo "PHDRS { ph_text PT_LOAD; }" > %t2.script
18 ## Otherwise, if PHDRS is empty, we create PT_INTERP header.
19 # RUN: echo "PHDRS {}" > %t3.script
Dsections-va-overflow.test5 PHDRS {
6 ph_headers PT_PHDR PHDRS;
7 ph_text PT_LOAD FILEHDR PHDRS FLAGS (0x1 | 0x4);
Dheader-phdr.test10 PHDRS { foobar PT_LOAD FILEHDR PHDRS; }
Dopenbsd-wxneeded.test6 PHDRS { text PT_LOAD FILEHDR PHDRS; wxneeded PT_OPENBSD_WXNEEDED; }
Ddiscard-interp.test10 PHDRS { text PT_LOAD FILEHDR PHDRS; }
Dnmagic-alignment.test5 # - We can allocate the headers into the first program header (via PHDRS)
26 PHDRS {
27 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
Dheader-addr.test6 PHDRS { all PT_LOAD PHDRS; }
Dno-pt-load.test7 PHDRS { foo PT_DYNAMIC; }
Dopenbsd-bootdata.test6 PHDRS { boot PT_OPENBSD_BOOTDATA; }
Darm-exidx-phdrs.test9 PHDRS { ph_text PT_LOAD; }
Drosegment.test2 ## Create a readonly PT_LOAD in the absence of PHDRS.
Deh-frame-reloc-out-of-range.test5 PHDRS { eh PT_LOAD; text PT_LOAD; }
Dempty-tls.test6 PHDRS {
Dsections-nonalloc.s65 PHDRS { label
66 text PT_LOAD FILEHDR PHDRS;
Dimplicit-program-header.test14 PHDRS {
Dempty-relaplt-dyntags.test16 PHDRS {
Dphdrs.s43 ## inside PHDRS {} block
Dsymbol-only-align.test7 PHDRS {
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
Ddebug-line-basic.script1 PHDRS {
/external/llvm-project/lld/test/ELF/
Daarch64-thunk-script.s68 PHDRS { label
Daarch64-thunk-pi.s106 PHDRS { label
Daarch64-cortex-a53-843419-thunk-range.s91 PHDRS { label
Dppc64-pcrel-call-to-toc-error.s37 PHDRS { label
Dppc64-pcrel-long-branch-error.s40 PHDRS { label
/external/llvm-project/lld/docs/ELF/
Dlinker_script.rst80 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

12