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

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixinc.in267 for sym_link in $search_dirs; do
269 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'`
271 # In case $dest is relative, get to ${sym_link}'s dir first.
273 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'`
295 then echo ${sym_link} '->' . ': Making self link' ; fi
296 rm -fr ${LIB}/${sym_link} > /dev/null 2>&1
297 ln -s . ${LIB}/${sym_link} > /dev/null 2>&1
305 # DOTS is the relative path from ${LIB}/${sym_link} back to ${LIB}.
306 dots=`echo "${sym_link}" |
309 then echo ${sym_link} '
[all...]
/openbsd-current/gnu/usr.bin/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...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c3954 vlinks_t *sym_link;
3958 for (sym_link = fil_ptr->symbols.first;
3959 sym_link != (vlinks_t *) NULL;
3960 sym_link = sym_link->next)
3966 if (sym_link->next == (vlinks_t *) NULL)
3970 sym_ptr = sym_link->datum->sym;
3922 vlinks_t *sym_link; local
/openbsd-current/gnu/usr.bin/binutils-2.17/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
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c34 typedef struct sym_link struct
36 struct sym_link *next;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c34 typedef struct sym_link struct
36 struct sym_link *next;

Completed in 102 milliseconds