Lines Matching refs:section

186    get the address of the GOT section */
238 static GTY(()) section *read_only_data_section;
239 static GTY(()) section *private_data_section;
240 static GTY(()) section *read_only_private_data_section;
241 static GTY(()) section *sdata2_section;
242 static GTY(()) section *toc_section;
626 static section *rs6000_elf_select_rtx_section (enum machine_mode, rtx,
638 static section *rs6000_xcoff_select_section (tree, int,
641 static section *rs6000_xcoff_select_rtx_section
1365 if section anchors enabled. */
1672 /* Enable section anchors by default.
1673 Skip section anchors for Objective C and Objective C++
3204 them in the .got section. So use a pointer to the .got section,
11090 in the .fixup section. */
11109 fprintf (asm_out_file, "\t.section\t\".fixup\",\"aw\"\n");
15990 a reference to an unknown section. Thus, for vtables only,
15992 section. */
16303 a TOC reference to an unknown section. Thus, for vtables only,
16305 section. */
16388 /* Generate a unique section name for FILENAME for a section type
16392 possible section type.
16394 We name the section in the same manner as xlc. The name begins with an
17890 static section *
17944 const char *section = TREE_STRING_POINTER (DECL_SECTION_NAME (decl));
17945 if (strcmp (section, ".sdata") == 0
17946 || strcmp (section, ".sdata2") == 0
17947 || strcmp (section, ".sbss") == 0
17948 || strcmp (section, ".sbss2") == 0
17949 || strcmp (section, ".PPC.EMB.sdata0") == 0
17950 || strcmp (section, ".PPC.EMB.sbss0") == 0)
17960 there's no need to put it in the small data section. */
18401 const char *section = ".ctors";
18411 section = buf;
18414 switch_to_section (get_section (section, SECTION_WRITE, NULL));
18430 const char *section = ".dtors";
18440 section = buf;
18443 switch_to_section (get_section (section, SECTION_WRITE, NULL));
18461 fputs ("\t.section\t\".opd\",\"aw\"\n\t.align 3\n", file);
18560 points to the section string variable. */
18651 static section *
18690 /* Select section for constant in constant pool.
18696 static section *
18743 Initialize the section names for the RS/6000 at this point.
18747 We want to go into the TOC section so at least one .toc will be emitted.
18749 [RW] section emitted.