[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.pushsection name , subsection
This is one of the ELF section stack manipulation directives. The others are
.section
(see section 7.84 .section name
), .subsection
(see section 7.95 .subsection name
),
.popsection
(see section 7.74 .popsection
), and .previous
(see section 7.73 .previous
).
This directive pushes the current section (and subsection) onto the
top of the section stack, and then replaces the current section and
subsection with name
and subsection
.