Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h297 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
/toolchain/binutils/binutils-2.27/include/aout/
Daout64.h329 #define N_WEAKB 0x11 /* Weak bss symbol. */ macro
DChangeLog-9115131 * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define.
/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h1548 case N_WEAKB: in translate_from_native_sym_flags()
1659 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags()
3138 case N_WEAKB: in aout_link_add_symbols()
3258 && type != N_WEAKB) in aout_link_check_ar_symbols()
3395 || type == N_WEAKB) in aout_link_check_ar_symbols()
3644 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()
4557 || 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.c424 new_type = N_WEAKB; in convert_sym_type()
Dpdp11.c2972 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB; in aout_link_write_other_symbol()
4154 || type == N_WEAKB) in aout_link_write_symbols()
4253 : N_WEAKB); in aout_link_write_symbols()
Dsunos.c2270 : N_WEAKB); 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):