Searched refs:N_WEAKT (Results 1 – 8 of 8) sorted by relevance
295 #define N_WEAKT 0x0f /* Weak text symbol. */ macro
327 #define N_WEAKT 0x0f /* Weak text symbol. */ macro
131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
1536 case N_WEAKT: in translate_from_native_sym_flags()1657 case N_TEXT: type = N_WEAKT; break; in translate_to_native_sym_flags()3128 case N_WEAKT: in aout_link_add_symbols()3256 && type != N_WEAKT in aout_link_check_ar_symbols()3393 || type == N_WEAKT in aout_link_check_ar_symbols()3640 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT; in aout_link_write_other_symbol()4551 || type == N_WEAKT) in aout_link_input_section_ext()4945 || type == N_WEAKT) in aout_link_write_symbols()5042 : N_WEAKT); in aout_link_write_symbols()
418 new_type = N_WEAKT; in convert_sym_type()
2968 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT; in aout_link_write_other_symbol()4148 || type == N_WEAKT) in aout_link_write_symbols()4245 : N_WEAKT); in aout_link_write_symbols()
2262 : N_WEAKT); in sunos_write_dynamic_symbol()
5861 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):