Searched refs:rpaths (Results 1 – 11 of 11) 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
372 .. option:: --rpaths
143 while (obj->rpaths != NULL) { in ELFNAME()144 const Search_Path *rpath = obj->rpaths; in ELFNAME()145 obj->rpaths = rpath->sp_next; in ELFNAME()
22 HelpText<"Add new rpath before other rpaths">;
153 for (sp = refobj->rpaths; sp != NULL; sp = sp->sp_next) in _rtld_load_library()
190 Search_Path *rpaths; /* Search path specified in object */ member
453 _rtld_add_paths(execname, &obj->rpaths, obj->strtab + in _rtld_digest_dynamic()
295 def rpaths : Flag<["--"], "rpaths">,
1873 # For these versions, we default to using embedded rpaths.1879 # For these versions, we only use embedded rpaths on demand.
11368 * config/t-slibgcc-darwin: Fix embedded rpaths for
8784 - Fixup so no non-absolute rpaths are added.