Searched refs:local_exec (Results 1 – 2 of 2) sorted by relevance
5102 bool local_exec = bfd_link_executable (info) in aarch64_tls_transition_without_check() local5109 return (local_exec in aarch64_tls_transition_without_check()5114 return (local_exec in aarch64_tls_transition_without_check()5119 return (local_exec in aarch64_tls_transition_without_check()5124 return (local_exec in aarch64_tls_transition_without_check()5129 return (local_exec in aarch64_tls_transition_without_check()5134 return (local_exec in aarch64_tls_transition_without_check()5140 return (local_exec in aarch64_tls_transition_without_check()5145 return local_exec ? BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G1 : r_type; in aarch64_tls_transition_without_check()5148 return local_exec ? BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G0_NC : r_type; in aarch64_tls_transition_without_check()[all …]
680 bool local_exec = bfd_link_executable (info) in loongarch_tls_transition_without_check() local686 return (local_exec in loongarch_tls_transition_without_check()691 return (local_exec in loongarch_tls_transition_without_check()700 return local_exec ? R_LARCH_TLS_LE_HI20 : r_type; in loongarch_tls_transition_without_check()703 return local_exec ? R_LARCH_TLS_LE_LO12 : r_type; in loongarch_tls_transition_without_check()2553 bool local_exec = bfd_link_executable (info) in loongarch_tls_perform_trans() local2561 if (local_exec) in loongarch_tls_perform_trans()2576 if (local_exec) in loongarch_tls_perform_trans()2607 if (local_exec) in loongarch_tls_perform_trans()2620 if (local_exec) in loongarch_tls_perform_trans()