Lines Matching refs:final

5852       const bool final = gsym->final_value_is_known();  in global()  local
5853 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in global()
6170 const bool final = gsym->final_value_is_known(); in global() local
6171 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in global()
6260 const bool final = gsym->final_value_is_known(); in global() local
6261 const tls::Tls_optimization tls_type = target->optimize_tls_ie(final); in global()
6976 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local
6977 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in relocate()
7104 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local
7105 const tls::Tls_optimization tls_type = target->optimize_tls_ie(final); in relocate()
7153 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local
7154 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in relocate()
7199 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local
7200 const tls::Tls_optimization tls_type = target->optimize_tls_ie(final); in relocate()
8089 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate_relocs() local
8090 switch (this->optimize_tls_gd(final)) in relocate_relocs()
8143 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate_relocs() local
8144 if (this->optimize_tls_ie(final) == tls::TLSOPT_TO_LE) in relocate_relocs()
8161 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate_relocs() local
8162 switch (this->optimize_tls_gd(final)) in relocate_relocs()
8198 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate_relocs() local
8199 if (this->optimize_tls_ie(final) == tls::TLSOPT_TO_LE) in relocate_relocs()