| /llvm-project-15.0.7/lldb/tools/lldb-vscode/syntaxes/ |
| H A D | arm64.disasm | 2 liblog.so`::__android_log_config_read(): 7 liblog.so[0x6024] <+16>: adrp x8, 15 9 liblog.so[0x602c] <+24>: ldr w8, [x8] 12 liblog.so[0x6038] <+36>: adrp x20, 15 13 liblog.so[0x603c] <+40>: adrp x21, 15 26 liblog.so[0x6070] <+92>: blr x8 31 liblog.so[0x6084] <+112>: blr x8 40 liblog.so[0x60a8] <+148>: blr x8 64 liblog.so[0x6108] <+244>: blr x8 69 liblog.so[0x611c] <+264>: blr x8 [all …]
|
| H A D | arm.disasm | 3 libIGL.so[0x7694] <+0>: ldr r2, [r1] 4 libIGL.so[0x7696] <+2>: ldr r3, [r0] 5 libIGL.so[0x7698] <+4>: cmp r3, r2 9 libIGL.so[0x76a0] <+12>: cmp r3, r2 13 libIGL.so[0x76a8] <+20>: cmp r3, r2 17 libIGL.so[0x76b0] <+28>: cmp r3, r2 21 libIGL.so[0x76b8] <+36>: cmp r3, r2 36 libIGL.so[0x76d8] <+68>: bx lr 38 libIGL.so[0x76dc] <+72>: bx lr 44 libIGL.so[0x7884] <+8>: bx lr [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | version-script-complex-wildcards.s | 5 # RUN: ld.lld --version-script %t.script -shared %t.o -o %t.so 6 # RUN: llvm-readobj -V %t.so | FileCheck %s --check-prefix=ABC 11 # RUN: ld.lld --version-script %t1.script -shared %t.o -o %t1.so 12 # RUN: llvm-readobj -V %t1.so | FileCheck %s --check-prefix=ABB 17 # RUN: ld.lld --version-script %t2.script -shared %t.o -o %t2.so 18 # RUN: llvm-readobj -V %t2.so | FileCheck %s --check-prefix=ABB 21 # RUN: ld.lld --version-script %t3.script -shared %t.o -o %t3.so 27 # RUN: ld.lld --version-script %t4.script -shared %t.o -o %t4.so 32 # RUN: llvm-readobj -V %t5.so | FileCheck %s --check-prefix=ABB 36 # RUN: llvm-readobj -V %t6.so | FileCheck %s --check-prefix=NO [all …]
|
| H A D | version-script.s | 4 # RUN: ld.lld -shared %t2.o -soname shared -o %t2.so 8 # RUN: ld.lld --version-script %t.script -shared %t.o %t2.so -o %t.so --fatal-warnings 9 # RUN: llvm-readelf --dyn-syms %t.so | FileCheck --check-prefix=DSO %s 14 # RUN: ld.lld --version-script %t3.script -shared %t.o %t2.so -o %t3.so 15 # RUN: llvm-readelf --dyn-syms %t3.so | FileCheck --check-prefix=DSO2 %s 20 # RUN: ld.lld --version-script %t4.script -shared %t.o %t2.so -o %t4.so --fatal-warnings 42 …RUN: ld.lld --version-script %t7a.script --version-script %t7b.script -shared %t.o %t2.so -o %t7.so 59 # RUN: ld.lld --hash-style=sysv -shared %t.o %t2.so -o %t.so 60 # RUN: llvm-readelf --dyn-syms %t.so | FileCheck --check-prefix=ALL %s 64 # RUN: ld.lld --hash-style=sysv --version-script %t2.script -shared %t.o %t2.so -o %t.so [all …]
|
| H A D | allow-shlib-undefined.s | 6 # RUN: ld.lld -shared %t1.o -o %t.so 8 # RUN: ld.lld --allow-shlib-undefined %t.o %t.so -o /dev/null 11 # RUN: not ld.lld %t.o %t.so -o /dev/null 2>&1 | FileCheck %s 15 # RUN: ld.lld -shared %t.o %t.so -o /dev/null 18 # RUN: ld.lld -shared %tempty.o -o %tempty.so 19 # RUN: ld.lld -shared %t1.o %tempty.so -o %t2.so 36 # RUN: cp %t.so %t2.so 37 # RUN: not ld.lld %t.o %t.so %t2.so -o /dev/null 2>&1 | \ 45 # CHECK-NEXT: >>> referenced by {{.*}}.so 47 # CHECK2-NEXT: >>> referenced by {{.*}}2.so [all …]
|
| H A D | wrap-lazy.test | 10 # RUN: llvm-readelf -s %t1.so | FileCheck --check-prefix=NO-LAZY %s 12 # RUN: llvm-readelf -s %t2.so | FileCheck --check-prefix=NO-LAZY %s 14 # RUN: llvm-readelf -s %t3.so | FileCheck --check-prefix=LAZY-DEF %s 15 # RUN: ld.lld -shared -o %t4.so %tdummy.o %tlazy.o --wrap lazy 16 # RUN: llvm-readelf -s %t4.so | FileCheck --check-prefix=LAZY-DEF %s 18 # RUN: llvm-readelf -s %t5.so | FileCheck --check-prefix=LAZY-DEF %s 20 # RUN: llvm-readelf -s %t6.so | FileCheck --check-prefix=LAZY-REF %s 22 # RUN: llvm-readelf -s %t7.so | FileCheck --check-prefix=LAZY-REF %s 23 # RUN: ld.lld -shared -o %tweakref.so %tweakref.o -soname libweakref.so 24 # RUN: ld.lld -shared -o %t8.so %tdummy.o %tweakref.so --start-lib %tlazy.o --wrap lazy [all …]
|
| H A D | bsymbolic.s | 5 # RUN: ld.lld -shared %t/a.o %t/b.o -o %t0.so 6 # RUN: llvm-readobj -r %t0.so | FileCheck %s --check-prefix=REL_DEF 7 # RUN: llvm-objdump -d %t0.so | FileCheck %s --check-prefix=ASM_DEF 11 # RUN: llvm-readobj -r %t1.so | FileCheck %s --check-prefix=REL_GFUN 15 # RUN: ld.lld -shared -Bsymbolic-functions %t/a.o %t/b.o -o %t2.so 20 # RUN: ld.lld -shared -Bsymbolic %t/a.o %t/b.o -o %t3.so 25 # RUN: cmp %t.so %t3.so 27 # RUN: cmp %t.so %t2.so 29 # RUN: cmp %t.so %t3.so 33 # RUN: cmp %t.so %t0.so [all …]
|
| H A D | as-needed-not-in-regular.s | 5 # RUN: ld.lld %ta.o --shared --soname=a.so -o %ta.so 9 # RUN: ld.lld %tb.o %ta.so --shared --soname=b.so -o %tb.so 12 # RUN: ld.lld %t.o %tb.so --as-needed %ta.so -o %t 15 # RUN: ld.lld %t.o %tb.so --as-needed %ta.so --gc-sections -o %t 18 # The symbol a1 (defined in a.so) is not referenced by a regular object,
|
| H A D | weak-undef-shared2.s | 5 # RUN: ld.lld -shared %t1.o -o %t1.so 6 # RUN: ld.lld -shared %t2.o -o %t2.so 8 ## The undefined reference is STB_GLOBAL in %t.o while STB_WEAK in %t2.so. 11 # RUN: ld.lld %t.o %t1.so %t2.so -o %t 13 # RUN: ld.lld %t1.so %t.o %t2.so -o %t 15 # RUN: ld.lld %t1.so %t2.so %t.o -o %t
|
| H A D | gc-sections-shared.s | 5 # RUN: ld.lld -shared %t2.o -o %t2.so 6 # RUN: ld.lld -shared %t3.o -o %t3.so 7 # RUN: ld.lld -shared %t4.o -o %t4.so 9 # RUN: ld.lld --gc-sections --export-dynamic-symbol foo -o %t %t.o --as-needed %t2.so %t3.so %t4.so 13 # It would also be OK to keep bar2 and the need for %t2.so 15 # this case is checked with symbol qux and %t4.so. 18 # CHECK: (NEEDED) Shared library: [{{.*}}3.so] 27 # RUN: ld.lld --gc-sections --export-dynamic-symbol foo -o %t --as-needed %t2.so %t3.so %t4.so %t.o
|
| H A D | wrap-drop-shared-original.s | 11 # RUN: ld.lld -shared -o %t/liboriginal.so -soname liboriginal.so %t/original.o 12 # RUN: ld.lld -shared -o %t/liboriginal-and-wrapped.so \ 13 # RUN: -soname liboriginal-and-wrapped.so %t/original.o %t/wrapped.o 14 # RUN: ld.lld -shared -o %t/libref-with-original.so %t/ref.o \ 15 # RUN: --as-needed %t/liboriginal.so --wrap foo 16 # RUN: llvm-readelf --dynamic --dyn-syms %t/libref-with-original.so | \ 18 # RUN: ld.lld -shared -o %t/libref-with-original-and-wrapped.so %t/ref.o \ 19 # RUN: --as-needed %t/liboriginal-and-wrapped.so --wrap foo 20 # RUN: llvm-readelf --dynamic --dyn-syms %t/libref-with-original-and-wrapped.so | \ 23 # ORIGINAL-NOT: (NEEDED) Shared library: [liboriginal.so] [all …]
|
| H A D | filter.s | 3 # RUN: ld.lld %t.o -shared -F foo.so -F boo.so -o %t1 7 # RUN: ld.lld %t.o -shared --filter=foo.so --filter=boo.so -o %t2 11 # RUN: ld.lld %t.o -shared --filter foo.so --filter boo.so -o %t3 16 # CHECK-NEXT: 0x000000007FFFFFFF FILTER Filter library: [foo.so] 17 # CHECK-NEXT: 0x000000007FFFFFFF FILTER Filter library: [boo.so]
|
| H A D | as-needed-in-regular.s | 5 # RUN: ld.lld %ta.o --shared --soname=a.so -o %ta.so 8 # RUN: ld.lld %t.o --as-needed %ta.so -o %t 10 # RUN: ld.lld %t.o --as-needed %ta.so --gc-sections -o %t 13 # The order of %ta.so and %t.o does not matter. 15 # RUN: ld.lld --as-needed %ta.so %t.o -o %t 17 # RUN: ld.lld --as-needed %ta.so %t.o --gc-sections -o %t 20 # CHECK: a.so
|
| H A D | mips-64-got-overflow.s | 5 # RUN: %p/Inputs/mips-64-got-load.s -o %t1.so.o 6 # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux %s -o %t2.so.o 7 # RUN: ld.lld -shared -mips-got-size 32 %t1.so.o %t2.so.o -o %t-sgot.so 8 # RUN: ld.lld -shared -mips-got-size 24 %t1.so.o %t2.so.o -o %t-mgot.so 9 # RUN: llvm-readelf -s -A %t-sgot.so | FileCheck -check-prefixes=SYM,SGOT %s 10 # RUN: llvm-readelf -s -A %t-mgot.so | FileCheck -check-prefixes=SYM,MGOT %s
|
| H A D | weak-undef-shared.s | 3 # RUN: ld.lld -shared %t.o -o %t.so 7 # RUN: ld.lld -shared %t2.o -o %t2.so 11 # RUN: ld.lld %t1.o %t.so -o %t 13 # RUN: ld.lld %t.so %t1.o -o %t 17 # RUN: ld.lld %t1.o %t.so %t1.o -o %t 19 # RUN: ld.lld %t.so %t1.o %t1.o -o %t 23 # RUN: ld.lld %t1.o %t.so %t2.o -o %t 25 # RUN: ld.lld %t2.o %t.so %t1.o -o %t 29 ## reference in %t2.so 30 # RUN: ld.lld %t1.o %t2.so -o %t [all …]
|
| H A D | trace-symbols.s | 9 # RUN: ld.lld -shared %t1 -o %t1.so 10 # RUN: ld.lld -shared %t2 -o %t2.so 16 # RUN: ld.lld -y foo -shared %t1 %t1.so -o /dev/null | \ 45 # RUN: ld.lld -y foo -y common %t %t1.so %t2 -o %t3 | \ 55 # RUN: ld.lld -y foo -y common %t %t1.so %t2 -o %t3 | \ 59 # RUN: ld.lld -y foo -y common %t %t2.so %t1.so -o %t3 | \ 61 # RUN: ld.lld -y foo %t %t1.a %t2.so -o %t3 | \ 71 # RUN: ld.lld -y foo %t %t1.a %t2.so -o %t3 | \ 79 # RUN: ld.lld -y bar %t %t1.so %t2.so -o %t3 | \ 83 # RUN: ld.lld -y foo -y bar %t %t1.so %t2.so -o %t3 | \ [all …]
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompMicroTests.cmake | 173 set(libomp_expected_library_deps libc.so.7 libthr.so.3 libm.so.5) 176 set(libomp_expected_library_deps libc.so.12 libpthread.so.1 libm.so.0) 179 set(libomp_expected_library_deps libc.so.8 libpthread.so.0 libm.so.4) 188 set(libomp_expected_library_deps libc.so.6 libpthread.so.0 libdl.so.2) 196 set(libomp_expected_library_deps libdl.so.2 libgcc_s.so.1) 198 libomp_append(libomp_expected_library_deps libc.so.6) 201 libomp_append(libomp_expected_library_deps libc.so.6) 204 libomp_append(libomp_expected_library_deps libc.so.6) 209 libomp_append(libomp_expected_library_deps libc.so.6) 213 libomp_append(libomp_expected_library_deps ld.so.1) [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | discard-gnu-version.s | 4 # RUN: ld.lld -shared --version-script %t1.ver %t1.o -o %t1.so 8 # RUN: ld.lld -shared --version-script %t.ver %t.o %t1.so -o %t.so 9 # RUN: llvm-readelf -S -d %t.so | FileCheck --check-prefixes=SYM,DEF,NEED %s 23 # RUN: ld.lld -shared --version-script %t.ver -T %t.script %t.o %t1.so -o %t.so 24 # RUN: llvm-readelf -S -d %t.so | FileCheck /dev/null \ 29 # RUN: ld.lld -shared --version-script %t.ver -T %t.noversym.script %t.o %t1.so -o %t.noversym.so 30 # RUN: llvm-readelf -S -d %t.noversym.so | FileCheck --check-prefixes=DEF,NEED %s \ 35 # RUN: ld.lld -shared --version-script %t.ver -T %t.noverdef.script %t.o %t1.so -o %t.noverdef.so 36 # RUN: llvm-readelf -S -d %t.noverdef.so | FileCheck --check-prefixes=SYM,NEED %s \ 41 # RUN: ld.lld -shared --version-script %t.ver -T %t.noverneed.script %t.o %t1.so -o %t.noverneed.so [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | strip-target.test | 3 # RUN: llvm-ifs --input-format=ELF --strip-ifs-target --output-ifs=- %p/Inputs/sysv_hash.so | FileC… 4 …rip-ifs-endianness --strip-ifs-bitwidth --output-ifs=- %p/Inputs/sysv_hash.so | FileCheck %s --che… 5 # RUN: llvm-ifs --input-format=ELF --strip-ifs-arch --output-ifs=- %p/Inputs/sysv_hash.so | FileChe… 12 # CHECK-NEXT: SoName: libsomething.so 15 # CHECK-NEXT: - libm.so.6 16 # CHECK-NEXT: - libc.so.6 17 # CHECK-NEXT: - ld-linux-x86-64.so.2 22 # NOTARGET-NEXT: SoName: libsomething.so 24 # NOTARGET-NEXT: - libm.so.6 25 # NOTARGET-NEXT: - libc.so.6 [all …]
|
| /llvm-project-15.0.7/bolt/test/AArch64/ |
| H A D | runtime-relocs.test | 3 RUN: yaml2obj %p/Inputs/rels-so.yaml &> %t.so 5 RUN: llvm-bolt %t.so -o %t.bolt.so --use-old-text=0 --lite=0 10 RUN: llvm-readelf -rW %t.bolt.so | FileCheck %s -check-prefix=CHECKLIB 29 RUN: yaml2obj %p/Inputs/tls-trad.yaml &> %t.trad.so 30 RUN: llvm-bolt %t.trad.so -o %t.trad.bolt.so --use-old-text=0 --lite=0 31 RUN: llvm-readelf -rW %t.trad.so | FileCheck %s -check-prefix=CHECKTRAD 39 RUN: yaml2obj %p/Inputs/tls-ld.yaml &> %t.ld.so 40 RUN: llvm-bolt %t.ld.so -o %t.ld.bolt.so --use-old-text=0 --lite=0 41 RUN: llvm-readelf -rW %t.ld.bolt.so | FileCheck %s -check-prefix=CHECKLD
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | mmapEvent.test | 5 …80483/2580483: [0x7f2505b40000(0x224000) @ 0 08:04 19532214 4169021329]: r-xp /usr/lib64/ld-2.17.so 8 …83/2580483: [0x7f250593c000(0x204000) @ 0 08:04 19532229 3585508847]: r-xp /usr/lib64/libdl-2.17.so 9 …483/2580483: [0x7f250556e000(0x3ce000) @ 0 08:04 19532221 4003737677]: r-xp /usr/lib64/libc-2.17.so 23 ; CHECK: Mmap: Binary /usr/lib64/ld-2.17.so loaded at 0x7f2505b40000 25 ; CHECK: Mmap: Binary /usr/lib64/perf_fopen_hook.so loaded at 0x7f2505d56000 26 ; CHECK: Mmap: Binary /usr/lib64/libdl-2.17.so loaded at 0x7f250593c000 27 ; CHECK: Mmap: Binary /usr/lib64/libc-2.17.so loaded at 0x7f250556e000 28 ; CHECK: Mmap: Binary /usr/lib64/libz.so.1.2.7 loaded at 0x7f2505358000 29 ; CHECK: Mmap: Binary /usr/lib64/perf_fopen_hook.so loaded at 0x7f2505d56000 30 ; CHECK: Mmap: Binary /home/hoy/test/dlopen/helper.so loaded at 0x7f2505156000 [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | verneed-shared.test | 7 # RUN: yaml2obj --docnum=1 %s -o %t1.so 8 # RUN: not ld.lld %t.o %t1.so -o /dev/null 2>&1 | FileCheck --check-prefix=SHOFFSET %s 23 ## some interface shared objects. We use memcpy to read the fields, so 25 # RUN: yaml2obj --docnum=2 %s -o %t2.so 26 # RUN: ld.lld %t.o %t2.so -o /dev/null 51 # RUN: yaml2obj --docnum=3 -D VERNEED=0100010001000000040200000000000000000000 %s -o %t3.so 52 # RUN: not ld.lld %t.o %t3.so -o /dev/null 2>&1 | FileCheck --check-prefix=AUX-OOB %s 53 # AUX-OOB: {{.*}}.so has an invalid Vernaux 72 # AUX-MISALIGNED: {{.*}}.so has an invalid Vernaux 76 # RUN: not ld.lld %t.o %t5.so -o /dev/null 2>&1 | FileCheck --check-prefix=NAME-OOB %s [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | regions-linux-map.yaml | 21 400fb000-400fc000 r-xp 00000000 b3:04 1096 /system/lib/liblog.so 22 400fc000-400fd000 rwxp 00001000 b3:04 1096 /system/lib/liblog.so 23 400fd000-400ff000 r-xp 00002000 b3:04 1096 /system/lib/liblog.so 24 400ff000-40100000 r--p 00003000 b3:04 1096 /system/lib/liblog.so 25 40100000-40101000 rw-p 00004000 b3:04 1096 /system/lib/liblog.so 26 40101000-40122000 r-xp 00000000 b3:04 955 /system/lib/libc.so 27 40122000-40123000 rwxp 00021000 b3:04 955 /system/lib/libc.so 28 40123000-40167000 r-xp 00022000 b3:04 955 /system/lib/libc.so 29 40167000-40169000 r--p 00065000 b3:04 955 /system/lib/libc.so 30 40169000-4016b000 rw-p 00067000 b3:04 955 /system/lib/libc.so
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | wrap-2.ll | 9 ; RUN: ld.lld %t1.bc %t2.bc -shared -o %t.bc-bc.so -wrap=bar 10 ; RUN: llvm-objdump -d %t.bc-bc.so | FileCheck %s --check-prefixes=CHECK,JMP 11 ; RUN: llvm-readobj --symbols %t.bc-bc.so | FileCheck --check-prefix=BIND %s 15 ; RUN: ld.lld %t1.bc %t2.o -shared -o %t.bc-o.so -wrap=bar 16 ; RUN: llvm-objdump -d %t.bc-o.so | FileCheck %s --check-prefixes=CHECK,JMP 17 ; RUN: llvm-readobj --symbols %t.bc-o.so | FileCheck --check-prefix=BIND %s 21 ; RUN: ld.lld %t1.o %t2.bc -shared -o %t.o-bc.so -wrap=bar 23 ; RUN: llvm-readobj --symbols %t.o-bc.so | FileCheck --check-prefix=BIND %s 28 ; RUN: ld.lld %t1.thin %t2.thin -shared -o %t.thin-thin.so -wrap=bar 33 ; RUN: ld.lld %t1.thin %t2.o -shared -o %t.thin-o.so -wrap=bar [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | gnu-notes.test | 3 # RUN: yaml2obj --docnum=1 %s -o %t1.so 6 # RUN: llvm-objcopy --strip-sections %t1.so %t1.stripped.so 139 # RUN: llvm-readelf --notes %t2.so 2>&1 | FileCheck -DFILE=%t2.so %s --check-prefix=ERR1-GNU 140 # RUN: llvm-readobj --notes %t2.so 2>&1 | FileCheck -DFILE=%t2.so %s --check-prefix=ERR1-LLVM 172 # RUN: llvm-readelf --notes %t3.so 2>&1 | FileCheck -DFILE=%t3.so %s --check-prefix=ERR2-GNU 173 # RUN: llvm-readobj --notes %t3.so 2>&1 | FileCheck -DFILE=%t3.so %s --check-prefix=ERR2-LLVM 193 # RUN: llvm-readelf --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-GNU 194 # RUN: llvm-readobj --notes %t4.so 2>&1 | FileCheck -DFILE=%t4.so %s --check-prefix=ERR3-LLVM 224 # RUN: llvm-readelf --notes %t5.so 2>&1 | FileCheck -DFILE=%t5.so %s --check-prefix=ERR4-GNU 225 # RUN: llvm-readobj --notes %t5.so 2>&1 | FileCheck -DFILE=%t5.so %s --check-prefix=ERR4-LLVM [all …]
|