Searched refs:first_sec (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nios2.c1791 asection *first_sec, *last_sec; member in struct:elf32_nios2_link_hash_table::map_stub
2116 id_sec = htab->stub_group[input_section->id].first_sec;
2163 link_sec = htab->stub_group[section->id].first_sec;
2372 htab->stub_group[tail->id].first_sec = tail;
2393 htab->stub_group[curr->id].first_sec = first;
2438 s0 = htab->stub_group[input_sec->id].first_sec;
2787 id_sec = htab->stub_group[section->id].first_sec;
H A Delf32-nds32.c11464 static asection *first_sec = NULL, *sym_sec;
11483 if (!first_sec)
11484 first_sec = sec;
11485 else if (first_sec == sec)
11458 static asection *first_sec = NULL, *sym_sec; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nios2.c1788 asection *first_sec, *last_sec; member in struct:elf32_nios2_link_hash_table::map_stub
2109 id_sec = htab->stub_group[input_section->id].first_sec;
2156 link_sec = htab->stub_group[section->id].first_sec;
2365 htab->stub_group[tail->id].first_sec = tail;
2386 htab->stub_group[curr->id].first_sec = first;
2431 s0 = htab->stub_group[input_sec->id].first_sec;
2791 id_sec = htab->stub_group[section->id].first_sec;
H A Delf32-nds32.c11361 static asection *first_sec = NULL, *sym_sec;
11380 if (!first_sec)
11381 first_sec = sec;
11382 else if (first_sec == sec)
11355 static asection *first_sec = NULL, *sym_sec; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nios2.c1788 asection *first_sec, *last_sec; member in struct:elf32_nios2_link_hash_table::map_stub
2109 id_sec = htab->stub_group[input_section->id].first_sec;
2156 link_sec = htab->stub_group[section->id].first_sec;
2365 htab->stub_group[tail->id].first_sec = tail;
2386 htab->stub_group[curr->id].first_sec = first;
2431 s0 = htab->stub_group[input_sec->id].first_sec;
2791 id_sec = htab->stub_group[section->id].first_sec;
H A Delf32-nds32.c11314 static asection *first_sec = NULL, *sym_sec;
11333 if (!first_sec)
11334 first_sec = sec;
11335 else if (first_sec == sec)
11308 static asection *first_sec = NULL, *sym_sec; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nios2.c1788 asection *first_sec, *last_sec; member in struct:elf32_nios2_link_hash_table::map_stub
2109 id_sec = htab->stub_group[input_section->id].first_sec;
2156 link_sec = htab->stub_group[section->id].first_sec;
2365 htab->stub_group[tail->id].first_sec = tail;
2386 htab->stub_group[curr->id].first_sec = first;
2431 s0 = htab->stub_group[input_sec->id].first_sec;
2791 id_sec = htab->stub_group[section->id].first_sec;
H A Delf32-nds32.c11361 static asection *first_sec = NULL, *sym_sec;
11380 if (!first_sec)
11381 first_sec = sec;
11382 else if (first_sec == sec)
11355 static asection *first_sec = NULL, *sym_sec; local
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c4215 asection *first_sec, *last_sec;
4240 first_sec = NULL;
4249 if (first_sec == NULL)
4250 first_sec = last_sec;
4268 if (first_sec->prev != NULL)
4269 first_sec->prev->next = last_sec->next;
4273 last_sec->next->prev = first_sec->prev;
4275 link_info.output_bfd->section_last = first_sec->prev;
4282 first_sec->prev = sec;
4283 sec->next = first_sec;
4213 asection *first_sec, *last_sec; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlang.c4460 asection *first_sec, *last_sec;
4485 first_sec = NULL;
4494 if (first_sec == NULL)
4495 first_sec = last_sec;
4513 if (first_sec->prev != NULL)
4514 first_sec->prev->next = last_sec->next;
4518 last_sec->next->prev = first_sec->prev;
4520 link_info.output_bfd->section_last = first_sec->prev;
4527 first_sec->prev = sec;
4528 sec->next = first_sec;
4458 asection *first_sec, *last_sec; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlang.c4359 asection *first_sec, *last_sec;
4384 first_sec = NULL;
4393 if (first_sec == NULL)
4394 first_sec = last_sec;
4412 if (first_sec->prev != NULL)
4413 first_sec->prev->next = last_sec->next;
4417 last_sec->next->prev = first_sec->prev;
4419 link_info.output_bfd->section_last = first_sec->prev;
4426 first_sec->prev = sec;
4427 sec->next = first_sec;
4357 asection *first_sec, *last_sec; local
[all...]

Completed in 395 milliseconds