Lines Matching full:fill
2829 * Fill:: `.fill REPEAT , SIZE , VALUE'
2866 * Org:: `.org NEW-LC, FILL'
2896 * Skip:: `.skip SIZE , FILL'
2898 * Space:: `.space SIZE , FILL'
2962 The second expression (also absolute) gives the fill value to be
2965 systems, if the section is marked as containing code and the fill value
2972 not done at all. You can omit the fill value (the second argument)
3028 The second expression (also absolute) gives the fill value to be
3031 systems, if the section is marked as containing code and the fill value
3038 not done at all. You can omit the fill value (the second argument)
3044 `.balign' directive. The `.balignw' directive treats the fill pattern
3045 as a two byte word value. The `.balignl' directives treats the fill
3050 3 bytes, the fill value is undefined.
3371 would otherwise fill the entire `.else' section.
3508 File: as.info, Node: File, Next: Fill, Prev: Fail, Up: Pseudo Ops
3521 File: as.info, Node: Fill, Next: Float, Prev: File, Up: Pseudo Ops
3523 7.53 `.fill REPEAT , SIZE , VALUE'
3542 File: as.info, Node: Float, Next: Func, Prev: Fill, Up: Pseudo Ops
4185 7.81 `.org NEW-LC , FILL'
4208 the intervening bytes are filled with FILL which should be an absolute
4209 expression. If the comma and FILL are omitted, FILL defaults to zero.
4224 The second expression (also absolute) gives the fill value to be
4227 systems, if the section is marked as containing code and the fill value
4234 not done at all. You can omit the fill value (the second argument)
4240 `.p2align' directive. The `.p2alignw' directive treats the fill
4242 fill pattern as a four byte longword value. For example, `.p2alignw
4246 3 bytes, the fill value is undefined.
4719 7.101 `.skip SIZE , FILL'
4722 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4723 FILL are absolute expressions. If the comma and FILL are omitted, FILL
4729 7.102 `.space SIZE , FILL'
4732 This directive emits SIZE bytes, each of value FILL. Both SIZE and
4733 FILL are absolute expressions. If the comma and FILL are omitted, FILL
9340 specified by an instruction then `as' tries to fill in the missing
10836 allocate space for the linker to fill in later. Since `as' does
15008 zero-fill them. If a label is used with `.space', it points to the
15333 Fill COUNT bytes in the object file with VALUE, if VALUE is
16567 smallest format where the opcode can be encoded and will fill unused
18698 * fill directive: Fill. (line 6)
19290 * patterns, writing in memory: Fill. (line 6)
19724 * writing patterns in memory: Fill. (line 6)
19879 Node: Fill125288