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

1 2 3 4

  /toolchain/binutils/binutils-2.27/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.27/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.27/bfd/
elf32-mips.c 1764 bfd_boolean relocatable; local
1814 bfd_boolean relocatable; local
1932 bfd_boolean relocatable; local
    [all...]
elfn32-mips.c 2971 bfd_boolean relocatable; local
3000 bfd_boolean relocatable; local
3041 bfd_boolean relocatable; local
3143 bfd_boolean relocatable; local
    [all...]
reloc16.c 249 bfd_boolean relocatable,
263 /* If producing relocatable output, don't bother to relax. */
264 if (relocatable)
267 data, relocatable,
elf64-mips.c 3157 bfd_boolean relocatable; local
3196 bfd_boolean relocatable; local
3237 bfd_boolean relocatable; local
3327 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...]
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...]
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...]
reloc.c 139 byte of relocatable information. The actual data relocated
556 generated image will be relocatable; the relocations are
600 /* If we are not producing relocatable output, return an error if
672 If we are producing relocatable output, then we must ensure
681 producing relocatable output it is not what the code
735 relocatable output for COFF. That's peculiar. In fact, I really
750 So everything works fine when not producing relocatable output. When
751 we are producing relocatable output, logically we should do exactly
752 what we do when not producing relocatable output. Therefore, your
760 When I wanted to make coff-i386 produce relocatable output, I ra
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pdp11/
absreloc.s 1 # Test abs operands with relocatable modes for PDP11.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
branch-reloc.s 50 @ producing a relocatable file, objdump may match an address to
  /toolchain/binutils/binutils-2.27/gold/
object.cc 817 || (!parameters->options().relocatable()
1515 const bool relocatable = parameters->options().relocatable(); local
2478 const bool relocatable = parameters->options().relocatable(); local
2503 const bool relocatable = parameters->options().relocatable(); local
    [all...]
options.cc 739 // If the default sysroot is relocatable, try relocating it based on
1054 if (this->strip_all() && this->relocatable())
1066 // We also set --define-common if we're not relocatable, as long as
1069 this->set_define_common(!this->relocatable());
    [all...]
expression.cc 341 if (arg_section != NULL && parameters->options().relocatable()) \
451 // used on section relative values in a relocatable link. We always
452 // warn if used on values in different sections in a relocatable link.
493 && parameters->options().relocatable()) \
695 && parameters->options().relocatable())
746 && parameters->options().relocatable())
887 && parameters->options().relocatable())
    [all...]
layout.cc 655 if (!parameters->options().relocatable()
688 gold_assert(!parameters->options().relocatable());
733 && !parameters->options().relocatable()
921 // a non-relocatable link.
922 if (!parameters->options().relocatable())
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
reloc.go 47 // the value to be placed into the relocatable field should first be

Completed in 433 milliseconds

1 2 3 4