Searched refs:emitrelocations (Results 1 – 14 of 14) sorted by relevance
226 unsigned int emitrelocations: 1; member
236 unsigned int emitrelocations: 1; member
64 emit_stub_syms |= link_info.emitrelocations;
239 emit_stub_syms || link_info.emitrelocations,
374 emit_stub_syms |= link_info.emitrelocations;
1005 link_info.emitrelocations = TRUE; in parse_args()
2907 * lexsup.c (parse_args): Turn on emitrelocations flag if set.2908 * NEWS: Describe the emitrelocations switch.2909 * ld.texinfo: Describe the emitrelocations switch.
5146 if ((link_info.relocatable || link_info.emitrelocations) in lang_check()
3041 change. Treat emitrelocations case as for relocatable links.
8275 if (info->emitrelocations) in ppc_build_one_stub()8373 else if (info->emitrelocations) in ppc_build_one_stub()8629 else if (info->emitrelocations) in ppc_size_one_stub()8641 else if (info->emitrelocations) in ppc_size_one_stub()11202 if (is_opd && (info->emitrelocations || info->relocatable)) in ppc64_elf_relocate_section()
8716 || finfo->info->emitrelocations) in elf_link_input_bfd()9363 || info->emitrelocations); in bfd_elf_final_link()9472 if (info->relocatable || info->emitrelocations) in bfd_elf_final_link()10836 || info->emitrelocations in bfd_elf_gc_sections()
2841 && !info->emitrelocations) in spu_elf_relocate_section()
8202 * elflink.h: Add emitrelocations support: when enabled, relocation8204 executables. If the emitrelocations flag is set, do the following:
921 * bfdlink.h (struct bfd_link_info): Add emitrelocations flag.