Home
last modified time | relevance | path

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

/external/llvm-project/llvm/docs/CommandGuide/
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
/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dmsan_build.py243 rpaths = subprocess.check_output(['patchelf', '--print-rpath',
248 if not rpaths:
255 for rpath in rpaths.split(':'):
/external/llvm-project/llvm/tools/llvm-objcopy/
DInstallNameToolOpts.td22 HelpText<"Add new rpath before other rpaths">;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h245 std::vector<StringRef> rpaths; member
DMachONormalizedFileBinaryReader.cpp473 f->rpaths.push_back(lc + read32(&rpc->path, isBig)); in readBinary()
DMachONormalizedFileBinaryWriter.cpp446 for (const StringRef &path : _file.rpaths) { in loadCommandsSize()
979 for (const StringRef &path : _file.rpaths) { in writeLoadCommands()
DMachONormalizedFileFromAtoms.cpp1631 normFile.rpaths = context.rpaths(); in normalizedFromAtoms()
DMachONormalizedFileYAML.cpp722 io.mapOptional("rpaths", file.rpaths); in mapping()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h328 const StringRefVector &rpaths() const { return _rpaths; } in rpaths() function
/external/tensorflow/tensorflow/
Dtensorflow.bzl712 # statically. Also adds linker options (rpaths) so that the framework shared
1088 # statically. Also adds linker options (rpaths) so that the framework shared