Home | History | Annotate | Download | only in info

Lines Matching full:labels

1878    A statement begins with zero or more labels, optionally followed by a
1891 have whitespace between a label's symbol and its colon. *Note Labels::.
1893 For HPPA targets, labels need not be immediately followed by a
2422 * Labels:: Labels
2429 File: as.info, Node: Labels, Next: Setting Symbols, Up: Symbols
2431 5.1 Labels
2444 labels more flexibly.
2447 File: as.info, Node: Setting Symbols, Next: Symbol Names, Prev: Labels, Up: Symbols
2492 Local Labels
2495 Local labels help compilers and programmers use names temporarily.
2505 There is no restriction on how you can use these labels, and you can
2511 labels (`0:'...`9:') are implemented in a slightly more efficient
2537 with the local label prefix. These labels are used for symbols
2553 This is a serial number to keep the labels distinct. The first
2562 Dollar Local Labels
2565 `as' also supports an even more local form of local labels called
2566 dollar labels. These labels go out of scope (i.e., they become
2569 labels, by contrast, remain in scope for the entire file, or until they
2572 Dollar labels are defined in exactly the same way as ordinary local
2573 labels, except that they have a dollar sign suffix to their numeric
2576 They can also be distinguished from ordinary local labels by their
2578 magic character to distinguish them from ordinary labels. For example,
2625 The value of a symbol is (usually) 32 bits. For a symbol which labels a
5724 ECOFF, local labels must be passed through to the object file.
9527 All labels are relative to the last USING. Thus, branches to a label
10090 relative addressing for jump/call labels.
10581 immediately: each is a word, pointing to one of the labels
13301 set more than once using this directive. Local labels may be set
15690 Instruction label references can reference labels in either SHmedia
15691 or SHcompact. To differentiate between the two, labels in SHmedia
15693 be odd), which SHcompact labels will have the least significant bit
15719 symbolic labels to determine when such mode switches occur (by
16550 9.36.6 Local Labels
16553 Local labels may be defined in two ways:
16559 Local labels thus defined may be redefined or automatically
16858 This directive resets any TIC54X local labels currently defined.
16859 Normal `as' local labels are unaffected.
17135 register or functional unit names and the names of labels or other
17292 significant in labels and symbol names. The case is also important to
18354 computes the difference between the address of labels 'here' and
18366 computes the difference between the address of labels 'here' and
18583 Directives and labels are not allowed inside the braces of a FLIX
21170 * labels: Labels. (line 6)
21252 * local labels: Symbol Names. (line 35)
22140 Node: Labels87588