Home
last modified time | relevance | path

Searched refs:Stub_table (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc63 class Stub_table;
279 Stub_table<size, big_endian>*
789 typedef std::vector<Stub_table<size, big_endian>*> Stub_tables;
1230 make_stub(Stub_table<size, big_endian>*,
1231 Stub_table<size, big_endian>*,
2578 Stub_table<size, big_endian>* stub_table; in group_sections()
2581 stub_table = new Stub_table<size, big_endian>(this, in group_sections()
2585 stub_table = static_cast<Stub_table<size, big_endian>*>( in group_sections()
2613 Stub_table<size, big_endian>* stub_table, in make_stub()
2614 Stub_table<size, big_endian>* ifunc_stub_table, in make_stub()
[all …]
Darm.cc68 class Stub_table;
871 class Stub_table : public Output_data class
874 Stub_table(Arm_input_section<big_endian>* owner) in Stub_table() function in __anon5653a9be0111::Stub_table
880 ~Stub_table() in ~Stub_table()
1173 Stub_table<big_endian>*
1179 set_stub_table(Stub_table<big_endian>* stub_table) in set_stub_table()
1246 Stub_table<big_endian>* stub_table_;
1508 Stub_table<big_endian>*
1517 set_stub_table(unsigned int shndx, Stub_table<big_endian>* stub_table) in set_stub_table()
1742 typedef std::vector<Stub_table<big_endian>*> Stub_table_list;
[all …]
Daarch64.cc1342 class Stub_table : public Output_data class
1355 typedef Stub_table<size, big_endian> The_stub_table;
1365 Stub_table(The_aarch64_input_section* owner) in Stub_table() function in __anon20db65070111::Stub_table
1370 ~Stub_table() in ~Stub_table()
1509 Stub_table<size, big_endian>::add_erratum_stub(The_erratum_stub* stub) in add_erratum_stub()
1525 Stub_table<size, big_endian>::find_erratum_stub( in find_erratum_stub()
1546 std::pair<typename Stub_table<size, big_endian>::Erratum_stub_set_iter,
1547 typename Stub_table<size, big_endian>::Erratum_stub_set_iter>
1548 Stub_table<size, big_endian>::find_erratum_stubs_for_input_section( in find_erratum_stubs_for_input_section()
1571 Stub_table<size, big_endian>::add_reloc_stub( in add_reloc_stub()
[all …]
DChangeLog297 (Stub_table::relocate_stubs): Modified to place relocated insn.
312 (Stub_table::relocate_stubs): Add 835769 handler.
357 (Stub_table::The_aarch64_relobj): New typedef.
358 (Stub_table::The_erratum_stub): New typedef.
359 (Stub_table::The_erratum_stub_less): New typedef.
360 (Stub_table::The_erratum_stub_set): New typedef.
361 (Stub_table::The_erratum_stub_set_iter): New typedef.
362 (Stub_table::empty): Added emptiness testing for erratum stubs.
363 (Stub_table::add_erratum_stub): New method to add an erratum stub.
364 (Stub_table::find_erratum_stub): New method.
[all …]