Searched refs:PATCHELF (Results 1 – 2 of 2) sorted by relevance
89 find_args+=( "-path" "${PATCHELF}" "-prune" "-o" )90 cp "${PATCHELF}" "${PATCHELF}.__to_be_patched"130 rpath=$(${PATCHELF} --print-rpath "${file}" 2>&1)146 ${PATCHELF} --set-rpath ${changed_rpath} "${file}"150 ${PATCHELF} --make-rpath-relative "${rootdir}" ${sanitize_extra_args[@]} "${file}"156 test "${tree}" = "host" && mv "${PATCHELF}.__to_be_patched" "${PATCHELF}"
45 local old_rpath="`$PATCHELF --print-rpath "$path"`"52 $PATCHELF --set-rpath "$new_rpath" "$path"223 if test -z "$PATCHELF"; then224 PATCHELF=`which patchelf 2> /dev/null`226 if test -z "$PATCHELF"; then227 PATCHELF=`which patchelf-uninative 2> /dev/null`229 if test -z "$PATCHELF"; then