Lines Matching full:fill
2830 * Fill:: `.fill REPEAT , SIZE , VALUE'
2867 * Org:: `.org NEW-LC, FILL'
2897 * Skip:: `.skip SIZE , FILL'
2899 * Space:: `.space SIZE , FILL'
2963 The second expression (also absolute) gives the fill value to be
2966 systems, if the section is marked as containing code and the fill value
2973 not done at all. You can omit the fill value (the second argument)
3029 The second expression (also absolute) gives the fill value to be
3032 systems, if the section is marked as containing code and the fill value
3039 not done at all. You can omit the fill value (the second argument)
3045 `.balign' directive. The `.balignw' directive treats the fill pattern
3046 as a two byte word value. The `.balignl' directives treats the fill
3051 3 bytes, the fill value is undefined.
3372 would otherwise fill the entire `.else' section.
3509 File: as.info, Node: File, Next: Fill, Prev: Fail, Up: Pseudo Ops
3522 File: as.info, Node: Fill, Next: Float, Prev: File, Up: Pseudo Ops
3524 7.53 `.fill REPEAT , SIZE , VALUE'
3543 File: as.info, Node: Float, Next: Func, Prev: Fill, Up: Pseudo Ops
4186 7.81 `.org NEW-LC , FILL'
4209 the intervening bytes are filled with FILL which should be an absolute
4210 expression. If the comma and FILL are omitted, FILL defaults to zero.
4225 The second expression (also absolute) gives the fill value to be
4228 systems, if the section is marked as containing code and the fill value
4235 not done at all. You can omit the fill value (the second argument)
4241 `.p2align' directive. The `.p2alignw' directive treats the fill
4243 fill pattern as a four byte longword value. For example, `.p2alignw
4247 3 bytes, the fill value is undefined.
4720 7.101 `.skip SIZE , FILL'
4723 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4724 FILL are absolute expressions. If the comma and FILL are omitted, FILL
4730 7.102 `.space SIZE , FILL'
4733 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4734 FILL are absolute expressions. If the comma and FILL are omitted, FILL
9341 specified by an instruction then `as' tries to fill in the missing
10837 allocate space for the linker to fill in later. Since `as' does
15009 zero-fill them. If a label is used with `.space', it points to the
15334 Fill COUNT bytes in the object file with VALUE, if VALUE is
16568 smallest format where the opcode can be encoded and will fill unused
18701 * fill directive: Fill. (line 6)
19293 * patterns, writing in memory: Fill. (line 6)
19727 * writing patterns in memory: Fill. (line 6)
19882 Node: Fill125203