Lines Matching refs:subsection

2784 @subsection Character Constants
2934 @subsection Number Constants
3434 same subsection go into the object file together with other objects in the same
3435 subsection. For example, a compiler might want to store constants in the text
3442 goes in subsection number zero.
3445 Each subsection is zero-padded up to a multiple of four bytes.
3451 On the H8/300 platform, each subsection is zero-padded to a word
3472 To specify which subsection you want subsequent statements assembled
3482 can also use an extra subsection
3493 can also use the @code{.subsection} directive (@pxref{SubSection})
3494 to specify a subsection: @samp{.subsection @var{expression}}.
3501 .text 0 # The default subsection is text 0 anyway.
3502 .ascii "This lives in the first text subsection. *"
3504 .ascii "But this lives in the second text subsection."
3507 .ascii "in the first data subsection."
3515 restricted to @command{@value{AS}} there is no concept of a subsection location
3805 @subsection Value
3827 @subsection Type
3839 @c The following avoids a "widow" subsection title. @group would be
3843 @subsection Symbol Attributes: @code{a.out}, @code{b.out}
3854 @subsection Symbol Attributes: @code{a.out}
3863 @subsection Symbol Attributes: @code{a.out}
3892 @subsection Symbol Attributes for COFF
3917 @subsection Symbol Attributes for SOM
3977 @subsection Arguments
4009 @subsection Operators
4020 @subsection Prefix Operator
4045 @subsection Infix Operators
4195 * Data:: @code{.data @var{subsection}}
4323 * SubSection:: @code{.subsection}
4331 * Text:: @code{.text @var{subsection}}
4385 Pad the location counter (in the current subsection) to a particular storage
4483 Pad the location counter (in the current subsection) to a particular
4739 @section @code{.data @var{subsection}}
4743 end of the data subsection numbered @var{subsection} (which is an
4744 absolute expression). If @var{subsection} is omitted, it defaults
5812 expression with the same section as the current subsection. That is,
5817 is the same as the current subsection.
5831 to the start of the subsection. This is compatible with other
5834 When the location counter (of the current subsection) is advanced, the
5844 Pad the location counter (in the current subsection) to a particular
5883 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5887 This directive replaces the current section (and subsection) with the top
5888 section (and subsection) on the section stack. This section is popped off the
5899 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
5903 This directive swaps the current section (and subsection) with most recently
5904 referenced section/subsection pair prior to this one. Multiple
5910 .subsection 1
5912 .subsection 2
5918 Will place 0x1234 and 0x9abc into subsection 1 and 0x5678 into subsection 2 of
5923 .subsection 1
5924 # Now in section A subsection 1
5927 .subsection 0
5928 # Now in section B subsection 0
5930 .subsection 1
5931 # Now in section B subsection 1
5934 # Now in section B subsection 0
5938 Will place 0x1234 into section A, 0x5678 and 0xdef0 into subsection 0 of
5939 section B and 0x9abc into subsection 1 of section B.
5998 @section @code{.pushsection @var{name} [, @var{subsection}] [, "@var{flags}"[, @@@var{type}[,@var{a…
6003 @code{.section} (@pxref{Section}), @code{.subsection} (@pxref{SubSection}),
6007 This directive pushes the current section (and subsection) onto the
6009 subsection with @code{name} and @code{subsection}. The optional
6128 .section @var{name}[, @var{subsection}]
6165 taken as a subsection number (@pxref{Sub-Sections}).
6176 @code{.subsection} (@pxref{SubSection}), @code{.pushsection}
6306 This directive replaces the current section and subsection. See the
6583 @section @code{.subsection @var{name}}
6585 @cindex @code{subsection} directive
6592 This directive replaces the current subsection with @code{name}. The current
6593 section is not changed. The replaced subsection is put onto the section stack
6594 in place of the then current top of stack subsection.
6673 @section @code{.text @var{subsection}}
6677 the text subsection numbered @var{subsection}, which is an absolute
6678 expression. If @var{subsection} is omitted, subsection number zero
7019 @subsection Common @sc{gnu} attributes
7032 @subsection MIPS Attributes
7066 @subsection PowerPC Attributes