HomeSort by relevance Sort by last modified time
    Searched refs:impfile (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/
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."
167 #echo " -> import file : $impfile"
174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"
  /external/python/cpython3/Modules/
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."
167 #echo " -> import file : $impfile"
174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 87 const char *impfile; member in struct:xcoff_archive_info
685 storing them in *IMPPATH and *IMPFILE respectively. */
689 const char **imppath, const char **impfile)
715 *impfile = base;
732 &archive_info->impfile));
736 to IMPATH, IMPFILE and IMPMEMBER respectively. All three are null if
742 const char *imppath, const char *impfile,
763 && filename_cmp ((*pp)->file, impfile) == 0
778 n->file = impfile;
1018 if (!archive_info->impfile)
    [all...]

Completed in 447 milliseconds