Home | History | Annotate | Download | only in info

Lines Matching full:fill

2831 * Fill::                        `.fill REPEAT , SIZE , VALUE'
2868 * Org:: `.org NEW-LC, FILL'
2898 * Skip:: `.skip SIZE , FILL'
2900 * Space:: `.space SIZE , FILL'
2964 The second expression (also absolute) gives the fill value to be
2967 systems, if the section is marked as containing code and the fill value
2974 not done at all. You can omit the fill value (the second argument)
3030 The second expression (also absolute) gives the fill value to be
3033 systems, if the section is marked as containing code and the fill value
3040 not done at all. You can omit the fill value (the second argument)
3046 `.balign' directive. The `.balignw' directive treats the fill pattern
3047 as a two byte word value. The `.balignl' directives treats the fill
3052 3 bytes, the fill value is undefined.
3373 would otherwise fill the entire `.else' section.
3510 File: as.info, Node: File, Next: Fill, Prev: Fail, Up: Pseudo Ops
3523 File: as.info, Node: Fill, Next: Float, Prev: File, Up: Pseudo Ops
3525 7.53 `.fill REPEAT , SIZE , VALUE'
3544 File: as.info, Node: Float, Next: Func, Prev: Fill, Up: Pseudo Ops
4187 7.81 `.org NEW-LC , FILL'
4210 the intervening bytes are filled with FILL which should be an absolute
4211 expression. If the comma and FILL are omitted, FILL defaults to zero.
4226 The second expression (also absolute) gives the fill value to be
4229 systems, if the section is marked as containing code and the fill value
4236 not done at all. You can omit the fill value (the second argument)
4242 `.p2align' directive. The `.p2alignw' directive treats the fill
4244 fill pattern as a four byte longword value. For example, `.p2alignw
4248 3 bytes, the fill value is undefined.
4721 7.101 `.skip SIZE , FILL'
4724 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4725 FILL are absolute expressions. If the comma and FILL are omitted, FILL
4731 7.102 `.space SIZE , FILL'
4734 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4735 FILL are absolute expressions. If the comma and FILL are omitted, FILL
9342 specified by an instruction then `as' tries to fill in the missing
10838 allocate space for the linker to fill in later. Since `as' does
15010 zero-fill them. If a label is used with `.space', it points to the
15335 Fill COUNT bytes in the object file with VALUE, if VALUE is
16569 smallest format where the opcode can be encoded and will fill unused
18702 * fill directive: Fill. (line 6)
19294 * patterns, writing in memory: Fill. (line 6)
19728 * writing patterns in memory: Fill. (line 6)
19883 Node: Fill125266