[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.subsection name
This is one of the ELF section stack manipulation directives. The others are
.section
(see section 7.66 .section name
(COFF version)), .pushsection
(see section 7.61 .pushsection name , subsection
),
.popsection
(see section 7.56 .popsection
), and .previous
(see section 7.55 .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.