Home | History | Annotate | Download | only in gold

Lines Matching full:relocate

1447   // Relocate reloc stubs in this stub table. This does not relocate erratum stubs.
1456 // Relocate an erratum stub.
1498 // Relocate one reloc stub.
1606 // Relocate an erratum stub.
1649 // Relocate only reloc stubs in this stub table. This does not relocate erratum
1672 // Relocate one reloc stub. This is a helper for
1850 // Fix all errata in the object, and for each erratum, relocate corresponding
1966 // Fix all errata in the object and for each erratum, we relocate the
2029 // Erratum fix is done (or skipped), continue to relocate erratum
2032 // changed by relaxation, etc), we can still safely relocate the
2124 // Relocate sections.
2133 // Relocate the section data.
2937 // Relocate a section.
2980 // Relocate a section during a relocatable link.
3076 // Relocate a single reloc stub.
3260 class Relocate
3263 Relocate()
3267 ~Relocate()
3273 relocate(const Relocate_info<size, big_endian>*, unsigned int,
3339 }; // End of class Relocate
3902 // The template parameter Relocate must be a class type which provides
3903 // a single function, relocate(), which implements the machine
4124 // Relocate a single reloc stub.
5110 // AArch64 relocate function class
5331 // Do relocate. Update selected bits in text.
5347 // Do relocate. Update selected bits in text.
5363 // Do address relative relocate. Update selected bits in text.
6132 // reloction, so that the dynamic loader can relocate it.
7017 Target_aarch64<size, big_endian>::Relocate::relocate(
7045 _("cannot relocate %s in object file"),
7333 Target_aarch64<size, big_endian>::Relocate::relocate_tls(
7396 // Relocate the address into adrp/ld, adrp/add pair.
7436 // Relocate the field with the offset of the GOT entry for
7528 // Relocate the address into adrp/ld, adrp/add pair.
7674 Target_aarch64<size, big_endian>::Relocate::tls_gd_to_le(
7774 Target_aarch64<size, big_endian>::Relocate::tls_ld_to_le(
7874 Target_aarch64<size, big_endian>::Relocate::tls_ie_to_le(
7929 Target_aarch64<size, big_endian>::Relocate::tls_desc_gd_to_le(
8002 Target_aarch64<size, big_endian>::Relocate::tls_desc_gd_to_ie(
8069 // Relocate section data.
8086 typedef typename Target_aarch64<size, big_endian>::Relocate AArch64_relocate;
8184 // Relocate a section during a relocatable link.