Searched refs:impfile (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | ld_so_aix.in | 90 impfile="./python.exp" 117 impfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bI://"` 142 elif test ! -r "$impfile" -a -z "$ldsocoremode"; then 143 echo "ld_so_aix: Import file '$impfile' not found or not readable; exiting." 174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"
|
/external/python/cpython3/Modules/ |
D | ld_so_aix.in | 90 impfile="./python.exp" 117 impfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bI://"` 142 elif test ! -r "$impfile" -a -z "$ldsocoremode"; then 143 echo "ld_so_aix: Import file '$impfile' not found or not readable; exiting." 174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"
|