Searched refs:shlib (Results 1 – 25 of 78) sorted by relevance
1234
/external/llvm-project/lld/test/ELF/ |
D | allow-shlib-undefined.s | 5 # 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]
|
D | unresolved-symbols.s | 30 # 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…
|
D | wrap-shlib-undefined.s | 8 ## --no-allow-shlib-undefined errors because __real_foo is not defined. 10 # ERR: {{.*}}.so: undefined reference to __real_foo [--no-allow-shlib-undefined]
|
D | pr34872.s | 6 # RUN: not ld.lld --allow-shlib-undefined %t2.so %t.o -o /dev/null 2>&1 | FileCheck %s
|
D | shlib-undefined-shared.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
|
D | shlib-undefined-local.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-linux-gnu -o %t1.o %S/Inputs/shlib-undefined-ref.s
|
D | verneed-shared.s | 25 ## The default is --no-allow-shlib-undefined.
|
/external/elfutils/tests/ |
D | run-dwfl-report-elf-align.sh | 20 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/ |
D | cmds.txt | 3 lines -shlib a.out main.c
|
/external/llvm-project/lldb/test/API/functionalities/dead-strip/ |
D | cmds.txt | 3 lines -shlib a.out main.c
|
/external/python/cpython3/Lib/ctypes/ |
D | _aix.py | 327 shlib = path.join(dir, soname) 328 if path.exists(shlib):
|
/external/llvm-project/mlir/tools/ |
D | CMakeLists.txt | 7 add_subdirectory(mlir-shlib)
|
/external/llvm-project/lldb/test/API/functionalities/load_unload/ |
D | TestLoadUnload.py | 69 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/ |
D | elf-sysv.test | 21 # CHECK-NEXT:.shlib 2048 2048 86 - Name: .shlib
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-types.test | 24 # LLVM: Name: shlib 103 # GNU-NEXT: shlib SHLIB 163 - Name: shlib
|
/external/icu/icu4c/source/config/ |
D | icu-config-bottom | 65 … 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/ |
D | Makefile | 119 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/ |
D | CMakeLists.txt | 38 mlir-shlib.cpp
|
/external/llvm-project/clang/tools/ |
D | CMakeLists.txt | 22 add_clang_subdirectory(clang-shlib)
|
/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 243 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/ |
D | CMakeLists.txt | 47 clang-shlib.cpp
|
/external/llvm-project/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 45 ${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/ |
D | CHANGES-1.2.md | 18 Replaced `test_runner` with upstream from https://github.com/kward/shlib. 25 https://github.com/kward/shlib.
|
D | CHANGES-1.3.md | 34 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/ |
D | tutorial.rst | 102 "--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