Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocatable

2900    external symbol if we are producing relocatable output.  */
2903 mips_elf_final_gp (bfd *output_bfd, asymbol *symbol, bfd_boolean relocatable,
2907 && ! relocatable)
2915 && (! relocatable
2918 if (relocatable)
2944 bfd_boolean relocatable;
2949 relocatable = TRUE;
2952 relocatable = FALSE;
2956 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message,
2962 input_section, relocatable,
2973 bfd_boolean relocatable;
2989 relocatable = TRUE;
2992 relocatable = FALSE;
2996 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message,
3002 input_section, relocatable,
3014 bfd_boolean relocatable;
3030 relocatable = TRUE;
3035 relocatable = FALSE;
3038 ret = mips_elf_final_gp (output_bfd, symbol, relocatable,
3045 relocatable, data, gp);
3050 asection *input_section, bfd_boolean relocatable,
3076 are producing relocatable output, we don't want to do this for
3078 if (! relocatable
3084 if (relocatable)
3117 bfd_boolean relocatable;
3133 relocatable = TRUE;
3136 relocatable = FALSE;
3140 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message,
3149 input_section, relocatable,
3151 _bfd_mips_elf_reloc_shuffle (abfd, reloc_entry->howto->type, !relocatable,