Searched refs:N_WEAKB (Results 1 – 8 of 8) sorted by relevance
297 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
329 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
1548 case N_WEAKB: in translate_from_native_sym_flags()1659 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags()3138 case N_WEAKB: in aout_link_add_symbols()3258 && type != N_WEAKB) in aout_link_check_ar_symbols()3395 || type == N_WEAKB) in aout_link_check_ar_symbols()3644 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()4557 || type == N_WEAKB) in aout_link_input_section_ext()4951 || type == N_WEAKB) in aout_link_write_symbols()5050 : N_WEAKB); in aout_link_write_symbols()
424 new_type = N_WEAKB; in convert_sym_type()
2972 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()4154 || type == N_WEAKB) in aout_link_write_symbols()4253 : N_WEAKB); in aout_link_write_symbols()
2270 : N_WEAKB); in sunos_write_dynamic_symbol()
5861 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):