Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h296 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
Dobj-aout.c297 case N_DATA: S_SET_TYPE (symbolP, N_WEAKD); break; in obj_emit_symbols()
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Daout64.h331 #define N_WEAKD 0x10 /* Weak data symbol. */ macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Daoutx.h1515 case N_WEAKD: in translate_from_native_sym_flags()
1631 case N_DATA: type = N_WEAKD; break; in translate_to_native_sym_flags()
3067 case N_WEAKD: in aout_link_add_symbols()
3190 && type != N_WEAKD in aout_link_check_ar_symbols()
3326 || type == N_WEAKD in aout_link_check_ar_symbols()
3554 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()
4460 || type == N_WEAKD) in aout_link_input_section_ext()
4857 || type == N_WEAKD) in aout_link_write_symbols()
4955 : N_WEAKD); in aout_link_write_symbols()
Dhp300hpux.c434 new_type = N_WEAKD;
Dpdp11.c2946 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD; in aout_link_write_other_symbol()
4143 || type == N_WEAKD) in aout_link_write_symbols()
4241 : N_WEAKD); in aout_link_write_symbols()
Dsunos.c2287 : N_WEAKD); in sunos_write_dynamic_symbol()