PushSection (Using as) (original) (raw)
7.80 .pushsection name [, subsection] [, "flags"[, @type[,arguments]]]
¶
This is one of the ELF section stack manipulation directives. The others are.section
(see .section name), .subsection
(see .subsection name),.popsection
(see .popsection), and .previous
(see .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
. The optionalflags
, type
and arguments
are treated the same as in the .section
(see .section name) directive.