Home
last modified time | relevance | path

Searched refs:rpathSize (Results 1 – 4 of 4) sorted by relevance

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc995 unsigned int rpathSize = 0; in modifyRPath() local
997 rpathSize = strlen(rpath); in modifyRPath()
998 memset(rpath, 'X', rpathSize); in modifyRPath()
1013 if (newRPath.size() <= rpathSize) { in modifyRPath()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc995 unsigned int rpathSize = 0; in modifyRPath() local
997 rpathSize = strlen(rpath); in modifyRPath()
998 memset(rpath, 'X', rpathSize); in modifyRPath()
1013 if (newRPath.size() <= rpathSize) { in modifyRPath()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc995 unsigned int rpathSize = 0; in modifyRPath() local
997 rpathSize = strlen(rpath); in modifyRPath()
998 memset(rpath, 'X', rpathSize); in modifyRPath()
1013 if (newRPath.size() <= rpathSize) { in modifyRPath()
/dports/sysutils/patchelf/patchelf-0.12.20200827.8d3a16e/src/
H A Dpatchelf.cc1403 unsigned int rpathSize = 0; in modifyRPath() local
1405 rpathSize = strlen(rpath); in modifyRPath()
1406 memset(rpath, 'X', rpathSize); in modifyRPath()
1412 if (newRPath.size() <= rpathSize) { in modifyRPath()