Lines Matching defs:section

27    similarities between HLASM and the MRI assemblers, such as section
309 would get used in the .text section for branches, while "other"
310 gets used in the .data section for address constants.
312 The idea of a second base register in a different section
315 by allowing us to place address constants in a section other
316 than the text section. The "other" section need not be the
317 .data section, it can be any section that isn't the .text section.
332 /* the "other" section, used only for syntax error detection. */
435 /* -Qy, -Qn: SVR4 arguments controlling whether a .comment section
882 static char section[] = ".data\n";
884 /* Just pretend this is .section .data. */
885 input_line_pointer = section;
1018 /* Solaris pseudo op to change to the .rodata section. */
1024 static char section[] = ".rodata\n";
1026 /* Just pretend this is .section .rodata. */
1027 input_line_pointer = section;
1193 /* Provide support for literal pools within the text section.
1331 /* If the user has set up a base reg in another section,
1332 use that; otherwise use the text section. */
1453 Normally branches appear in the text section only. */
1630 as_bad (".ltorg without prior .using in section %s",
1634 as_bad (".ltorg in section %s paired to .using in section %s",
1791 as_bad ("droping register %d in section %s does not match using register %d",
1800 as_bad ("droping register %d in section %s does not match using register %d",
1804 as_bad ("droping register %d in section %s previously used in section %s",
2123 /* We will put PSW-relative addresses in the text section,
2124 and address literals in the .data (or other) section. */
2434 /* Align a section (I don't know why this is machine dependent). */