Searched refs:N_WEAKT (Results 1 – 8 of 8) sorted by relevance
327 #define N_WEAKT 0x0f /* Weak text symbol. */ macro
112 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
295 #define N_WEAKT 0x0f /* Weak text symbol. */ macro
1532 case N_WEAKT: in translate_from_native_sym_flags()1653 case N_TEXT: type = N_WEAKT; break; in translate_to_native_sym_flags()3114 case N_WEAKT: in aout_link_add_symbols()3242 && type != N_WEAKT in aout_link_check_ar_symbols()3379 || type == N_WEAKT in aout_link_check_ar_symbols()3626 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT; in aout_link_write_other_symbol()4548 || 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()
420 new_type = N_WEAKT; in convert_sym_type()
2965 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT; in aout_link_write_other_symbol()4156 || type == N_WEAKT) in aout_link_write_symbols()4253 : 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):