Searched refs:follow (Results 1 - 25 of 49) sorted by relevance

12

/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Db-post1.s3 % LOP_STAB, such as in b-goodmain.s should follow.
/haiku-buildtools/legacy/binutils/bfd/
H A Dgenlink.h59 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
61 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h104 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \
107 (follow)))
H A Dlibcoff-in.h266 /* Flag word; legal values follow. */
283 #define coff_link_hash_lookup(table, string, create, copy, follow) \
286 (copy), (follow)))
H A Di386linux.c253 #define linux_link_hash_lookup(table, string, create, copy, follow) \
256 (follow)))
487 /* h2 does not follow indirect symbols. */
575 used by the dynamic linker so that it knows that all that follow
H A Dlibaout.h121 #define aout_link_hash_lookup(table, string, create, copy, follow) \
123 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibcoff.h270 /* Flag word; legal values follow. */
287 #define coff_link_hash_lookup(table, string, create, copy, follow) \
290 (copy), (follow)))
H A Dm68klinux.c257 #define linux_link_hash_lookup(table, string, create, copy, follow) \
260 (follow)))
491 /* h2 does not follow indirect symbols. */
579 used by the dynamic linker so that it knows that all that follow
H A Dsparclinux.c253 #define linux_link_hash_lookup(table, string, create, copy, follow) \
256 (follow)))
488 /* h2 does not follow indirect symbols. */
576 used by the dynamic linker so that it knows that all that follow
H A Dlinker.c486 /* Look up a symbol in a link hash table. If follow is TRUE, we
487 follow bfd_link_hash_indirect and bfd_link_hash_warning links to
495 bfd_boolean follow)
502 if (follow && ret != NULL)
522 bfd_boolean follow)
558 h = bfd_link_hash_lookup (info->hash, n, create, TRUE, follow);
588 h = bfd_link_hash_lookup (info->hash, n, create, TRUE, follow);
596 return bfd_link_hash_lookup (info->hash, string, create, copy, follow);
491 bfd_link_hash_lookup(struct bfd_link_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
517 bfd_wrapped_link_hash_lookup(bfd *abfd, struct bfd_link_info *info, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Db-post1.s3 % LOP_STAB, such as in b-goodmain.s should follow.
/haiku-buildtools/binutils/bfd/
H A Dgenlink.h60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
62 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibxcoff.h105 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \
108 (follow)))
H A Dlibcoff-in.h253 /* Flag word; legal values follow. */
280 #define coff_link_hash_lookup(table, string, create, copy, follow) \
283 (copy), (follow)))
H A Di386linux.c222 #define linux_link_hash_lookup(table, string, create, copy, follow) \
225 (follow)))
445 /* h2 does not follow indirect symbols. */
532 used by the dynamic linker so that it knows that all that follow
H A Dm68klinux.c224 #define linux_link_hash_lookup(table, string, create, copy, follow) \
227 (follow)))
449 /* h2 does not follow indirect symbols. */
536 used by the dynamic linker so that it knows that all that follow
H A Dsparclinux.c217 #define linux_link_hash_lookup(table, string, create, copy, follow) \
220 (follow)))
442 /* h2 does not follow indirect symbols. */
529 used by the dynamic linker so that it knows that all that follow
H A Dlibaout.h120 #define aout_link_hash_lookup(table, string, create, copy, follow) \
122 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
H A Dlibcoff.h257 /* Flag word; legal values follow. */
284 #define coff_link_hash_lookup(table, string, create, copy, follow) \
287 (copy), (follow)))
H A Dlinker.c485 /* Look up a symbol in a link hash table. If follow is TRUE, we
486 follow bfd_link_hash_indirect and bfd_link_hash_warning links to
494 bfd_boolean follow)
501 if (follow && ret != NULL)
521 bfd_boolean follow)
557 h = bfd_link_hash_lookup (info->hash, n, create, TRUE, follow);
585 h = bfd_link_hash_lookup (info->hash, n, create, TRUE, follow);
593 return bfd_link_hash_lookup (info->hash, string, create, copy, follow);
490 bfd_link_hash_lookup(struct bfd_link_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
516 bfd_wrapped_link_hash_lookup(bfd *abfd, struct bfd_link_info *info, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
/haiku-buildtools/binutils/
H A Dsrc-release.sh158 (cd proto-toplev && find * -follow \( $CVS_NAMES \) -prune \
172 find $package-$ver -follow \( $CVS_NAMES \) -prune \
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c2587 makes the prolog/epilog code easier to follow. */
4914 rtx_insn *insn, *next, *follow;
4946 follow = next_nonnote_nondebug_insn (insn);
4950 while (follow && NONJUMP_INSN_P (follow)
4951 && GET_CODE (PATTERN (follow)) == SET
4952 && !dead_or_set_p (follow, SET_SRC (pat))
4953 && !mep_mentioned_p (PATTERN (follow), SET_SRC (pat), 0)
4954 && !mep_mentioned_p (PATTERN (follow), SET_DEST (pat), 0))
4957 fprintf (dump_file, "\tskipping %d\n", INSN_UID (follow));
4905 rtx_insn *insn, *next, *follow; local
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dbfdlink.h182 bfd_boolean copy, bfd_boolean follow);
/haiku-buildtools/binutils/gold/
H A Dscript-sections.cc517 Place_index follow; local
521 follow = PLACE_MAX;
524 follow = PLACE_TEXT;
527 follow = PLACE_RODATA;
529 follow = PLACE_TEXT;
532 follow = PLACE_LAST_ALLOC;
535 follow = PLACE_TEXT;
538 follow = PLACE_TEXT;
541 follow = PLACE_DATA;
544 follow
[all...]
/haiku-buildtools/binutils/include/
H A Dbfdlink.h209 bfd_boolean copy, bfd_boolean follow);

Completed in 407 milliseconds

12