Home
last modified time | relevance | path

Searched refs:shlib (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm-project/lld/test/ELF/
Dallow-shlib-undefined.s5 # RUN: %p/Inputs/allow-shlib-undefined.s -o %t1.o
8 # RUN: ld.lld --allow-shlib-undefined %t.o %t.so -o /dev/null
9 # RUN: not ld.lld --no-allow-shlib-undefined %t.o %t.so -o /dev/null 2>&1 | FileCheck %s
10 # Executable defaults to --no-allow-shlib-undefined
14 # -shared defaults to --allow-shlib-undefined
20 # RUN: ld.lld --no-allow-shlib-undefined %t.o %t2.so -o /dev/null
25 # RUN: ld.lld -shared --allow-shlib-undefined %t1.o -o /dev/null
26 # RUN: ld.lld -shared --no-allow-shlib-undefined %t1.o -o /dev/null
32 # CHECK: error: {{.*}}.so: undefined reference to _unresolved [--no-allow-shlib-undefined]
33 # WARN: warning: {{.*}}.so: undefined reference to _unresolved [--no-allow-shlib-undefined]
Dunresolved-symbols.s30 # RUN: ld.lld %t1.o %t.so -o %t1_3 --allow-shlib-undefined --unresolved-symbols=ignore-all
36 ## --unresolved-symbols overrides a previous --allow-shlib-undefined.
37 # RUN: not ld.lld %t1.o %t.so -o /dev/null --allow-shlib-undefined --unresolved-symbols=ignore-in-o…
39 # SHLIB: error: {{.*}}.so: undefined reference to undef [--no-allow-shlib-undefined]
45 # RUN: ld.lld %t1.o %t.so -o %t3_1 --allow-shlib-undefined --unresolved-symbols=ignore-in-shared-li…
Dwrap-shlib-undefined.s8 ## --no-allow-shlib-undefined errors because __real_foo is not defined.
10 # ERR: {{.*}}.so: undefined reference to __real_foo [--no-allow-shlib-undefined]
Dpr34872.s6 # RUN: not ld.lld --allow-shlib-undefined %t2.so %t.o -o /dev/null 2>&1 | FileCheck %s
Dshlib-undefined-shared.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
Dshlib-undefined-local.s3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
Dverneed-shared.s25 ## The default is --no-allow-shlib-undefined.
/external/elfutils/tests/
Drun-dwfl-report-elf-align.sh20 testfiles testfile-dwfl-report-elf-align-shlib.so
41 testrun ${abs_builddir}/dwfl-report-elf-align ./testfile-dwfl-report-elf-align-shlib.so \
42 0x7f3560c92000 0x7f3560c92585 shlib
/external/llvm-project/lldb/test/API/macosx/order/
Dcmds.txt3 lines -shlib a.out main.c
/external/llvm-project/lldb/test/API/functionalities/dead-strip/
Dcmds.txt3 lines -shlib a.out main.c
/external/python/cpython3/Lib/ctypes/
D_aix.py327 shlib = path.join(dir, soname)
328 if path.exists(shlib):
/external/llvm-project/mlir/tools/
DCMakeLists.txt7 add_subdirectory(mlir-shlib)
/external/llvm-project/lldb/test/API/functionalities/load_unload/
DTestLoadUnload.py69 shlib = 'libloadunload_d.' + ext
71 hidden_file = os.path.join(hidden_dir, shlib)
77 lldb.SBFileSpec(os.path.join('hidden', shlib)),
/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test21 # CHECK-NEXT:.shlib 2048 2048
86 - Name: .shlib
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test24 # LLVM: Name: shlib
103 # GNU-NEXT: shlib SHLIB
163 - Name: shlib
/external/icu/icu4c/source/config/
Dicu-config-bottom65 … echo " --shlib-c Print the command to compile and build C shared libraries with ICU"
66 …echo " --shlib-cc Print the command to compile and build C++ shared libraries with IC…
357 --shlib-c)
361 --shlib-cc)
/external/fsverity-utils/
DMakefile119 SHARED_LIB_OBJ := $(LIB_SRC:.c=.shlib.o)
126 $(SHARED_LIB_OBJ): %.shlib.o: %.c $(LIB_HEADERS) .build-config
/external/llvm-project/mlir/tools/mlir-shlib/
DCMakeLists.txt38 mlir-shlib.cpp
/external/llvm-project/clang/tools/
DCMakeLists.txt22 add_clang_subdirectory(clang-shlib)
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp243 intptr_t shlib = m_addr_range.GetByteSize(); in Dump() local
244 if (shlib) in Dump()
245 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString()); in Dump()
/external/llvm-project/clang/tools/clang-shlib/
DCMakeLists.txt47 clang-shlib.cpp
/external/llvm-project/llvm/tools/llvm-shlib/
DCMakeLists.txt45 ${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map)
51 …set(LIB_NAMES -Wl,--version-script,${LLVM_LIBRARY_DIR}/tools/llvm-shlib/simple_version_script.map …
/external/shflags/doc/
DCHANGES-1.2.md18 Replaced `test_runner` with upstream from https://github.com/kward/shlib.
25 https://github.com/kward/shlib.
DCHANGES-1.3.md34 Replaced `test_runner` with upstream from https://github.com/kward/shlib.
40 Replaced `shflags_test.sh` with `test_runner` from https://github.com/kward/shlib.
/external/llvm-project/lldb/docs/use/
Dtutorial.rst102 "--shlib <path>" ("-s <path>" for short):
106 (lldb) breakpoint set --shlib foo.dylib --name foo
109 The --shlib option can also be repeated to specify several shared libraries.
125 option in "breakpoint" completes to source files, the "--shlib <path>" option
127 specify "--shlib <path>", and are completing on "--file <path>", we will only
128 list source files in the shared library specified by "--shlib <path>".

1234