Searched refs:rpaths (Results 1 – 10 of 10) sorted by relevance
1 llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths15 install names and rpaths listed in a Mach-O binary.30 times to add multiple rpaths. Throws an error if ``<rpath>`` is already listed in43 times to delete multiple rpaths. Throws an error if ``<rpath>`` is not listed in48 Deletes all rpaths from the binary.63 multiple times to change multiple rpaths. Throws an error if ``<old_rpath>`` is not listed
243 rpaths = subprocess.check_output(['patchelf', '--print-rpath',248 if not rpaths:255 for rpath in rpaths.split(':'):
22 HelpText<"Add new rpath before other rpaths">;
245 std::vector<StringRef> rpaths; member
473 f->rpaths.push_back(lc + read32(&rpc->path, isBig)); in readBinary()
446 for (const StringRef &path : _file.rpaths) { in loadCommandsSize()979 for (const StringRef &path : _file.rpaths) { in writeLoadCommands()
1631 normFile.rpaths = context.rpaths(); in normalizedFromAtoms()
722 io.mapOptional("rpaths", file.rpaths); in mapping()
328 const StringRefVector &rpaths() const { return _rpaths; } in rpaths() function
712 # statically. Also adds linker options (rpaths) so that the framework shared1088 # statically. Also adds linker options (rpaths) so that the framework shared