Home
last modified time | relevance | path

Searched refs:emitrelocations (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/gdb/include/
Dbfdlink.h226 unsigned int emitrelocations: 1; member
/freebsd-10-stable/contrib/binutils/include/
Dbfdlink.h236 unsigned int emitrelocations: 1; member
/freebsd-10-stable/contrib/binutils/ld/emultempl/
Dppc32elf.em64 emit_stub_syms |= link_info.emitrelocations;
Dspuelf.em239 emit_stub_syms || link_info.emitrelocations,
Dppc64elf.em374 emit_stub_syms |= link_info.emitrelocations;
/freebsd-10-stable/contrib/binutils/ld/
Dlexsup.c1005 link_info.emitrelocations = TRUE; in parse_args()
DChangeLog-00012907 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2908 * NEWS: Describe the emitrelocations switch.
2909 * ld.texinfo: Describe the emitrelocations switch.
Dldlang.c5146 if ((link_info.relocatable || link_info.emitrelocations) in lang_check()
DChangeLog-02033041 change. Treat emitrelocations case as for relocatable links.
/freebsd-10-stable/contrib/binutils/bfd/
Delf64-ppc.c8275 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()
Delflink.c8716 || 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()
Delf32-spu.c2841 && !info->emitrelocations) in spu_elf_relocate_section()
DChangeLog-00018202 * elflink.h: Add emitrelocations support: when enabled, relocation
8204 executables. If the emitrelocations flag is set, do the following:
/freebsd-10-stable/contrib/gcclibs/include/
DChangeLog-9103921 * bfdlink.h (struct bfd_link_info): Add emitrelocations flag.