Home
last modified time | relevance | path

Searched refs:C_NT_WEAK (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c750 case C_NT_WEAK: in obj_coff_endef()
1137 S_SET_STORAGE_CLASS (symbolP, C_NT_WEAK); in pecoff_obj_set_weak_hook()
1143 S_SET_STORAGE_CLASS (alternateP, C_NT_WEAK); in pecoff_obj_set_weak_hook()
1236 if (S_GET_STORAGE_CLASS (symp) == C_NT_WEAK in coff_frob_symbol()
1257 S_SET_STORAGE_CLASS (weakp, C_NT_WEAK); in coff_frob_symbol()
1269 if (S_GET_STORAGE_CLASS (weakp) != C_NT_WEAK) in coff_frob_symbol()
1272 S_SET_STORAGE_CLASS (weakp, C_NT_WEAK); in coff_frob_symbol()
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h335 #define C_NT_WEAK 105 /* weak external */ macro
DChangeLog-9103563 * internal.h (C_NT_WEAK): Define.
/toolchain/binutils/binutils-2.25/bfd/
Dcofflink.c41 || (obj_pe (abfd) && (sym).n_sclass == C_NT_WEAK))
1824 case C_NT_WEAK: in _bfd_coff_link_input_bfd()
2018 && isymp->n_sclass != C_NT_WEAK) in _bfd_coff_link_input_bfd()
3009 if (h->symbol_class == C_NT_WEAK && h->numaux == 1) in _bfd_coff_generic_relocate_section()
Dcoffgen.c1150 native->u.syment.n_sclass = obj_pe (abfd) ? C_NT_WEAK : C_WEAKEXT; in coff_write_alien_symbol()
1308 *n_sclass = obj_pe (abfd) ? C_NT_WEAK : C_WEAKEXT; in coff_write_symbols()
1314 || *n_sclass == C_NT_WEAK in coff_write_symbols()
Dcoffcode.h4767 case C_NT_WEAK: in coff_slurp_symbol_table()
4824 if (src->u.syment.n_sclass == C_NT_WEAK) in coff_slurp_symbol_table()
5082 case C_NT_WEAK: in coff_classify_symbol()
DChangeLog-2004357 C_NT_WEAK aux entries.
DChangeLog-9495461 C_NT_WEAK.
/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c1404 if (h->symbol_class != C_NT_WEAK || h->numaux != 1) in generate_reloc()