Searched refs:mips_use_pcrel_pool_p (Results 1 – 7 of 7) sorted by relevance
486 && mips_use_pcrel_pool_p[(int) symbol_type]);
3224 extern bool mips_use_pcrel_pool_p[];
529 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES]; variable2272 if (mips_use_pcrel_pool_p[(int) type]) in mips_symbol_insns_1()2422 if (mips_use_pcrel_pool_p[(int) type]) in mips_cannot_force_const_mem()8726 memset (mips_use_pcrel_pool_p, '\0', sizeof (mips_use_pcrel_pool_p)); in mips_init_relocs()8731 mips_use_pcrel_pool_p[SYMBOL_ABSOLUTE] = true; in mips_init_relocs()8833 mips_use_pcrel_pool_p[SYMBOL_DTPREL] = true; in mips_init_relocs()8834 mips_use_pcrel_pool_p[SYMBOL_TPREL] = true; in mips_init_relocs()
3205 extern bool mips_use_pcrel_pool_p[];
527 bool mips_use_pcrel_pool_p[NUM_SYMBOL_TYPES]; variable2270 if (mips_use_pcrel_pool_p[(int) type]) in mips_symbol_insns_1()2420 if (mips_use_pcrel_pool_p[(int) type]) in mips_cannot_force_const_mem()8586 memset (mips_use_pcrel_pool_p, '\0', sizeof (mips_use_pcrel_pool_p)); in mips_init_relocs()8591 mips_use_pcrel_pool_p[SYMBOL_ABSOLUTE] = true; in mips_init_relocs()8693 mips_use_pcrel_pool_p[SYMBOL_DTPREL] = true; in mips_init_relocs()8694 mips_use_pcrel_pool_p[SYMBOL_TPREL] = true; in mips_init_relocs()
34523 (mips_use_pcrel_pool_p, mips_lo_relocs, mips_hi_relocs): Declare.34524 * config/mips/mips.c (mips_use_pcrel_pool_p): New variable.34529 (mips_symbol_insns_1): Likewise. Check mips_use_pcrel_pool_p.34530 (mips_cannot_force_const_mem): Use mips_use_pcrel_pool_p instead of34535 (mips_init_relocs): Initialize mips_use_pcrel_pool_p.34541 (force_to_mem_operand): Use mips_use_pcrel_pool_p.