Lines Matching refs:aarch64_reloc_funcs
7119 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in relocate_tls() typedef
7147 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7176 return aarch64_reloc_funcs::adrp( in relocate_tls()
7182 return aarch64_reloc_funcs::template rela_general<32>( in relocate_tls()
7205 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7221 return aarch64_reloc_funcs::adrp( in relocate_tls()
7226 return aarch64_reloc_funcs::template rela_general<32>( in relocate_tls()
7248 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7254 return aarch64_reloc_funcs::movnz(view, value + addend, in relocate_tls()
7261 return aarch64_reloc_funcs::template rela_general<32>( in relocate_tls()
7281 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7308 return aarch64_reloc_funcs::adrp(view, got_entry_address + addend, in relocate_tls()
7312 return aarch64_reloc_funcs::template rela_general<32>( in relocate_tls()
7344 return aarch64_reloc_funcs::movnz(view, value + addend, in relocate_tls()
7347 return aarch64_reloc_funcs::template in relocate_tls()
7372 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7415 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7426 return aarch64_reloc_funcs::adrp(view, in relocate_tls()
7432 return aarch64_reloc_funcs::template rela_general<32>( in relocate_tls()
7436 return aarch64_reloc_funcs::STATUS_OKAY; in relocate_tls()
7449 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in relocate_tls()
7464 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in tls_gd_to_le() typedef
7478 return aarch64_reloc_funcs::STATUS_OKAY; in tls_gd_to_le()
7505 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in tls_gd_to_le()
7534 typename aarch64_reloc_funcs::Status s1 = in tls_gd_to_le()
7535 aarch64_reloc_funcs::template rela_general<32>(view + 4, in tls_gd_to_le()
7539 if (s1 != aarch64_reloc_funcs::STATUS_OKAY) in tls_gd_to_le()
7542 typename aarch64_reloc_funcs::Status s2 = in tls_gd_to_le()
7543 aarch64_reloc_funcs::template rela_general<32>(view + 8, in tls_gd_to_le()
7564 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in tls_ld_to_le() typedef
7578 return aarch64_reloc_funcs::STATUS_OKAY; in tls_ld_to_le()
7605 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in tls_ld_to_le()
7634 typename aarch64_reloc_funcs::Status s1 = in tls_ld_to_le()
7635 aarch64_reloc_funcs::template rela_general<32>(view + 4, in tls_ld_to_le()
7639 if (s1 != aarch64_reloc_funcs::STATUS_OKAY) in tls_ld_to_le()
7642 typename aarch64_reloc_funcs::Status s2 = in tls_ld_to_le()
7643 aarch64_reloc_funcs::template rela_general<32>(view + 8, in tls_ld_to_le()
7666 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in tls_ie_to_le() typedef
7680 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in tls_ie_to_le()
7704 return aarch64_reloc_funcs::STATUS_OKAY; in tls_ie_to_le()
7721 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in tls_desc_gd_to_le() typedef
7750 return aarch64_reloc_funcs::STATUS_BAD_RELOC; in tls_desc_gd_to_le()
7777 return aarch64_reloc_funcs::STATUS_OKAY; in tls_desc_gd_to_le()
7795 typedef AArch64_relocate_functions<size, big_endian> aarch64_reloc_funcs; in tls_desc_gd_to_ie() typedef
7823 return aarch64_reloc_funcs::adrp(view, got_entry_address + addend, in tls_desc_gd_to_ie()
7838 return aarch64_reloc_funcs::template rela_general<32>( in tls_desc_gd_to_ie()
7848 return aarch64_reloc_funcs::STATUS_OKAY; in tls_desc_gd_to_ie()