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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
relocatable.d 1 #name: relocatable with script
3 #ld: -r -T relocatable.t
  /external/llvm/test/MC/ARM/
error-location-ldr-pseudo.s 4 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
cmp-immediate-fixup-error.s 5 @ CHECK: error: expected relocatable expression
error-location.s 10 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: expected relocatable expression
  /external/llvm/test/MC/Mips/
reloc-directive-bad.s 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 40 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab, bool relocatable);
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 63 bool relocatable) {
64 if (!relocatable && pOutSect.size() == 0)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pushjs1r.d 9 # When linking relocatable, check that PUSHJ with a distance to the end of
pushjs3r.d 12 # With better relaxation support for relocatable links, both should be
pushjs4r.d 11 # With better relaxation support for relocatable links, both should be
  /toolchain/binutils/binutils-2.25/bfd/
elf32-mips.c 1749 bfd_boolean relocatable; local
1799 bfd_boolean relocatable; local
1917 bfd_boolean relocatable; local
    [all...]
reloc16.c 156 if (link_info->relocatable)
251 bfd_boolean relocatable,
265 /* If producing relocatable output, don't bother to relax. */
266 if (relocatable)
269 data, relocatable,
elfn32-mips.c 2941 bfd_boolean relocatable; local
2970 bfd_boolean relocatable; local
3011 bfd_boolean relocatable; local
3113 bfd_boolean relocatable; local
    [all...]
elf64-mips.c 3127 bfd_boolean relocatable; local
3166 bfd_boolean relocatable; local
3207 bfd_boolean relocatable; local
3297 bfd_boolean relocatable; local
    [all...]
coff-mips.c 382 sections. If we are producing relocatable output, and the reloc
390 relocatable output against an external symbol. */
561 bfd_boolean relocatable;
580 relocatable = TRUE;
583 relocatable = FALSE;
587 if (bfd_is_und_section (symbol->section) && ! relocatable)
594 external symbol if we are producing relocatable output. */
597 && (! relocatable
600 if (relocatable)
664 are producing relocatable output, we don't want to do this fo
556 bfd_boolean relocatable; local
    [all...]
coff-alpha.c 735 bfd_boolean relocatable,
743 bfd *output_bfd = relocatable ? abfd : (bfd *) NULL;
772 if (relocatable)
832 if (relocatable
965 if (relocatable)
998 if (relocatable)
1025 if (relocatable)
1058 if (relocatable)
    [all...]
elf32-d10v.c 268 if (info->relocatable)
438 || (info->relocatable
446 if (info->relocatable)
473 if (info->relocatable)
cofflink.c 508 /* If this is a non-traditional, non-relocatable link, try to
510 if (! info->relocatable
656 if (info->relocatable)
668 else if (info->relocatable
701 /* If doing a relocatable link, allocate space for the pointers we
703 if (info->relocatable)
749 but only when doing a relocatable link, which is not the
751 BFD_ASSERT (info->relocatable);
803 if (! info->relocatable)
815 || (! info->relocatable
    [all...]
elf32-moxie.c 175 necessary, and (if using Rela relocs and generating a relocatable
189 When generating relocatable output, this function must handle
259 if (info->relocatable)
341 if (info->relocatable)
elf32-bfin.c 61 bfd_boolean relocatable = (output_bfd != NULL);
68 && !relocatable)
78 if (relocatable)
83 if (!relocatable || !strcmp (symbol->name, symbol->section->name))
86 if (!relocatable && !strcmp (symbol->name, symbol->section->name))
116 if (relocatable)
158 bfd_boolean relocatable = (output_bfd != NULL);
166 && !relocatable)
173 if (relocatable)
178 if (!relocatable || !strcmp (symbol->name, symbol->section->name)
60 bfd_boolean relocatable = (output_bfd != NULL); local
157 bfd_boolean relocatable = (output_bfd != NULL); local
228 bfd_boolean relocatable = (output_bfd != NULL); local
295 bfd_boolean relocatable = (output_bfd != NULL); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
absreloc.s 1 # Test abs operands with relocatable modes for PDP11.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
branch-reloc.s 50 @ producing a relocatable file, objdump may match an address to
  /toolchain/binutils/binutils-2.25/gold/
object.cc 764 || (!parameters->options().relocatable()
1017 bool relocate_group = include_group && parameters->options().relocatable();
1462 const bool relocatable = parameters->options().relocatable(); local
2419 const bool relocatable = parameters->options().relocatable(); local
2444 const bool relocatable = parameters->options().relocatable(); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldctor.c 272 generating relocatable output, we generate relocs instead of
277 if (link_info.relocatable)
286 /* If this is not a relocatable link, all we need is the
365 if (link_info.relocatable)
ldemul.c 238 if (!link_info.relocatable)
245 if (!link_info.relocatable)

Completed in 318 milliseconds

1 2 3 4 5 6 7