Home
last modified time | relevance | path

Searched refs:link_sec (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-metag.c815 asection *link_sec; member
1106 id_sec = htab->stub_group[input_section->id].link_sec; in metag_get_stub_entry()
1142 asection *link_sec; in metag_add_stub() local
1146 link_sec = htab->stub_group[section->id].link_sec; in metag_add_stub()
1150 stub_sec = htab->stub_group[link_sec->id].stub_sec; in metag_add_stub()
1157 namelen = strlen (link_sec->name); in metag_add_stub()
1163 memcpy (s_name, link_sec->name, namelen); in metag_add_stub()
1166 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in metag_add_stub()
1169 htab->stub_group[link_sec->id].stub_sec = stub_sec; in metag_add_stub()
1187 hsh->id_sec = link_sec; in metag_add_stub()
[all …]
H A Delf32-csky.c1201 asection *link_sec; member
1277 asection *link_sec; in elf32_csky_create_or_find_stub_sec() local
1280 link_sec = htab->stub_group[section->id].link_sec; in elf32_csky_create_or_find_stub_sec()
1284 stub_sec = htab->stub_group[link_sec->id].stub_sec; in elf32_csky_create_or_find_stub_sec()
1291 namelen = strlen (link_sec->name); in elf32_csky_create_or_find_stub_sec()
1297 memcpy (s_name, link_sec->name, namelen); in elf32_csky_create_or_find_stub_sec()
1299 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in elf32_csky_create_or_find_stub_sec()
1302 htab->stub_group[link_sec->id].stub_sec = stub_sec; in elf32_csky_create_or_find_stub_sec()
1308 *link_sec_p = link_sec; in elf32_csky_create_or_find_stub_sec()
3182 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf32_csky_next_input_section()
[all …]
H A Delf32-hppa.c261 asection *link_sec; member
508 id_sec = htab->stub_group[input_section->id].link_sec; in hppa_get_stub_entry()
545 asection *link_sec; in hppa_add_stub() local
549 link_sec = htab->stub_group[section->id].link_sec; in hppa_add_stub()
553 stub_sec = htab->stub_group[link_sec->id].stub_sec; in hppa_add_stub()
560 namelen = strlen (link_sec->name); in hppa_add_stub()
566 memcpy (s_name, link_sec->name, namelen); in hppa_add_stub()
568 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in hppa_add_stub()
571 htab->stub_group[link_sec->id].stub_sec = stub_sec; in hppa_add_stub()
589 hsh->id_sec = link_sec; in hppa_add_stub()
[all …]
H A Delf32-nios2.c2148 asection *link_sec; in nios2_add_stub() local
2156 link_sec = htab->stub_group[section->id].first_sec; in nios2_add_stub()
2158 linkptr = &(htab->stub_group[link_sec->id].first_stub_sec); in nios2_add_stub()
2163 link_sec = htab->stub_group[section->id].last_sec; in nios2_add_stub()
2165 linkptr = &(htab->stub_group[link_sec->id].last_stub_sec); in nios2_add_stub()
2178 namelen = strlen (link_sec->name); in nios2_add_stub()
2184 memcpy (s_name, link_sec->name, namelen); in nios2_add_stub()
2187 stub_sec = (*htab->add_stub_section) (s_name, link_sec, afterp); in nios2_add_stub()
2209 hsh->id_sec = link_sec; in nios2_add_stub()
H A Delfnn-aarch64.c2672 asection *link_sec; member
3099 id_sec = htab->stub_group[input_section->id].link_sec; in elfNN_aarch64_get_stub_entry()
3171 asection *link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_create_or_find_stub_sec() local
3172 return _bfd_aarch64_get_stub_for_link_section (link_sec, htab); in _bfd_aarch64_create_or_find_stub_sec()
3185 asection *link_sec; in _bfd_aarch64_add_stub_entry_in_group() local
3189 link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_add_stub_entry_in_group()
3205 stub_entry->id_sec = link_sec; in _bfd_aarch64_add_stub_entry_in_group()
3494 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
3591 htab->stub_group[head->id].link_sec = curr; in group_sections()
3610 htab->stub_group[head->id].link_sec = curr; in group_sections()
[all …]
H A Delf32-arm.c3285 asection *link_sec; member
4612 id_sec = htab->stub_group[input_section->id].link_sec; in elf32_arm_get_stub_entry()
4744 asection *link_sec, *out_sec, **stub_sec_p; in elf32_arm_create_or_find_stub_sec() local
4755 link_sec = NULL; in elf32_arm_create_or_find_stub_sec()
4770 link_sec = htab->stub_group[section->id].link_sec; in elf32_arm_create_or_find_stub_sec()
4771 BFD_ASSERT (link_sec != NULL); in elf32_arm_create_or_find_stub_sec()
4774 stub_sec_p = &htab->stub_group[link_sec->id].stub_sec; in elf32_arm_create_or_find_stub_sec()
4775 stub_sec_prefix = link_sec->name; in elf32_arm_create_or_find_stub_sec()
4776 out_sec = link_sec->output_section; in elf32_arm_create_or_find_stub_sec()
4794 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec, in elf32_arm_create_or_find_stub_sec()
[all …]
H A Delf64-ppc.c3042 asection *link_sec; member
3845 stub_name = ppc_stub_name (group->link_sec, sym_sec, h, rel); in ppc_get_stub_entry()
3873 asection *link_sec; in ppc_add_stub() local
3878 link_sec = group->link_sec; in ppc_add_stub()
3886 namelen = strlen (link_sec->name); in ppc_add_stub()
3892 memcpy (s_name, link_sec->name, namelen); in ppc_add_stub()
3894 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec); in ppc_add_stub()
11646 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off; in get_r2off()
11890 + htab->sec_info[stub_entry->group->link_sec->id].toc_off); in ppc_build_one_stub()
12141 + htab->sec_info[stub_entry->group->link_sec->id].toc_off); in ppc_build_one_stub()
[all …]
H A DChangeLog-20151312 (ppc_add_stub): Don't look for stub_sec on link_sec stub_group
H A DChangeLog-20163085 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
H A DChangeLog-20182096 * elf32-hppa.c (hppa_get_stub_entry): Return NULL when link_sec
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-metag.c815 asection *link_sec; member
1106 id_sec = htab->stub_group[input_section->id].link_sec; in metag_get_stub_entry()
1142 asection *link_sec; in metag_add_stub() local
1146 link_sec = htab->stub_group[section->id].link_sec; in metag_add_stub()
1150 stub_sec = htab->stub_group[link_sec->id].stub_sec; in metag_add_stub()
1157 namelen = strlen (link_sec->name); in metag_add_stub()
1163 memcpy (s_name, link_sec->name, namelen); in metag_add_stub()
1166 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in metag_add_stub()
1169 htab->stub_group[link_sec->id].stub_sec = stub_sec; in metag_add_stub()
1187 hsh->id_sec = link_sec; in metag_add_stub()
[all …]
H A Delf32-csky.c1201 asection *link_sec; member
1277 asection *link_sec; in elf32_csky_create_or_find_stub_sec() local
1280 link_sec = htab->stub_group[section->id].link_sec; in elf32_csky_create_or_find_stub_sec()
1284 stub_sec = htab->stub_group[link_sec->id].stub_sec; in elf32_csky_create_or_find_stub_sec()
1291 namelen = strlen (link_sec->name); in elf32_csky_create_or_find_stub_sec()
1297 memcpy (s_name, link_sec->name, namelen); in elf32_csky_create_or_find_stub_sec()
1299 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in elf32_csky_create_or_find_stub_sec()
1302 htab->stub_group[link_sec->id].stub_sec = stub_sec; in elf32_csky_create_or_find_stub_sec()
1308 *link_sec_p = link_sec; in elf32_csky_create_or_find_stub_sec()
3171 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf32_csky_next_input_section()
[all …]
H A Delf32-hppa.c261 asection *link_sec; member
508 id_sec = htab->stub_group[input_section->id].link_sec; in hppa_get_stub_entry()
545 asection *link_sec; in hppa_add_stub() local
549 link_sec = htab->stub_group[section->id].link_sec; in hppa_add_stub()
553 stub_sec = htab->stub_group[link_sec->id].stub_sec; in hppa_add_stub()
560 namelen = strlen (link_sec->name); in hppa_add_stub()
566 memcpy (s_name, link_sec->name, namelen); in hppa_add_stub()
568 stub_sec = (*htab->add_stub_section) (s_name, link_sec); in hppa_add_stub()
571 htab->stub_group[link_sec->id].stub_sec = stub_sec; in hppa_add_stub()
589 hsh->id_sec = link_sec; in hppa_add_stub()
[all …]
H A Delfnn-kvx.c513 asection *link_sec; member
795 id_sec = htab->stub_group[input_section->id].link_sec; in elfNN_kvx_get_stub_entry()
868 asection *link_sec = htab->stub_group[section->id].link_sec; in _bfd_kvx_create_or_find_stub_sec() local
869 return _bfd_kvx_get_stub_for_link_section (link_sec, htab); in _bfd_kvx_create_or_find_stub_sec()
882 asection *link_sec; in _bfd_kvx_add_stub_entry_in_group() local
886 link_sec = htab->stub_group[section->id].link_sec; in _bfd_kvx_add_stub_entry_in_group()
902 stub_entry->id_sec = link_sec; in _bfd_kvx_add_stub_entry_in_group()
1093 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
1190 htab->stub_group[head->id].link_sec = curr; in group_sections()
1209 htab->stub_group[head->id].link_sec = curr; in group_sections()
[all …]
H A Delf32-nios2.c2148 asection *link_sec; in nios2_add_stub() local
2156 link_sec = htab->stub_group[section->id].first_sec; in nios2_add_stub()
2158 linkptr = &(htab->stub_group[link_sec->id].first_stub_sec); in nios2_add_stub()
2163 link_sec = htab->stub_group[section->id].last_sec; in nios2_add_stub()
2165 linkptr = &(htab->stub_group[link_sec->id].last_stub_sec); in nios2_add_stub()
2178 namelen = strlen (link_sec->name); in nios2_add_stub()
2184 memcpy (s_name, link_sec->name, namelen); in nios2_add_stub()
2187 stub_sec = (*htab->add_stub_section) (s_name, link_sec, afterp); in nios2_add_stub()
2209 hsh->id_sec = link_sec; in nios2_add_stub()
H A Delfnn-aarch64.c2685 asection *link_sec; member
3104 id_sec = htab->stub_group[input_section->id].link_sec; in elfNN_aarch64_get_stub_entry()
3176 asection *link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_create_or_find_stub_sec() local
3177 return _bfd_aarch64_get_stub_for_link_section (link_sec, htab); in _bfd_aarch64_create_or_find_stub_sec()
3190 asection *link_sec; in _bfd_aarch64_add_stub_entry_in_group() local
3194 link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_add_stub_entry_in_group()
3210 stub_entry->id_sec = link_sec; in _bfd_aarch64_add_stub_entry_in_group()
3538 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
3635 htab->stub_group[head->id].link_sec = curr; in group_sections()
3654 htab->stub_group[head->id].link_sec = curr; in group_sections()
[all …]
H A Delf32-arm.c3285 asection *link_sec; member
4612 id_sec = htab->stub_group[input_section->id].link_sec; in elf32_arm_get_stub_entry()
4744 asection *link_sec, *out_sec, **stub_sec_p; in elf32_arm_create_or_find_stub_sec() local
4755 link_sec = NULL; in elf32_arm_create_or_find_stub_sec()
4770 link_sec = htab->stub_group[section->id].link_sec; in elf32_arm_create_or_find_stub_sec()
4771 BFD_ASSERT (link_sec != NULL); in elf32_arm_create_or_find_stub_sec()
4774 stub_sec_p = &htab->stub_group[link_sec->id].stub_sec; in elf32_arm_create_or_find_stub_sec()
4775 stub_sec_prefix = link_sec->name; in elf32_arm_create_or_find_stub_sec()
4776 out_sec = link_sec->output_section; in elf32_arm_create_or_find_stub_sec()
4794 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec, in elf32_arm_create_or_find_stub_sec()
[all …]
H A Delf64-ppc.c3043 asection *link_sec; member
3846 stub_name = ppc_stub_name (group->link_sec, sym_sec, h, rel); in ppc_get_stub_entry()
3874 asection *link_sec; in ppc_add_stub() local
3879 link_sec = group->link_sec; in ppc_add_stub()
3887 namelen = strlen (link_sec->name); in ppc_add_stub()
3893 memcpy (s_name, link_sec->name, namelen); in ppc_add_stub()
3895 stub_sec = (*htab->params->add_stub_section) (s_name, link_sec); in ppc_add_stub()
11694 r2off -= htab->sec_info[stub_entry->group->link_sec->id].toc_off; in get_r2off()
11916 + htab->sec_info[stub_entry->group->link_sec->id].toc_off); in ppc_build_one_stub()
12167 + htab->sec_info[stub_entry->group->link_sec->id].toc_off); in ppc_build_one_stub()
[all …]
H A DChangeLog-20151312 (ppc_add_stub): Don't look for stub_sec on link_sec stub_group
H A DChangeLog-20163085 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
H A DChangeLog-20182096 * elf32-hppa.c (hppa_get_stub_entry): Return NULL when link_sec
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20151312 (ppc_add_stub): Don't look for stub_sec on link_sec stub_group
H A DChangeLog-20163085 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
H A DChangeLog-20182096 * elf32-hppa.c (hppa_get_stub_entry): Return NULL when link_sec
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20163085 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec

12