Home
last modified time | relevance | path

Searched refs:rpaths (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Drpaths.test1 ## Validate fetching rpaths from a binary results in the correct output.
2 # RUN: llvm-objdump --macho --rpaths --arch x86_64 %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileChe…
3 # RUN: llvm-objdump --macho --rpaths %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileCheck --implicit-…
8 ## Validate binaries with no rpaths should print nothing.
9 # RUN: llvm-objdump --macho --no-leading-headers --rpaths %p/Inputs/hello.exe.macho-i386 | count 0
11 ## Validate passing --rpaths without --macho fails.
12 # RUN: not llvm-objdump --rpaths %p/Inputs/hello.exe.macho-i386 2>&1 | FileCheck --check-prefix=ERR…
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths
15 install names and rpaths listed in a Mach-O binary.
30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in
43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in
48 Deletes all rpaths from the binary.
63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
H A Dllvm-objdump.rst393 .. option:: --rpaths
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td22 HelpText<"Add new rpath before other rpaths">;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td318 def rpaths : Flag<["--"], "rpaths">,
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h235 SmallVector<StringRef, 2> rpaths; variable
H A DInputFiles.cpp1691 for (StringRef rpath : umbrella->rpaths) { in findDylib()
1788 rpaths.push_back(rpath); in DylibFile()