Home
last modified time | relevance | path

Searched refs:first_sec (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlang.c4427 asection *first_sec, *last_sec; in process_insert_statements() local
4452 first_sec = NULL; in process_insert_statements()
4461 if (first_sec == NULL) in process_insert_statements()
4462 first_sec = last_sec; in process_insert_statements()
4480 if (first_sec->prev != NULL) in process_insert_statements()
4481 first_sec->prev->next = last_sec->next; in process_insert_statements()
4485 last_sec->next->prev = first_sec->prev; in process_insert_statements()
4487 link_info.output_bfd->section_last = first_sec->prev; in process_insert_statements()
4503 first_sec->prev = sec; in process_insert_statements()
4504 if (first_sec->prev != NULL) in process_insert_statements()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-nios2.c1788 asection *first_sec, *last_sec; member
2107 id_sec = htab->stub_group[input_section->id].first_sec; in nios2_get_stub_entry()
2154 link_sec = htab->stub_group[section->id].first_sec; in nios2_add_stub()
2363 htab->stub_group[tail->id].first_sec = tail; in group_sections()
2384 htab->stub_group[curr->id].first_sec = first; in group_sections()
2429 s0 = htab->stub_group[input_sec->id].first_sec; in nios2_type_of_stub()
2789 id_sec = htab->stub_group[section->id].first_sec; in nios2_elf32_size_stubs()
Delf32-nds32.c11356 static asection *first_sec = NULL, *sym_sec; in nds32_elf_relax_guard() local
11375 if (!first_sec) in nds32_elf_relax_guard()
11376 first_sec = sec; in nds32_elf_relax_guard()
11377 else if (first_sec == sec) in nds32_elf_relax_guard()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-nios2.c1788 asection *first_sec, *last_sec; member
2109 id_sec = htab->stub_group[input_section->id].first_sec; in nios2_get_stub_entry()
2156 link_sec = htab->stub_group[section->id].first_sec; in nios2_add_stub()
2365 htab->stub_group[tail->id].first_sec = tail; in group_sections()
2386 htab->stub_group[curr->id].first_sec = first; in group_sections()
2431 s0 = htab->stub_group[input_sec->id].first_sec; in nios2_type_of_stub()
2791 id_sec = htab->stub_group[section->id].first_sec; in nios2_elf32_size_stubs()
Delf32-nds32.c11355 static asection *first_sec = NULL, *sym_sec; in nds32_elf_relax_guard() local
11374 if (!first_sec) in nds32_elf_relax_guard()
11375 first_sec = sec; in nds32_elf_relax_guard()
11376 else if (first_sec == sec) in nds32_elf_relax_guard()