Home | History | Annotate | Download | only in gold

Lines Matching full:is_final

739   optimize_tls_reloc(bool is_final, int r_type);
1608 // symbol. IS_FINAL is true if the final address of this symbol is
1612 Target_i386::optimize_tls_reloc(bool is_final, int r_type)
1628 if (is_final)
1649 if (is_final)
2401 const bool is_final = gsym->final_value_is_known();
2403 = Target_i386::optimize_tls_reloc(is_final, r_type);
2967 const bool is_final = (gsym == NULL
2971 = Target_i386::optimize_tls_reloc(is_final, r_type);