Lines Matching refs:section

276 extern section *get_named_text_section (tree, const char *, const char *);
291 extern void assemble_addr_to_section (rtx, section *);
468 section *next;
493 union GTY ((desc ("SECTION_STYLE (&(%h))"), for_user)) section { union
506 extern GTY(()) section *text_section;
507 extern GTY(()) section *data_section;
508 extern GTY(()) section *readonly_data_section;
509 extern GTY(()) section *sdata_section;
510 extern GTY(()) section *ctors_section;
511 extern GTY(()) section *dtors_section;
512 extern GTY(()) section *bss_section;
513 extern GTY(()) section *sbss_section;
514 extern GTY(()) section *exception_section;
515 extern GTY(()) section *eh_frame_section;
516 extern GTY(()) section *tls_comm_section;
517 extern GTY(()) section *comm_section;
518 extern GTY(()) section *lcomm_section;
519 extern GTY(()) section *bss_noswitch_section;
521 extern GTY(()) section *in_section;
524 extern section *get_unnamed_section (unsigned int, void (*) (const void *),
526 extern section *get_section (const char *, unsigned int, tree,
528 extern section *get_named_section (tree, const char *, int);
529 extern section *get_variable_section (tree, bool);
533 extern section *mergeable_constant_section (machine_mode,
536 extern section *function_section (tree);
537 extern section *unlikely_text_section (void);
538 extern section *current_function_section (void);
543 extern section *get_cdtor_priority_section (int, bool);
545 extern bool unlikely_text_section_p (section *);
546 extern void switch_to_section (section *);
572 extern section *default_select_section (tree, int, unsigned HOST_WIDE_INT);
573 extern section *default_elf_select_section (tree, int, unsigned HOST_WIDE_INT);
575 extern section *default_function_rodata_section (tree);
576 extern section *default_no_function_rodata_section (tree);
577 extern section *default_clone_table_section (void);
578 extern section *default_select_rtx_section (machine_mode, rtx,
580 extern section *default_elf_select_rtx_section (machine_mode, rtx,