HomeSort by relevance Sort by last modified time
    Searched full:relocs (Results 351 - 375 of 1322) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/bfd/
elf32-msp430.c 629 /* Look through the relocs for a section during the first phase.
631 virtual table relocs for gc. */
635 asection * sec, const Elf_Internal_Rela * relocs)
648 rel_end = relocs + sec->reloc_count;
649 for (rel = relocs; rel < rel_end; rel++)
674 routines, but a few relocs, we have to do them ourselves. */
    [all...]
elf32-rl78.c 379 The relocs are always passed as Rela structures; if the section
384 necessary, and (if using Rela relocs and generating a relocatable
411 Elf_Internal_Rela * relocs,
424 relend = relocs + input_section->reloc_count;
431 for (rel = relocs; rel < relend; rel ++)
563 /* Opcode relocs are always big endian. Data relocs are bi-endian. */
1128 const Elf_Internal_Rela * relocs)
1147 rel_end = relocs + sec->reloc_count;
1148 for (rel = relocs; rel < rel_end; rel++
    [all...]
elf32-metag.c 374 /* Dummy relocs used by the linker internally. */
800 /* Number of relocs copied in this section. */
803 /* Number of relative relocs copied for the input section. */
2832 bfd_boolean relocs; local
    [all...]
elf32-pj.c 29 /* This function is used for normal relocs. This is like the COFF
255 /* This structure is used to map BFD reloc codes to PJ ELF relocs. */
263 /* An array mapping BFD reloc codes to PJ ELF relocs. */
elf32-i370.c 516 only if there were actually SDAREL relocs for that symbol. */
581 bfd_boolean relocs;
626 relocs = FALSE;
652 relocs = TRUE;
665 to copy relocs into the output file. */
728 if (relocs)
785 /* Look through the relocs for a section during the first phase, and
796 const Elf_Internal_Rela *relocs)
819 rel_end = relocs + sec->reloc_count;
820 for (rel = relocs; rel < rel_end; rel++
575 bfd_boolean relocs; local
    [all...]
elf32-m68hc1x.c 415 /* If there aren't any relocs, then there's nothing more
427 /* Get the relocs. */
450 /* Only look at 16-bit relocs. */
536 if (elf_section_data (section)->relocs == NULL)
546 /* We're done with the internal relocs, free them. */
547 if (elf_section_data (section)->relocs == NULL)
799 /* This function is used for relocs which are only used for relaxing,
843 /* Look through the relocs for a section during the first phase.
845 virtual table relocs for gc. */
849 asection *sec, const Elf_Internal_Rela *relocs)
    [all...]
elf32-xc16x.c 340 Elf_Internal_Rela *relocs,
351 rel = relocs;
352 relend = relocs + input_section->reloc_count;
386 /* For relocs against symbols from removed linkonce sections,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.h 68 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */
111 /* Don't adjust TOC relocs. */
177 /* TOC relocs requires special handling. */
tc-epiphany.h 34 /* .-foo gets turned into PC relative relocs. */
tc-fr30.h 35 #define DIFF_EXPR_OK /* .-foo gets turned into PC relative relocs. */
tc-mcore.h 73 /* When relaxing, we need to emit various relocs we otherwise wouldn't. */
tc-metag.h 36 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */
tc-or1k.h 38 #define DIFF_EXPR_OK 1 /* .-foo gets turned into PC relative relocs. */
tc-rl78.h 46 /* .-foo gets turned into PC relative relocs. */
tc-rx.h 47 /* .-foo gets turned into PC relative relocs. */
tc-s390.h 65 /* foo-. gets turned into PC relative relocs */
tc-tilegx.h 40 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */
tc-tilepro.h 40 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */
  /toolchain/binutils/binutils-2.25/gold/
icf.cc 91 // for recursive relocs. This seems to be the most common case that
161 // SECTION_CONTENTS : Contains the section's text and relocs to sections
217 // text and relocs. Relocs are differentiated as those pointing to
218 // sections that could be folded and those that cannot. Only relocs
225 // NUM_TRACKED_RELOCS : Vector reference to store the number of relocs
228 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
251 // The buffer to hold all the contents including relocs. A checksum
268 // Process relocs and put them into the buffer.
557 // NUM_TRACKED_RELOCS : Vector reference to store the number of relocs
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
ppc64.h 85 /* The following relocs were added in the 64-bit PowerPC ELF ABI
99 /* Relocs added to support TLS. PowerPC64 ELF ABI revision 1.5. */
144 /* Added when HA and HI relocs were changed to report overflows. */
sparc.h 88 /* ??? These 6 relocs are new but not currently used. For binary
92 /* ??? New relocs on the UltraSPARC. Not sure what they're for yet. */
101 /* v9 relocs */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
sparc.exp 22 # Test SPARC linking; all types of relocs. This tests the assembler and
29 {{readelf --relocs vxworks1-lib.rd} {objdump -dr vxworks1-lib.dd}
35 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1.dd}}
  /external/llvm/docs/CommandGuide/
llvm-readobj.rst 66 .. option:: -expand-relocs
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 44 // FIXME: Do we need our own relocs?
  /external/llvm/test/MC/MachO/ARM/
thumb2-movw-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj -relocations -expand-relocs | FileCheck %s

Completed in 2953 milliseconds

<<11121314151617181920>>