Home | History | Annotate | Download | only in ld

Lines Matching defs:current_section

6538    CURRENT_SECTION and PREVIOUS_SECTION ought to be placed into different
6544 asection *current_section,
6557 if (current_section == NULL || previous_section == NULL)
6563 && ((current_section->flags ^ previous_section->flags) & SEC_CODE))
6570 cur = lang_output_section_find (current_section->name);
6715 static lang_output_section_statement_type *current_section;
6751 current_section = os;
6899 current_section = NULL;
6924 if (current_section == NULL || prefer_next_section)
6944 if (current_section
6961 s = current_section->bfd_section;
7754 current_section = os;
9027 lang_get_regions (&current_section->region,
9028 &current_section->lma_region,
9030 current_section->load_base != NULL,
9031 current_section->addr_tree != NULL);
9033 current_section->fill = fill;
9034 current_section->phdrs = phdrs;
9340 n->os = current_section;
9360 const char *name = current_section->name;;