Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc1733 stub_table(unsigned int shndx) const in stub_table() function in __anon20db65070111::AArch64_relobj
1741 set_stub_table(unsigned int shndx, The_stub_table* stub_table) in set_stub_table() argument
1744 this->stub_tables_[shndx] = stub_table; in set_stub_table()
1946 The_stub_table* stub_table = this->stub_table(i); in fix_errata() local
1947 if (!stub_table) in fix_errata()
1950 ipair(stub_table->find_erratum_stubs_for_input_section(this, i)); in fix_errata()
1975 stub_table->erratum_stub_address(stub); in fix_errata()
2074 && !aarch64_input_section->stub_table()->empty()) in do_relocate_sections()
2088 The_stub_table* stub_table = aarch64_input_section->stub_table(); in do_relocate_sections() local
2089 off_t offset = stub_table->address() - view_struct.address; in do_relocate_sections()
[all …]
Darm.cc1174 stub_table() const in stub_table() function in __anon5653a9be0111::Arm_input_section
1179 set_stub_table(Stub_table<big_endian>* stub_table) in set_stub_table() argument
1180 { this->stub_table_ = stub_table; } in set_stub_table()
1509 stub_table(unsigned int shndx) const in stub_table() function in __anon5653a9be0111::Arm_relobj
1517 set_stub_table(unsigned int shndx, Stub_table<big_endian>* stub_table) in set_stub_table() argument
1520 this->stub_tables_[shndx] = stub_table; in set_stub_table()
3707 Stub_table<big_endian>* stub_table = in v4bx() local
3708 object->stub_table(relinfo->data_shndx); in v4bx()
3709 gold_assert(stub_table != NULL); in v4bx()
3711 Arm_v4bx_stub* stub = stub_table->find_arm_v4bx_stub(reg); in v4bx()
[all …]
Dpowerpc.cc280 stub_table(unsigned int shndx) in stub_table() function in __anon0f0c9f3e0111::Powerpc_relobj
2578 Stub_table<size, big_endian>* stub_table; in group_sections() local
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()
2589 this->stub_tables_.push_back(stub_table); in group_sections()
2613 Stub_table<size, big_endian>* stub_table, in make_stub() argument
2636 if (stub_table == NULL) in make_stub()
2637 stub_table = this->object_->stub_table(this->shndx_); in make_stub()
2638 if (stub_table == NULL) in make_stub()
2641 stub_table = ifunc_stub_table; in make_stub()
[all …]
DChangeLog2627 stub_table_, set_stub_table, stub_table): New vectors and accessor