Home | History | Annotate | Download | only in gold

Lines Matching refs:is_final

3486   optimize_tls_reloc(bool is_final, int r_type);
8558 // symbol. IS_FINAL is true if the final address of this symbol is
9342 const bool is_final = gsym->final_value_is_known();
9344 Target_mips<size, big_endian>::optimize_tls_reloc(is_final, r_type);