Searched refs:last_sec (Results 1 – 11 of 11) sorted by relevance
58 char last_sec; /* nrof sectors -1 */ member
1788 asection *first_sec, *last_sec; member2111 id_sec = htab->stub_group[input_section->id].last_sec; in nios2_get_stub_entry()2163 link_sec = htab->stub_group[section->id].last_sec; in nios2_add_stub()2306 htab->stub_group[isec->id].last_sec = *list; in nios2_elf32_next_input_section()2363 prev = htab->stub_group[tail->id].last_sec; in group_sections()2364 htab->stub_group[tail->id].last_sec = tail; in group_sections()2373 prev = htab->stub_group[curr->id].last_sec; in group_sections()2384 prev = htab->stub_group[curr->id].last_sec; in group_sections()2385 htab->stub_group[curr->id].last_sec = tail; in group_sections()2438 s1 = htab->stub_group[input_sec->id].last_sec; in nios2_type_of_stub()[all …]
1807 static double last_sec; in load_too_high()1847 last_sec = LOAD_WEIGHT_B * job_counter; in load_too_high()1849 last_sec = 0.0; in load_too_high()1856 guess = load + (LOAD_WEIGHT_A * (job_counter + last_sec)); in load_too_high()
4427 asection *first_sec, *last_sec; in process_insert_statements() local4453 last_sec = NULL; in process_insert_statements()4460 last_sec = os->bfd_section; in process_insert_statements()4462 first_sec = last_sec; in process_insert_statements()4467 if (last_sec != NULL) in process_insert_statements()4477 if (sec != NULL && sec != last_sec) in process_insert_statements()4481 first_sec->prev->next = last_sec->next; in process_insert_statements()4483 link_info.output_bfd->sections = last_sec->next; in process_insert_statements()4484 if (last_sec->next != NULL) in process_insert_statements()4485 last_sec->next->prev = first_sec->prev; in process_insert_statements()[all …]
4458 asection *first_sec, *last_sec; in process_insert_statements() local4484 last_sec = NULL; in process_insert_statements()4491 last_sec = os->bfd_section; in process_insert_statements()4493 first_sec = last_sec; in process_insert_statements()4498 if (last_sec != NULL) in process_insert_statements()4508 if (sec != NULL && sec != last_sec) in process_insert_statements()4512 first_sec->prev->next = last_sec->next; in process_insert_statements()4514 link_info.output_bfd->sections = last_sec->next; in process_insert_statements()4515 if (last_sec->next != NULL) in process_insert_statements()4516 last_sec->next->prev = first_sec->prev; in process_insert_statements()[all …]
289 #define last_sec last_l.l_ui macro
11495 segT last_sec = 0; in xtensa_reorder_segments() local11501 last_sec = sec; in xtensa_reorder_segments()11507 xtensa_reorder_seg_list (literal_head, last_sec); in xtensa_reorder_segments()
11509 segT last_sec = 0; in xtensa_reorder_segments() local11515 last_sec = sec; in xtensa_reorder_segments()11521 xtensa_reorder_seg_list (literal_head, last_sec); in xtensa_reorder_segments()
612 (xtensa_reorder_segments): Compute last_sec while counting sections.