Lines Matching full:fill
2774 * Fill:: `.fill REPEAT , SIZE , VALUE'
2810 * Org:: `.org NEW-LC , FILL'
2839 * Skip:: `.skip SIZE , FILL'
2841 * Space:: `.space SIZE , FILL'
2905 The second expression (also absolute) gives the fill value to be
2908 systems, if the section is marked as containing code and the fill value
2915 not done at all. You can omit the fill value (the second argument)
2971 The second expression (also absolute) gives the fill value to be
2974 systems, if the section is marked as containing code and the fill value
2981 not done at all. You can omit the fill value (the second argument)
2987 `.balign' directive. The `.balignw' directive treats the fill pattern
2988 as a two byte word value. The `.balignl' directives treats the fill
2993 3 bytes, the fill value is undefined.
3241 otherwise fill the entire `.else' section.
3378 File: as.info, Node: File, Next: Fill, Prev: Fail, Up: Pseudo Ops
3391 File: as.info, Node: Fill, Next: Float, Prev: File, Up: Pseudo Ops
3393 7.44 `.fill REPEAT , SIZE , VALUE'
3412 File: as.info, Node: Float, Next: Func, Prev: Fill, Up: Pseudo Ops
4006 7.71 `.org NEW-LC , FILL'
4029 the intervening bytes are filled with FILL which should be an absolute
4030 expression. If the comma and FILL are omitted, FILL defaults to zero.
4045 The second expression (also absolute) gives the fill value to be
4048 systems, if the section is marked as containing code and the fill value
4055 not done at all. You can omit the fill value (the second argument)
4061 `.p2align' directive. The `.p2alignw' directive treats the fill
4063 fill pattern as a four byte longword value. For example, `.p2alignw
4067 3 bytes, the fill value is undefined.
4493 7.90 `.skip SIZE , FILL'
4496 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4497 FILL are absolute expressions. If the comma and FILL are omitted, FILL
4503 7.91 `.space SIZE , FILL'
4506 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4507 FILL are absolute expressions. If the comma and FILL are omitted, FILL
8199 specified by an instruction then `as' tries to fill in the missing
9670 allocate space for the linker to fill in later. Since `as' does
13227 zero-fill them. If a label is used with `.space', it points to the
13552 Fill COUNT bytes in the object file with VALUE, if VALUE is
16860 * fill directive: Fill. (line 6)
17434 * patterns, writing in memory: Fill. (line 6)
17838 * writing patterns in memory: Fill. (line 6)
17992 Node: Fill119843