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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
relocsort.s 4 .reloc 4, R_PPC64_REL24, __tls_get_addr
5 .reloc 4, R_PPC64_TLSGD, x
6 .reloc 0, R_PPC64_GOT_TLSGD16, x
7 .reloc 0, R_PPC64_NONE, 0
8 .reloc 0, R_PPC64_ADDR32, 1
9 .reloc 0, R_PPC64_ADDR24, 2
10 .reloc 8, R_PPC64_REL24, 10
11 .reloc 8, R_PPC64_REL14, 11
12 .reloc 8, R_PPC64_REL14_BRTAKEN, 12
13 .reloc 0, R_PPC64_ADDR16,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
none.s 2 .reloc 0, BFD_RELOC_NONE, 0
  /external/clang/test/PCH/
reloc.c 2 // RUN: -isysroot %S/Inputs/libroot %S/Inputs/libroot/usr/include/reloc.h
8 #include <reloc.h>
14 // expected-note@Inputs/libroot/usr/include/reloc.h:13{{previous definition}}
  /toolchain/binutils/binutils-2.27/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...]
  /external/elfutils/libebl/
eblcopyrelocp.c 38 ebl_copy_reloc_p (Ebl *ebl, int reloc)
40 return ebl->copy_reloc_p (reloc);
eblnonerelocp.c 38 ebl_none_reloc_p (Ebl *ebl, int reloc)
40 return ebl->none_reloc_p (reloc);
eblrelativerelocp.c 38 ebl_relative_reloc_p (Ebl *ebl, int reloc)
40 return ebl->relative_reloc_p (reloc);
eblreloctypecheck.c 38 ebl_reloc_type_check (Ebl *ebl, int reloc)
40 return ebl != NULL ? ebl->reloc_type_check (reloc) : false;
eblgotpcreloccheck.c 39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc)
41 return ebl != NULL ? ebl->gotpc_reloc_check (ebl->elf, reloc) : false;
eblrelocsimpletype.c 37 ebl_reloc_simple_type (Ebl *ebl, int reloc)
39 return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc) : ELF_T_NUM;
eblrelocvaliduse.c 38 ebl_reloc_valid_use (Ebl *ebl, int reloc)
40 return ebl != NULL ? ebl->reloc_valid_use (ebl->elf, reloc) : false;
  /toolchain/binutils/binutils-2.27/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.27/ld/testsuite/ld-aarch64/
reloc-overflow-bad.d 1 #source: reloc-overflow-1.s
2 #source: reloc-overflow-2.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tilegx/
tilegx.exp 31 { "reloc.s" "external.s" }
32 { {objdump -ds reloc-le.d} }
33 "reloc"
38 { "reloc.s" "external.s" }
39 { {objdump -ds reloc-be.d} }
40 "reloc"
  /toolchain/binutils/binutils-2.27/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.
  /toolchain/binutils/binutils-2.27/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.27/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 \

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>