Home | History | Annotate | Download | only in bfd

Lines Matching refs:relocatable

3089    external symbol if we are producing relocatable output.  */
3092 mips_elf64_final_gp (bfd *output_bfd, asymbol *symbol, bfd_boolean relocatable,
3096 && ! relocatable)
3104 && (! relocatable
3107 if (relocatable)
3132 bfd_boolean relocatable;
3147 relocatable = TRUE;
3150 relocatable = FALSE;
3154 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3160 input_section, relocatable,
3171 bfd_boolean relocatable;
3187 relocatable = TRUE;
3190 relocatable = FALSE;
3194 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3200 input_section, relocatable,
3212 bfd_boolean relocatable;
3229 relocatable = TRUE;
3232 relocatable = FALSE;
3236 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable,
3259 are producing relocatable output, we don't want to do this for
3261 if (! relocatable
3270 if (relocatable)
3302 bfd_boolean relocatable;
3318 relocatable = TRUE;
3321 relocatable = FALSE;
3325 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3334 input_section, relocatable,
3336 _bfd_mips_elf_reloc_shuffle (abfd, reloc_entry->howto->type, !relocatable,