Lines Matching full:section
26 /* Opaque type for a section. */
29 /* Opaque type for a section group. */
56 /* Return handle for the named section. If it was not used before
62 /* Similar to 'asm_newscn', but make it part of section group GRP. */
67 /* Create new subsection NR in the given section. */
71 /* Return handle for new section group. The signature symbol can be
80 /* Add zero terminated string STR of size LEN to (sub)section ASMSCN. */
83 /* Add 8-bit signed integer NUM to (sub)section ASMSCN. */
86 /* Add 8-bit unsigned integer NUM to (sub)section ASMSCN. */
89 /* Add 16-bit signed integer NUM to (sub)section ASMSCN. */
92 /* Add 16-bit unsigned integer NUM to (sub)section ASMSCN. */
95 /* Add 32-bit signed integer NUM to (sub)section ASMSCN. */
98 /* Add 32-bit unsigned integer NUM to (sub)section ASMSCN. */
101 /* Add 64-bit signed integer NUM to (sub)section ASMSCN. */
104 /* Add 64-bit unsigned integer NUM to (sub)section ASMSCN. */
108 /* Add signed little endian base 128 integer NUM to (sub)section ASMSCN. */
111 /* Add unsigned little endian base 128 integer NUM to (sub)section ASMSCN. */
115 /* Define new symbol NAME for current position in given section ASMSCN. */
130 /* Align (sub)section offset according to VALUE. */