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

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h148 int (*reloc_rw_mask) (void); member in struct:gcc_target::asm_out
H A Dvarasm.c5481 /* Here the reloc_rw_mask is not testing whether the section should
5485 if (reloc & targetm.asm_out.reloc_rw_mask ())
5490 else if (reloc & targetm.asm_out.reloc_rw_mask ())
5504 if ((reloc & targetm.asm_out.reloc_rw_mask ())
5744 if (compute_reloc_for_rtx (x) & targetm.asm_out.reloc_rw_mask ())
5758 if (reloc & targetm.asm_out.reloc_rw_mask ())

Completed in 66 milliseconds