.subsection name
This is one of the ELF section stack manipulation directives. The others are
.section
(see .section name
), .pushsection
(see .pushsection name [, subsection] [, "flags"[, @type[,arguments]]]
),
.popsection
(see .popsection
), and .previous
(see .previous
).
This directive replaces the current subsection with name
. The current
section is not changed. The replaced subsection is put onto the section stack
in place of the then current top of stack subsection.