Home | History | Annotate | Download | only in info

Lines Matching full:weak

2557 `.weak' can generate auxiliary symbol table information for COFF.
2928 * Weak:: `.weak NAMES'
3606 is set by their binding: local, global or weak). The directive sets
3771 is set by their binding: local, global or weak). The directive sets
4332 is set by their binding: local, global or weak). The directive sets
5057 File: as.info, Node: Warning, Next: Weak, Prev: VTableInherit, Up: Pseudo Ops
5066 File: as.info, Node: Weak, Next: Weakref, Prev: Warning, Up: Pseudo Ops
5068 7.118 `.weak NAMES'
5071 This directive sets the weak attribute on the comma separated list of
5075 On COFF targets other than PE, weak symbols are a GNU extension.
5076 This directive sets the weak attribute on the comma separated list of
5080 On the PE target, weak symbols are supported natively as weak
5081 aliases. When a weak symbol is created that is not an alias, GAS
5085 File: as.info, Node: Weakref, Next: Word, Prev: Weak, Up: Pseudo Ops
5091 symbol to be referenced with weak-symbol semantics, but without
5092 actually making it weak. If direct references or definitions of the
5093 symbol are present, then the symbol will not be weak, but if all
5094 references to it are through weak references, the symbol will be marked
5095 as weak in the symbol table.
5099 declaring the symbol as weak there, and running a reloadable link to
5575 `lituse_jsr' to test whether a weak symbol is defined.
19711 * weak directive: Weak. (line 6)
19948 Node: Weak179035