Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-sh64.c395 = info->relocatable || info->emitrelocations in sh64_elf_add_symbol_hook()
439 || ((info->relocatable || info->emitrelocations) in sh64_elf_add_symbol_hook()
441 || (! info->relocatable && !info->emitrelocations in sh64_elf_add_symbol_hook()
485 if (info->relocatable || info->emitrelocations) in sh64_elf_link_output_symbol_hook()
Delf64-sh64.c2845 = info->relocatable || info->emitrelocations in sh64_elf64_add_symbol_hook()
2889 || ((info->relocatable || info->emitrelocations) in sh64_elf64_add_symbol_hook()
2891 || (! info->relocatable && !info->emitrelocations in sh64_elf64_add_symbol_hook()
2935 if (info->relocatable || info->emitrelocations) in sh64_elf64_link_output_symbol_hook()
Delf64-ppc.c3723 if (info->shared || info->emitrelocations) in create_linkage_sections()
8009 if (info->emitrelocations) in ppc_build_one_stub()
8344 if (info->emitrelocations in ppc_size_one_stub()
10827 if (is_opd && info->emitrelocations) in ppc64_elf_relocate_section()
Delflink.c6803 || finfo->info->emitrelocations); in elf_link_input_bfd()
7782 || info->emitrelocations in bfd_elf_final_link()
7858 if (info->relocatable || info->emitrelocations) in bfd_elf_final_link()
9142 || info->emitrelocations in bfd_elf_gc_sections()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dbfdlink.h234 unsigned int emitrelocations: 1; member
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dppc64elf.em365 emit_stub_syms |= link_info.emitrelocations;
Dsh64elf.em491 if (link_info.relocatable || link_info.emitrelocations)
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c273 link_info.emitrelocations = FALSE; in main()
Dlexsup.c974 link_info.emitrelocations = TRUE; in parse_args()
Dldlang.c4760 if ((link_info.relocatable || link_info.emitrelocations) in lang_check()