Lines Matching refs:current_section
5383 CURRENT_SECTION and PREVIOUS_SECTION ought to be placed into different
5389 asection * current_section,
5402 if (current_section == NULL || previous_section == NULL)
5408 && ((current_section->flags ^ previous_section->flags) & SEC_CODE))
5415 cur = lang_output_section_find (current_section->name);
6188 static lang_output_section_statement_type *current_section;
6223 current_section = os;
6983 lang_get_regions (¤t_section->region,
6984 ¤t_section->lma_region,
6986 current_section->load_base != NULL,
6987 current_section->addr_tree != NULL);
6993 if (current_section->lma_region == NULL
6994 && current_section->load_base == NULL
6995 && current_section->addr_tree == NULL
6996 && current_section->region == current_section->prev->region)
6997 current_section->lma_region = current_section->prev->lma_region;
6999 current_section->fill = fill;
7000 current_section->phdrs = phdrs;
7370 n->os = current_section;
7395 name = current_section->name;