Home
last modified time | relevance | path

Searched refs:stub_group (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nios2.c1814 } *stub_group; member
2137 id_sec = htab->stub_group[input_section->id].first_sec; in nios2_get_stub_entry()
2139 id_sec = htab->stub_group[input_section->id].last_sec; in nios2_get_stub_entry()
2184 link_sec = htab->stub_group[section->id].first_sec; in nios2_add_stub()
2185 secptr = &(htab->stub_group[section->id].first_stub_sec); in nios2_add_stub()
2186 linkptr = &(htab->stub_group[link_sec->id].first_stub_sec); in nios2_add_stub()
2191 link_sec = htab->stub_group[section->id].last_sec; in nios2_add_stub()
2192 secptr = &(htab->stub_group[section->id].last_stub_sec); in nios2_add_stub()
2193 linkptr = &(htab->stub_group[link_sec->id].last_stub_sec); in nios2_add_stub()
2272 htab->stub_group = bfd_zmalloc (amt); in nios2_elf32_setup_section_lists()
[all …]
Delf32-metag.c837 } *stub_group; member
1132 id_sec = htab->stub_group[input_section->id].link_sec; in metag_get_stub_entry()
1172 link_sec = htab->stub_group[section->id].link_sec; in metag_add_stub()
1173 stub_sec = htab->stub_group[section->id].stub_sec; in metag_add_stub()
1176 stub_sec = htab->stub_group[link_sec->id].stub_sec; in metag_add_stub()
1195 htab->stub_group[link_sec->id].stub_sec = stub_sec; in metag_add_stub()
1197 htab->stub_group[section->id].stub_sec = stub_sec; in metag_add_stub()
3750 htab->stub_group = bfd_zmalloc (amt); in elf_metag_setup_section_lists()
3751 if (htab->stub_group == NULL) in elf_metag_setup_section_lists()
3810 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf_metag_next_input_section()
[all …]
Delf32-hppa.c269 } *stub_group; member
523 id_sec = htab->stub_group[input_section->id].link_sec; in hppa_get_stub_entry()
562 link_sec = htab->stub_group[section->id].link_sec; in hppa_add_stub()
563 stub_sec = htab->stub_group[section->id].stub_sec; in hppa_add_stub()
566 stub_sec = htab->stub_group[link_sec->id].stub_sec; in hppa_add_stub()
584 htab->stub_group[link_sec->id].stub_sec = stub_sec; in hppa_add_stub()
586 htab->stub_group[section->id].stub_sec = stub_sec; in hppa_add_stub()
2531 htab->stub_group = bfd_zmalloc (amt); in elf32_hppa_setup_section_lists()
2532 if (htab->stub_group == NULL) in elf32_hppa_setup_section_lists()
2590 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec) in elf32_hppa_next_input_section()
[all …]
Delfnn-aarch64.c2332 } *stub_group; member
2738 id_sec = htab->stub_group[input_section->id].link_sec; in elfNN_aarch64_get_stub_entry()
2796 if (htab->stub_group[link_section->id].stub_sec == NULL) in _bfd_aarch64_get_stub_for_link_section()
2797 htab->stub_group[link_section->id].stub_sec in _bfd_aarch64_get_stub_for_link_section()
2799 return htab->stub_group[link_section->id].stub_sec; in _bfd_aarch64_get_stub_for_link_section()
2810 asection *link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_create_or_find_stub_sec()
2828 link_sec = htab->stub_group[section->id].link_sec; in _bfd_aarch64_add_stub_entry_in_group()
3073 htab->stub_group = bfd_zmalloc (amt); in elfNN_aarch64_setup_section_lists()
3074 if (htab->stub_group == NULL) in elfNN_aarch64_setup_section_lists()
3112 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
[all …]
DChangeLog-20151309 input_list. Add sec_info_arr_size. Rename stub_group to
1310 sec_info, and make group info indirect. Update stub_group refs
1312 (ppc_add_stub): Don't look for stub_sec on link_sec stub_group
DChangeLog-20143207 stub_bfd, add_stub_section, layout_sections_again, stub_group,
DChangeLog-20082179 add_stub_section, layout_sections_again, stub_group, bfd_count,
DChangeLog-00016546 stub_group.