Lines Matching full:relocations
96 "ADR/ADRP relocations must be GOT relative"); in getAArch64FixupKindMachOInfo()
118 // Debug info sections can use local relocations. in canUseLocalRelocation()
122 // Otherwise, only pointer sized relocations are supported. in canUseLocalRelocation()
165 // ADRP fixups use relocations for the whole symbol value and only in RecordRelocation()
171 // imm19 relocations are for conditional branches, which require in RecordRelocation()
183 // 14-bit branch relocations should only target internal labels, and so in RecordRelocation()
241 // We don't support PCrel relocations of differences. in RecordRelocation()
247 // AArch64 always uses external relocations. If there is no symbol to use as in RecordRelocation()
329 // Relocations inside debug sections always use local relocations when in RecordRelocation()
338 // AArch64 uses external relocations as much as possible. For debug in RecordRelocation()
339 // sections, and for pointer-sized relocations (.quad), we allow section in RecordRelocation()
340 // relocations. It's code sections that run into trouble. in RecordRelocation()