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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 281 for sym_link in $search_dirs; do
283 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'`
285 # In case $dest is relative, get to ${sym_link}'s dir first.
287 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'`
309 then echo ${sym_link} '->' . ': Making self link' ; fi
310 rm -fr ${LIB}/${sym_link} > /dev/null 2>&1
311 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
319 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
320 dots=`echo "${sym_link}" |
323 then echo ${sym_link} '->' $dots$y ': Making local link' ; f
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 281 for sym_link in $search_dirs; do
283 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'`
285 # In case $dest is relative, get to ${sym_link}'s dir first.
287 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'`
309 then echo ${sym_link} '->' . ': Making self link' ; fi
310 rm -fr ${LIB}/${sym_link} > /dev/null 2>&1
311 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
319 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
320 dots=`echo "${sym_link}" |
323 then echo ${sym_link} '->' $dots$y ': Making local link' ; f
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 3928 vlinks_t *sym_link; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32r.c 32 typedef struct sym_link struct
34 struct sym_link *next;
    [all...]

Completed in 179 milliseconds