Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h297 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
/toolchain/binutils/binutils-2.25/include/aout/
Daout64.h329 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
DChangeLog112 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h1544 case N_WEAKB: in translate_from_native_sym_flags()
1655 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags()
3124 case N_WEAKB: in aout_link_add_symbols()
3244 && type != N_WEAKB) in aout_link_check_ar_symbols()
3381 || type == N_WEAKB) in aout_link_check_ar_symbols()
3630 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()
4554 || type == N_WEAKB) in aout_link_input_section_ext()
4951 || type == N_WEAKB) in aout_link_write_symbols()
5050 : N_WEAKB); in aout_link_write_symbols()
Dhp300hpux.c426 new_type = N_WEAKB; in convert_sym_type()
Dpdp11.c2969 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()
4162 || type == N_WEAKB) in aout_link_write_symbols()
4261 : N_WEAKB); in aout_link_write_symbols()
Dsunos.c2270 : N_WEAKB); 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):