Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h296 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
/toolchain/binutils/binutils-2.27/include/aout/
Daout64.h328 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
DChangeLog-9115131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h1542 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()
Dhp300hpux.c421 new_type = N_WEAKD; in convert_sym_type()
Dpdp11.c2970 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()
Dsunos.c2266 : N_WEAKD); in sunos_write_dynamic_symbol()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92955861 * config/aout_gnu.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB):