Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh64.c400 = info->relocatable || info->emitrelocations in sh64_elf_add_symbol_hook()
444 || ((info->relocatable || info->emitrelocations) in sh64_elf_add_symbol_hook()
446 || (! info->relocatable && !info->emitrelocations in sh64_elf_add_symbol_hook()
490 if (info->relocatable || info->emitrelocations) in sh64_elf_link_output_symbol_hook()
Delf64-sh64.c2787 = info->relocatable || info->emitrelocations in sh64_elf64_add_symbol_hook()
2831 || ((info->relocatable || info->emitrelocations) in sh64_elf64_add_symbol_hook()
2833 || (! info->relocatable && !info->emitrelocations in sh64_elf64_add_symbol_hook()
2877 if (info->relocatable || info->emitrelocations) in sh64_elf64_link_output_symbol_hook()
Delf64-ppc.c10579 if (info->emitrelocations) in ppc_build_one_stub()
10668 else if (info->emitrelocations) in ppc_build_one_stub()
10703 if (info->emitrelocations) in ppc_build_one_stub()
10869 if (info->emitrelocations) in ppc_build_one_stub()
10981 if (info->emitrelocations) in ppc_size_one_stub()
11055 else if (info->emitrelocations) in ppc_size_one_stub()
11069 if (info->emitrelocations) in ppc_size_one_stub()
11093 else if (info->emitrelocations) in ppc_size_one_stub()
12336 if (info->emitrelocations in ppc64_elf_size_stubs()
12715 if (info->emitrelocations) in ppc64_elf_build_stubs()
[all …]
DChangeLog-20082747 if emitrelocations.
2750 emitrelocations. Remove indx temp.
2753 (ppc64_elf_build_stubs): Emit glink reloc if emitrelocations.
Delflink.c9731 || flinfo->info->emitrelocations) in elf_link_input_bfd()
10458 || info->emitrelocations); in bfd_elf_final_link()
10573 else if (info->relocatable || info->emitrelocations) in bfd_elf_final_link()
10626 && (info->relocatable || info->emitrelocations)) in bfd_elf_final_link()
Delf32-spu.c5086 && !info->emitrelocations) in spu_elf_relocate_section()
Delf32-ppc.c6323 if (info->emitrelocations) in ppc_elf_size_dynamic_sections()
Delf.c2871 && (arg->link_info->relocatable || arg->link_info->emitrelocations)) in elf_fake_sections()
DChangeLog-00018202 * elflink.h: Add emitrelocations support: when enabled, relocation
8204 executables. If the emitrelocations flag is set, do the following:
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h337 unsigned int emitrelocations: 1; member
DChangeLog-9103921 * bfdlink.h (struct bfd_link_info): Add emitrelocations flag.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc32elf.em50 params.emit_stub_syms = link_info.emitrelocations || link_info.shared;
Dsh64elf.em488 if (link_info.relocatable || link_info.emitrelocations)
Dspuelf.em107 params.emit_stub_syms |= link_info.emitrelocations;
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2012770 user input sections when emitrelocations, unless all are SEC_EXCLUDE.
774 * ldemul.c (before_allocation_default): When emitrelocations,
Dlexsup.c995 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.c3927 || link_info.emitrelocations)) in strip_excluded_output_sections()
5843 if ((link_info.relocatable || link_info.emitrelocations) in lang_check()
DChangeLog-02033041 change. Treat emitrelocations case as for relocatable links.