Home
last modified time | relevance | path

Searched refs:PATCHELF (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dfix-rpath89 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}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env45 local old_rpath="`$PATCHELF --print-rpath "$path"`"
52 $PATCHELF --set-rpath "$new_rpath" "$path"
223 if test -z "$PATCHELF"; then
224 PATCHELF=`which patchelf 2> /dev/null`
226 if test -z "$PATCHELF"; then
227 PATCHELF=`which patchelf-uninative 2> /dev/null`
229 if test -z "$PATCHELF"; then