HomeSort by relevance Sort by last modified time
    Searched defs:relocatable (Results 1 - 20 of 20) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
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-mips.c 1749 bfd_boolean relocatable; local
1799 bfd_boolean relocatable; local
1917 bfd_boolean relocatable; local
    [all...]
elfn32-mips.c 2941 bfd_boolean relocatable; local
2970 bfd_boolean relocatable; local
3011 bfd_boolean relocatable; local
3113 bfd_boolean relocatable; local
    [all...]
aoutx.h 3933 bfd_boolean relocatable; local
4287 bfd_boolean relocatable; local
    [all...]
elf32-score7.c 300 external symbol if we are producing relocatable output. */
305 bfd_boolean relocatable,
310 && ! relocatable)
318 && (! relocatable
321 if (relocatable)
375 asection *input_section, bfd_boolean relocatable,
399 are producing relocatable output, we don't want to do this for
401 if (! relocatable
410 if (relocatable)
459 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...]
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...]
elf32-score.c 401 external symbol if we are producing relocatable output. */
405 bfd_boolean relocatable,
410 && ! relocatable)
418 && (! relocatable
421 if (relocatable)
475 asection *input_section, bfd_boolean relocatable,
499 are producing relocatable output, we don't want to do this for
501 if (! relocatable
510 if (relocatable)
559 bfd_boolean relocatable; local
    [all...]
pdp11.c 3236 bfd_boolean relocatable; local
    [all...]
elf64-ppc.c 3161 bfd_boolean relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0; local
    [all...]
elfxx-mips.c 2521 bfd_boolean relocatable; local
    [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...]
tc-ia64.c 5470 int bits, relocatable = 0; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 266 /* TRUE if BFD should generate a relocatable object file. */
267 unsigned int relocatable: 1;
378 similar to relocatable but also with globals converted to
549 the set when generating a relocatable file, and is also used to
559 relocatable file. NAME is the name of the symbol found. ABFD,
265 unsigned int relocatable: 1; member in struct:bfd_link_info
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 266 /* TRUE if BFD should generate a relocatable object file. */
267 unsigned int relocatable: 1;
378 similar to relocatable but also with globals converted to
549 the set when generating a relocatable file, and is also used to
559 relocatable file. NAME is the name of the symbol found. ABFD,
265 unsigned int relocatable: 1; member in struct:bfd_link_info
  /toolchain/binutils/binutils-2.25/gold/
object.cc 753 || (!parameters->options().relocatable()
1006 bool relocate_group = include_group && parameters->options().relocatable();
1451 const bool relocatable = parameters->options().relocatable(); local
2408 const bool relocatable = parameters->options().relocatable(); local
2433 const bool relocatable = parameters->options().relocatable(); local
    [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
  /external/v8/src/ppc/
assembler-ppc.cc 1630 bool relocatable = src.must_output_reloc_info(this); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 1190 int relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0; local
    [all...]

Completed in 444 milliseconds