Lines Matching full:weak
2556 `.weak' can generate auxiliary symbol table information for COFF.
2927 * Weak:: `.weak NAMES'
3605 is set by their binding: local, global or weak). The directive sets
3770 is set by their binding: local, global or weak). The directive sets
4331 is set by their binding: local, global or weak). The directive sets
5056 File: as.info, Node: Warning, Next: Weak, Prev: VTableInherit, Up: Pseudo Ops
5065 File: as.info, Node: Weak, Next: Weakref, Prev: Warning, Up: Pseudo Ops
5067 7.118 `.weak NAMES'
5070 This directive sets the weak attribute on the comma separated list of
5074 On COFF targets other than PE, weak symbols are a GNU extension.
5075 This directive sets the weak attribute on the comma separated list of
5079 On the PE target, weak symbols are supported natively as weak
5080 aliases. When a weak symbol is created that is not an alias, GAS
5084 File: as.info, Node: Weakref, Next: Word, Prev: Weak, Up: Pseudo Ops
5090 symbol to be referenced with weak-symbol semantics, but without
5091 actually making it weak. If direct references or definitions of the
5092 symbol are present, then the symbol will not be weak, but if all
5093 references to it are through weak references, the symbol will be marked
5094 as weak in the symbol table.
5098 declaring the symbol as weak there, and running a reloadable link to
5574 `lituse_jsr' to test whether a weak symbol is defined.
19710 * weak directive: Weak. (line 6)
19947 Node: Weak178972