Searched refs:reloc_rw_mask (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtarget.h148 int (*reloc_rw_mask) (void); member in struct:gcc_target::asm_out
H A Dvarasm.c5483 /* Here the reloc_rw_mask is not testing whether the section should
5487 if (reloc & targetm.asm_out.reloc_rw_mask ())
5492 else if (reloc & targetm.asm_out.reloc_rw_mask ())
5506 if ((reloc & targetm.asm_out.reloc_rw_mask ())
5746 if (compute_reloc_for_rtx (x) & targetm.asm_out.reloc_rw_mask ())
5760 if (reloc & targetm.asm_out.reloc_rw_mask ())

Completed in 108 milliseconds