Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h294 #define N_WEAKA 0x0e /* Weak absolute symbol. */ macro
Dobj-aout.c295 case N_ABS: S_SET_TYPE (symbolP, N_WEAKA); break; in obj_emit_symbols()
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Daout64.h329 #define N_WEAKA 0x0e /* Weak absolute symbol. */ macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Daoutx.h1504 case N_WEAKA: in translate_from_native_sym_flags()
1629 case N_ABS: type = N_WEAKA; break; in translate_to_native_sym_flags()
3058 case N_WEAKA: in aout_link_add_symbols()
3188 && type != N_WEAKA in aout_link_check_ar_symbols()
3324 if (type == N_WEAKA in aout_link_check_ar_symbols()
3558 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA; in aout_link_write_other_symbol()
4466 || type == N_WEAKA) in aout_link_input_section_ext()
4863 || type == N_WEAKA) in aout_link_write_symbols()
4963 : N_WEAKA); in aout_link_write_symbols()
Dhp300hpux.c428 new_type = N_WEAKA;
Dpdp11.c2950 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA; in aout_link_write_other_symbol()
4149 || type == N_WEAKA) in aout_link_write_symbols()
4249 : N_WEAKA); in aout_link_write_symbols()
Dsunos.c2295 : N_WEAKA); in sunos_write_dynamic_symbol()