Home
last modified time | relevance | path

Searched refs:N_WEAKA (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/include/aout/
Daout64.h326 #define N_WEAKA 0x0e /* Weak absolute symbol. */ macro
DChangeLog112 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h294 #define N_WEAKA 0x0e /* Weak absolute symbol. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h1527 case N_WEAKA: in translate_from_native_sym_flags()
1652 case N_ABS: type = N_WEAKA; break; in translate_to_native_sym_flags()
3110 case N_WEAKA: in aout_link_add_symbols()
3241 && type != N_WEAKA in aout_link_check_ar_symbols()
3378 if (type == N_WEAKA in aout_link_check_ar_symbols()
3632 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA; in aout_link_write_other_symbol()
4557 || type == N_WEAKA) in aout_link_input_section_ext()
4954 || type == N_WEAKA) in aout_link_write_symbols()
5054 : N_WEAKA); in aout_link_write_symbols()
Dhp300hpux.c417 new_type = N_WEAKA; in convert_sym_type()
Dpdp11.c2971 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA; in aout_link_write_other_symbol()
4165 || type == N_WEAKA) in aout_link_write_symbols()
4265 : N_WEAKA); in aout_link_write_symbols()
Dsunos.c2274 : N_WEAKA); in sunos_write_dynamic_symbol()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92955861 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):