/dports/devel/llvm90/llvm-9.0.1.src/test/tools/llvm-readobj/ |
H A D | gnu-phdrs.test | 16 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 18 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 26 RUN: | FileCheck %s -check-prefix ELF64-PHDRS -implicit-check-not="Section to Segment mapping:" 64 ELF64-PHDRS: Elf file type is EXEC (Executable file) 65 ELF64-PHDRS-NEXT: Entry point 0x400610 66 ELF64-PHDRS-NEXT: There are 10 program headers, starting at offset 64 68 ELF64-PHDRS: Program Headers: 70 ELF64-PHDRS-NEXT: PHDR 0x000040 0x0000000000400040 0x0000000000400040 0x000230 0x000230… 71 ELF64-PHDRS-NEXT: INTERP 0x000270 0x0000000000400270 0x0000000000400270 0x00001c 0x00001c… 72 ELF64-PHDRS-NEXT: [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] [all …]
|
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-readobj/ELF/ |
H A D | gnu-phdrs.test | 16 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 18 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 26 RUN: | FileCheck %s -check-prefix ELF64-PHDRS -implicit-check-not="Section to Segment mapping:" 64 ELF64-PHDRS: Elf file type is EXEC (Executable file) 65 ELF64-PHDRS-NEXT: Entry point 0x400610 66 ELF64-PHDRS-NEXT: There are 10 program headers, starting at offset 64 68 ELF64-PHDRS: Program Headers: 70 ELF64-PHDRS-NEXT: PHDR 0x000040 0x0000000000400040 0x0000000000400040 0x000230 0x000230… 71 ELF64-PHDRS-NEXT: INTERP 0x000270 0x0000000000400270 0x0000000000400270 0x00001c 0x00001c… 72 ELF64-PHDRS-NEXT: [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | gnu-phdrs.test | 16 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 18 RUN: | FileCheck %s -check-prefixes ELF64-PHDRS,ELF64-MAPPING 26 RUN: | FileCheck %s -check-prefix ELF64-PHDRS -implicit-check-not="Section to Segment mapping:" 64 ELF64-PHDRS: Elf file type is EXEC (Executable file) 65 ELF64-PHDRS-NEXT: Entry point 0x400610 66 ELF64-PHDRS-NEXT: There are 10 program headers, starting at offset 64 68 ELF64-PHDRS: Program Headers: 70 ELF64-PHDRS-NEXT: PHDR 0x000040 0x0000000000400040 0x0000000000400040 0x000230 0x000230… 71 ELF64-PHDRS-NEXT: INTERP 0x000270 0x0000000000400270 0x0000000000400270 0x00001c 0x00001c… 72 ELF64-PHDRS-NEXT: [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/test/ELF/linkerscript/ |
H A D | pt-interp.test | 5 ## 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
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/obj2yaml/ELF/ |
H A D | offset.yaml | 246 # NOBITS-PHDRS: Sections: 247 # NOBITS-PHDRS-NEXT: - Name: .nobits1 249 # NOBITS-PHDRS-NEXT: Size: 0x1 252 # NOBITS-PHDRS-NEXT: Content: '0000' 253 # NOBITS-PHDRS-NEXT: - Name: .nobits3 255 # NOBITS-PHDRS-NEXT: Size: 0x100 256 # NOBITS-PHDRS-NEXT: - Name: .nobits4 258 # NOBITS-PHDRS-NEXT: Size: 0x200 261 # NOBITS-PHDRS-NEXT: Offset: 0x100 262 # NOBITS-PHDRS-NEXT: Size: 0x300 [all …]
|