Searched refs:sym_link (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.sh246 for sym_link in $search_dirs; do
248 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'`
250 # In case $dest is relative, get to ${sym_link}'s dir first.
252 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'`
274 then echo ${sym_link} '->' . ': Making self link' ; fi
275 rm -fr ${LIB}/${sym_link} > /dev/null 2>&1
276 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
284 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
285 dots=`echo "${sym_link}" |
288 then echo ${sym_link} '
[all...]
H A Dinclhack.sh214 for sym_link in $search_dirs; do
216 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'`
218 # In case $dest is relative, get to ${sym_link}'s dir first.
220 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'`
241 echo ${sym_link} '->' . ': Making self link'
242 rm -fr ${LIB}/${sym_link} > /dev/null 2>&1
243 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
251 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
252 dots=`echo "${sym_link}" |
254 echo ${sym_link} '
[all...]
/haiku-buildtools/gcc/fixincludes/
H A Dfixinc.in281 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} '
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Decoff.c3953 vlinks_t *sym_link;
3957 for (sym_link = fil_ptr->symbols.first;
3958 sym_link != (vlinks_t *) NULL;
3959 sym_link = sym_link->next)
3965 if (sym_link->next == (vlinks_t *) NULL)
3969 sym_ptr = sym_link->datum->sym;
3921 vlinks_t *sym_link; local
/haiku-buildtools/binutils/gas/
H A Decoff.c3947 vlinks_t *sym_link;
3951 for (sym_link = fil_ptr->symbols.first;
3952 sym_link != (vlinks_t *) NULL;
3953 sym_link = sym_link->next)
3959 if (sym_link->next == (vlinks_t *) NULL)
3963 sym_ptr = sym_link->datum->sym;
3915 vlinks_t *sym_link; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m32r.c34 typedef struct sym_link struct
36 struct sym_link *next;
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32r.c32 typedef struct sym_link struct
34 struct sym_link *next;

Completed in 191 milliseconds