HomeSort by relevance Sort by last modified time
    Searched full:reloc (Results 1 - 25 of 1810) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
pcrelcp-1.s 6 .reloc 0,R_CRIS_32_PCREL,expfn
7 .reloc 4,R_CRIS_32_PCREL,expfn
8 .reloc 8,R_CRIS_32_PCREL,x
9 .reloc 12,R_CRIS_32_PCREL,x
18 .reloc 0,R_CRIS_32_PCREL,expfn
19 .reloc 4,R_CRIS_32_PCREL,expfn
20 .reloc 8,R_CRIS_32_PCREL,expfn
21 .reloc 12,R_CRIS_32_PCREL,expfn
22 .reloc 16,R_CRIS_32_PCREL,x
23 .reloc 20,R_CRIS_32_PCREL,
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-003.d 1 #source: reloc-001.s
2 #ld: -T $srcdir/$subdir/reloc-003.ld
5 # Test 10 bit pc rel reloc bad boundary
reloc-004.d 1 #source: reloc-001.s
2 #ld: -T $srcdir/$subdir/reloc-004.ld
5 # Test 10 bit pc rel reloc normal bad
reloc-011.d 1 #source: reloc-009.s
2 #ld: -T $srcdir/$subdir/reloc-011.ld
5 # Test 10 bit pc rel reloc negative bad boundary.
reloc-012.d 1 #source: reloc-009.s
2 #ld: -T $srcdir/$subdir/reloc-012.ld
5 # Test 10 bit pc rel reloc negative normal bad.
reloc-001.d 1 #source: reloc-001.s
2 #ld: -T $srcdir/$subdir/reloc-001.ld
5 # Test 10 bit pc rel reloc normal case
reloc-007.d 1 #source: reloc-005.s
2 #ld: -T $srcdir/$subdir/reloc-007.ld
7 # Test 18 bit pc rel reloc bad boundary
reloc-008.d 1 #source: reloc-005.s
2 #ld: -T $srcdir/$subdir/reloc-008.ld
7 # Test 18 bit pc rel reloc normal bad
reloc-015.d 1 #source: reloc-005.s
2 #ld: -T $srcdir/$subdir/reloc-015.ld
7 # Test 18 bit pc rel negative reloc bad boundary
reloc-016.d 1 #source: reloc-005.s
2 #ld: -T $srcdir/$subdir/reloc-016.ld
7 # Test 18 bit pc rel negative reloc normal bad
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
reloc-bad.d 2 #error-output: reloc-bad.l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
reloc.s 1 .reloc x+8, R_PPC_ADDR32, y-4
11 .reloc 0, R_PPC_ADDR32, x
12 .reloc y+4, R_PPC_ADDR32, x-4
13 .reloc x+12, R_PPC_ADDR32, y
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
dounsreloc 2 # objdump the reloc table, but strip off the headings and reloc
3 # numbers and sort the result. Intended for use in comparing reloc
6 objdump +reloc +omit-relocation-numbers +omit-symbol-numbers $1 \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-6.l 2 .*:8: Error: !samegp reloc against symbol without \.prologue: nopro
3 .*:10: Error: !samegp reloc against symbol without \.prologue: <local>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-1.d 2 #error-output: reloc-bad-1.l
reloc-bad-2.d 2 #error-output: reloc-bad-2.l
reloc-bad-3.d 2 #error-output: reloc-bad-3.l
reloc-bad-4.d 2 #error-output: reloc-bad-4.l
reloc-bad-5.d 2 #error-output: reloc-bad-5.l
reloc-bad-6.d 2 #error-output: reloc-bad-6.l
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
reloc.d 1 # Test that orphan reloc sections are placed before .rela.plt even when
2 # .rela.plt is the only reloc section.
4 #source: reloc.s
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex.s 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t
28 @ RELOC: Section {
29 @ RELOC: Name: .rel.ARM.exidx.pr0
30 @ RELOC: Relocations [
31 @ RELOC: 0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
32 @ RELOC: 0x0 R_ARM_PREL31 .pr0 0x0
33 @ RELOC: ]
34 @ RELOC: }
57 @ RELOC: Section {
58 @ RELOC: Name: .rel.ARM.exidx.pr0.nontrivia
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-estimate-1.d 1 #name: MIPS reloc estimation 1
2 #source: reloc-estimate-1a.s
3 #source: reloc-estimate-1b.s
4 #ld: -shared -T reloc-estimate-1.ld
16 # reloc over and above the first R_MIPS_NONE entry.
  /external/elfutils/backends/
common-reloc.c 1 /* Common code for ebl reloc functions.
39 #define RELOC_TYPES STRINGIFIED_PASTE (BACKEND, reloc.def)
44 /* Provide a table of reloc type names, in a PIC-friendly fashion. */
86 EBLHOOK(reloc_type_name) (int reloc,
91 reloc = RELOC_TYPE_ID (reloc);
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0)
95 return &reloc_namestr[EBLHOOK(reloc_nameidx)[reloc]];
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
pic.s 20 .reloc .,SPU_ADD_PIC,before+4
22 .reloc .,SPU_ADD_PIC,after-4
24 .reloc .,SPU_ADD_PIC,_start
26 .reloc .,SPU_ADD_PIC,end
29 .reloc .,SPU_ADD_PIC,before
33 .reloc .,SPU_ADD_PIC,undef
37 .reloc .,SPU_ADD_PIC,ext
40 .reloc .,SPU_ADD_PIC,loc
43 .reloc .,SPU_ADD_PIC,glob
46 .reloc .,SPU_ADD_PIC,_en
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>