Searched refs:N_WEAKD (Results 1 – 8 of 8) sorted by relevance
296 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
328 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
1542 case N_WEAKD: in translate_from_native_sym_flags()1658 case N_DATA: type = N_WEAKD; break; in translate_to_native_sym_flags()3133 case N_WEAKD: in aout_link_add_symbols()3257 && type != N_WEAKD in aout_link_check_ar_symbols()3394 || type == N_WEAKD in aout_link_check_ar_symbols()3642 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()4554 || type == N_WEAKD) in aout_link_input_section_ext()4948 || type == N_WEAKD) in aout_link_write_symbols()5046 : N_WEAKD); in aout_link_write_symbols()
421 new_type = N_WEAKD; in convert_sym_type()
2970 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()4151 || type == N_WEAKD) in aout_link_write_symbols()4249 : N_WEAKD); in aout_link_write_symbols()
2266 : N_WEAKD); in sunos_write_dynamic_symbol()
5861 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):