Home | History | Annotate | Download | only in info

Lines Matching full:weak

2500 `.weak' can generate auxiliary symbol table information for COFF.
2869 * Weak:: `.weak NAMES'
3466 is set by their binding: local, global or weak). The directive sets
3631 is set by their binding: local, global or weak). The directive sets
4122 is set by their binding: local, global or weak). The directive sets
4795 File: as.info, Node: Warning, Next: Weak, Prev: VTableInherit, Up: Pseudo Ops
4804 File: as.info, Node: Weak, Next: Weakref, Prev: Warning, Up: Pseudo Ops
4806 7.107 `.weak NAMES'
4809 This directive sets the weak attribute on the comma separated list of
4813 On COFF targets other than PE, weak symbols are a GNU extension.
4814 This directive sets the weak attribute on the comma separated list of
4818 On the PE target, weak symbols are supported natively as weak
4819 aliases. When a weak symbol is created that is not an alias, GAS
4823 File: as.info, Node: Weakref, Next: Word, Prev: Weak, Up: Pseudo Ops
4829 symbol to be referenced with weak-symbol semantics, but without
4830 actually making it weak. If direct references or definitions of the
4831 symbol are present, then the symbol will not be weak, but if all
4832 references to it are through weak references, the symbol will be marked
4833 as weak in the symbol table.
4837 declaring the symbol as weak there, and running a reloadable link to
5172 `lituse_jsr' to test whether a weak symbol is defined.
17821 * weak directive: Weak. (line 6)
18055 Node: Weak169125