Lines Matching refs:Reloc_stub

5 	* aarch64.cc (Reloc_stub::stub_type_for_reloc): Return PC-relative
239 * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub
247 (Reloc_stub::STUB_ADDR_ALIGN): Likewise.
340 (Reloc_stub): Refactored to be a subclass of Stub_base.
341 (Reloc_stub::Stub_type): Removed.
342 (Reloc_stub::offset): Moved to Stub_base.
343 (Reloc_stub::set_offset): Moved to Stub_base.
344 (Reloc_stub::destination_address): Moved to Stub_base.
345 (Reloc_stub::set_destination_address): Moved to Stub_base.
346 (Reloc_stub::reset_destination_address): Moved to Stub_base.
347 (Reloc_stub::stub_type): Renamed and moved to Stub_base.
348 (Reloc_stub::stub_size): Renamed and moved to Stub_base.
349 (Reloc_stub::stub_insns): Renamed and moved to Stub_base.
350 (Reloc_stub::write): Moved to Stub_base.
351 (Reloc_stub::invalid_offset): Moved to Stub_base.
352 (Reloc_stub::invalid_address): Moved to Stub_base.
353 (Reloc_stub::stub_type_): Renamed and moved to Stub_base.
354 (Reloc_stub::stub_insns_): Moved to Stub_base.
355 (Reloc_stub::offset_): Moved to Stub_base.
356 (Reloc_stub::destination_address_): Moved to Stub_base.
530 * aarch64.cc (class Reloc_stub): New class.
4181 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
4430 (Reloc_stub::stub_type_for_reloc): Likewise.
9318 (Reloc_stub::stub_type_for_reloc): Ditto.
10561 Reloc_stub pointer to Stub pointer.
10574 Reloc_stub pointer to Stub pointer.
10746 (Reloc_stub::do_write): Remove.
10747 (Reloc_stub::do_fixed_endian_write): Remove.
11554 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
11606 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
11666 * arm.cc (class Reloc_stub): Correct a comment.
11970 (Reloc_stub): Same.
11983 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
11984 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.