Home
last modified time | relevance | path

Searched defs:bfd_link_hash_entry (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.34/include/
H A Dbfdlink.h101 struct bfd_link_hash_entry struct
104 struct bfd_hash_entry root;
111 unsigned int non_ir_ref_regular : 1;
115 unsigned int non_ir_ref_dynamic : 1;
119 unsigned int linker_def : 1;
122 unsigned int ldscript_def : 1;
127 unsigned int rel_from_abs : 1;
131 {
205 next field in the bfd_link_hash_entry structure. */ argument
/dragonfly/contrib/binutils-2.27/include/
H A Dbfdlink.h95 struct bfd_link_hash_entry struct
98 struct bfd_hash_entry root;
105 unsigned int non_ir_ref : 1;
109 unsigned int linker_def : 1;
113 {
190 next field in the bfd_link_hash_entry structure. */ argument
/dragonfly/contrib/gdb-7/include/
H A Dbfdlink.h88 struct bfd_link_hash_entry struct
91 struct bfd_hash_entry root;
96 unsigned int non_ir_ref : 1;
100 {
168 next field in the bfd_link_hash_entry structure. */ argument
/dragonfly/contrib/binutils-2.27/bfd/
H A Dlinker.c648 bfd_link_hash_traverse in bfd_link_hash_traverse()
931 struct bfd_link_hash_entry *, const char *, in _bfd_generic_link_add_archive_symbols()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlinker.c655 bfd_link_hash_traverse in bfd_link_hash_traverse()
909 struct bfd_link_hash_entry *, const char *, in _bfd_generic_link_add_archive_symbols()
/dragonfly/contrib/gdb-7/bfd/
H A Dlinker.c614 bfd_link_hash_traverse in bfd_link_hash_traverse()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c6507 foreach_start_stop (void (*func) (struct bfd_link_hash_entry *)) in foreach_start_stop()