HomeSort by relevance Sort by last modified time
    Searched refs:relocatable (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /toolchain/binutils/binutils-2.25/gold/
main.cc 194 // relocatable output. If we are not compatible, then we break the
200 if (parameters->options().relocatable())
reloc.cc 326 // relocatable link or we need to emit relocations. FIXME: What
333 && !parameters->options().relocatable()
426 if (!parameters->options().relocatable())
479 if (!parameters->options().relocatable())
547 // is not a relocatable link, we are going to apply the
776 if ((parameters->options().relocatable()
782 // This is a reloc section in a relocatable link or when
913 (!parameters->options().relocatable()
984 if (parameters->options().relocatable())
1041 if (!parameters->options().relocatable())
    [all...]
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 272 /* TRUE if BFD should generate a relocatable object file. */
273 unsigned int relocatable: 1;
387 similar to relocatable but also with globals converted to
581 the set when generating a relocatable file, and is also used to
591 relocatable file. NAME is the name of the symbol found. ABFD,
271 unsigned int relocatable: 1; member in struct:bfd_link_info
  /toolchain/binutils/binutils-2.25/bfd/
elf32-h8300.c 484 if (info->relocatable)
708 /* We don't have to do anything for a relocatable link, if
711 if (link_info->relocatable
    [all...]
bfd.c     [all...]
ecofflink.c 501 if (! info->relocatable)
534 if (! info->relocatable)
821 this when performing a relocatable link because it would
823 if (! info->relocatable)
900 if (! info->relocatable)
1046 if (info->relocatable)
    [all...]
elf32-iq2000.c 463 if (info->relocatable)
545 necessary, and (if using Rela relocs and generating a relocatable
559 When generating relocatable output, this function must handle
648 if (info->relocatable)
bout.c 1145 if (link_info->relocatable
    [all...]
coff-mcore.c 363 /* If we are performing a relocatable link, we don't need to do a
366 if (info->relocatable)
elf32-dlx.c 102 /* ELF relocs are against symbols. If we are producing relocatable
110 relocatable output against an external symbol. */
125 relocatable output. After the end of HACK, the code is identical
187 relocatable output. After the end of HACK, the code is identical
432 if (info->relocatable)
elflink.c 483 if(h->dynamic || info->relocatable)
587 if (!info->relocatable
    [all...]
elf-eh-frame.c 732 && !info->relocatable
769 if (!info->relocatable)
916 if (!info->relocatable)
1080 && !info->relocatable
    [all...]
elf32-rl78.c 384 necessary, and (if using Rela relocs and generating a relocatable
398 When generating relocatable output, this function must handle
480 if (info->relocatable)
482 /* This is a relocatable link. We don't have to change
1138 if (info->relocatable)
1270 if (info->relocatable)
    [all...]
elf64-mmix.c     [all...]
elf32-cr16.c 702 if (info->relocatable)
    [all...]
elf32-lm32.c 673 external symbol if we are producing relocatable output. */
676 lm32_elf_final_gp (bfd *output_bfd, asymbol *symbol, bfd_boolean relocatable,
679 if (bfd_is_und_section (symbol->section) && !relocatable)
686 if (*pgp == 0 && (!relocatable || (symbol->flags & BSF_SECTION_SYM) != 0))
688 if (relocatable)
891 if (info->relocatable)
893 /* This is a relocatable link. We don't have to change
    [all...]
elf32-m32r.c     [all...]
elf64-ia64-vms.c 351 if (link_info->relocatable)
861 && !info->relocatable
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c 79 /* Nonzero means a relocatable symbol. */
80 int relocatable; variable
268 cur_arg_num = relocatable = 0;
637 relocatable = 1;
709 -> Labels Relocatable symbols
    [all...]
tc-cr16.c 76 /* Nonzero means a relocatable symbol. */
77 int relocatable; variable
455 cur_arg_num = relocatable = 0;
907 relocatable = 1;
1146 -> Labels Relocatable symbols
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 491 if (info->relocatable)
497 else if (info->relocatable
lexsup.c 183 { {"relocatable", no_argument, NULL, 'r'},
184 'r', NULL, N_("Generate relocatable output"), TWO_DASHES },
    [all...]
ldmain.c 430 if (link_info.relocatable)
453 /* Even if we're producing relocatable output, some non-fatal errors should
455 want to ignore for relocatable output?) */
473 if (! link_info.relocatable && command_line.force_exe_suffix)
542 /* If the configured sysroot is relocatable, try relocating it based on
1139 && (info->relocatable
    [all...]
ldlang.c 206 if (link_info.relocatable
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 45 L3: equ L0-23 ; Simple relocatable
59 ;; Section 8.2.7.3 Simple Relocatable Expressions

Completed in 1172 milliseconds

1 23 4 5 6 7