Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/aout/
Daout64.h328 #define N_WEAKD 0x10 /* Weak data 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.h296 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h1538 case N_WEAKD: in translate_from_native_sym_flags()
1654 case N_DATA: type = N_WEAKD; break; in translate_to_native_sym_flags()
3119 case N_WEAKD: in aout_link_add_symbols()
3243 && type != N_WEAKD in aout_link_check_ar_symbols()
3380 || type == N_WEAKD in aout_link_check_ar_symbols()
3628 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()
4551 || 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.c423 new_type = N_WEAKD; in convert_sym_type()
Dpdp11.c2967 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()
4159 || type == N_WEAKD) in aout_link_write_symbols()
4257 : N_WEAKD); in aout_link_write_symbols()
Dsunos.c2266 : N_WEAKD); 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):