Home | History | Annotate | Download | only in gold

Lines Matching defs:Relocate

1431   // Relocate stubs in this stub table.
1478 // Relocate one stub.
1586 // Relocate all stubs in this stub table.
1609 // Now 'relocate' erratum stubs.
1644 // Relocate one stub. This is a helper for Stub_table::relocate_stubs().
2038 // Relocate sections.
2047 // Call parent to relocate sections.
2064 // Relocate stub tables.
2846 // Relocate a section.
2874 // Relocate a section during a relocatable link.
2971 // Relocate a single stub.
3149 class Relocate
3152 Relocate()
3156 ~Relocate()
3162 relocate(const Relocate_info<size, big_endian>*, Target_aarch64*,
3230 }; // End of class Relocate
3772 // The template parameter Relocate must be a class type which provides
3773 // a single function, relocate(), which implements the machine
3992 // Relocate a single stub.
4978 // AArch64 relocate function class
5199 // Do relocate. Update selected bits in text.
5215 // Do relocate. Update selected bits in text.
5231 // Do address relative relocate. Update selected bits in text.
5973 // reloction, so that the dynamic loader can relocate it.
6808 Target_aarch64<size, big_endian>::Relocate::relocate(
6834 _("cannot relocate %s in object file"),
7109 Target_aarch64<size, big_endian>::Relocate::relocate_tls(
7172 // Relocate the address into adrp/ld, adrp/add pair.
7212 // Relocate the field with the offset of the GOT entry for
7304 // Relocate the address into adrp/ld, adrp/add pair.
7456 Target_aarch64<size, big_endian>::Relocate::tls_gd_to_le(
7556 Target_aarch64<size, big_endian>::Relocate::tls_ld_to_le(
7656 Target_aarch64<size, big_endian>::Relocate::tls_ie_to_le(
7711 Target_aarch64<size, big_endian>::Relocate::tls_desc_gd_to_le(
7784 Target_aarch64<size, big_endian>::Relocate::tls_desc_gd_to_ie(
7851 // Relocate section data.
7868 typedef typename Target_aarch64<size, big_endian>::Relocate AArch64_relocate;
7936 // Relocate a section during a relocatable link.