Searched refs:stub_type (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | arm.cc | 515 Key(Stub_type stub_type, const Symbol* symbol, const Relobj* relobj, in Key() argument 517 : stub_type_(stub_type), addend_(addend) in Key() 540 stub_type() const in stub_type() function in __anonf61c90980111::Reloc_stub::Key 828 make_reloc_stub(Stub_type stub_type) const in make_reloc_stub() 830 gold_assert(stub_type >= arm_stub_reloc_first in make_reloc_stub() 831 && stub_type <= arm_stub_reloc_last); in make_reloc_stub() 832 return new Reloc_stub(this->stub_templates_[stub_type]); in make_reloc_stub() 837 make_cortex_a8_stub(Stub_type stub_type, Relobj* relobj, unsigned int shndx, in make_cortex_a8_stub() argument 841 gold_assert(stub_type >= arm_stub_cortex_a8_first in make_cortex_a8_stub() 842 && stub_type <= arm_stub_cortex_a8_last); in make_cortex_a8_stub() [all …]
|
H A D | aarch64.cc | 3762 int stub_type = The_reloc_stub:: in scan_reloc_for_stub() local 3764 if (stub_type == ST_NONE) in scan_reloc_for_stub() 3770 The_reloc_stub_key key(stub_type, gsym, aarch64_relobj, r_sym, addend); in scan_reloc_for_stub() 3774 stub = new The_reloc_stub(stub_type); in scan_reloc_for_stub() 5392 int stub_type = in maybe_apply_stub() local 5394 if (stub_type == ST_NONE) in maybe_apply_stub() 5403 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub()
|