/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.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...] |
/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.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/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.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.
|
/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/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/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/ld/testsuite/ld-tilepro/ |
tilepro.exp | 31 { "reloc.s" "external.s" } 32 { {objdump -ds reloc.d} } 33 "reloc"
|
/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>
|