Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocatable

3429    external symbol if we are producing relocatable output.  */
3432 mips_elf64_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable,
3443 && (! relocatable
3446 if (relocatable)
3471 bool relocatable;
3486 relocatable = true;
3489 relocatable = false;
3493 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3499 input_section, relocatable,
3510 bool relocatable;
3526 relocatable = true;
3529 relocatable = false;
3533 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3539 input_section, relocatable,
3551 bool relocatable;
3568 relocatable = true;
3571 relocatable = false;
3575 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable,
3602 are producing relocatable output, we don't want to do this for
3604 if (! relocatable
3613 if (relocatable)
3645 bool relocatable;
3661 relocatable = true;
3664 relocatable = false;
3668 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message,
3681 input_section, relocatable,
3683 _bfd_mips_elf_reloc_shuffle (abfd, reloc_entry->howto->type, !relocatable,