Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/external/llvm-project/lld/wasm/
DInputChunks.cpp60 for (const WasmRelocation &rel : relocations) { in verifyRelocTargets() local
64 auto offset = rel.Offset - getInputSectionOffset(); in verifyRelocTargets()
66 switch (rel.Type) { in verifyRelocTargets()
110 if (rel.Type != R_WASM_GLOBAL_INDEX_LEB && in verifyRelocTargets()
111 rel.Type != R_WASM_GLOBAL_INDEX_I32) { in verifyRelocTargets()
112 auto expectedValue = file->calcExpectedValue(rel); in verifyRelocTargets()
115 relocTypeToString(rel.Type) + ": existing=" + in verifyRelocTargets()
139 for (const WasmRelocation &rel : relocations) { in writeTo() local
140 uint8_t *loc = buf + rel.Offset + off; in writeTo()
141 auto value = file->calcNewValue(rel, tombstone); in writeTo()
[all …]
/external/elfutils/tests/
Drun-dwflsyms.sh76 35: FUNC LOCAL deregister_tm_clones (0) 0x710, rel: 0x710 (.text)
77 36: FUNC LOCAL register_tm_clones (0) 0x740, rel: 0x740 (.text)
78 37: FUNC LOCAL __do_global_dtors_aux (0) 0x780, rel: 0x780 (.text)
81 40: FUNC LOCAL frame_dummy (0) 0x7c0, rel: 0x7c0 (.text)
86 45: FUNC LOCAL foo (20) 0x814, rel: 0x814 (.text)
95 54: FUNC GLOBAL __libc_csu_fini (2) 0x8f0, rel: 0x8f0 (.text)
99 58: FUNC GLOBAL bar (44) 0x828, rel: 0x828 (.text)
100 59: FUNC GLOBAL _fini (0) 0x8f4, rel: 0x8f4 (.fini)
107 66: FUNC GLOBAL __libc_csu_init (137) 0x860, rel: 0x860 (.text)
109 68: FUNC GLOBAL _start (0) 0x6e0, rel: 0x6e0 (.text)
[all …]
Drun-readelf-zdebug-rel.sh44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z.o
65 decl_file (data1) testfile-zdebug-rel.c (1)
77 decl_file (data1) testfile-zdebug-rel.c (1)
83 decl_file (data1) testfile-zdebug-rel.c (1)
90 decl_file (data1) testfile-zdebug-rel.c (1)
96 decl_file (data1) testfile-zdebug-rel.c (1)
121 …nfo.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel.o
123 …fo'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-g.o
125 …o.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-z.o
143 … loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel.o
[all …]
/external/angle/infra/config/generated/
Dluci-milo.cfg19 name: "buildbucket/luci.angle.ci/android-arm-rel"
21 short_name: "rel"
29 name: "buildbucket/luci.angle.ci/android-arm64-rel"
31 short_name: "rel"
39 name: "buildbucket/luci.angle.ci/linux-clang-rel"
41 short_name: "rel"
49 name: "buildbucket/luci.angle.ci/linux-gcc-rel"
51 short_name: "rel"
59 name: "buildbucket/luci.angle.ci/mac-rel"
61 short_name: "rel"
[all …]
Dluci-scheduler.cfg18 id: "android-arm-rel"
24 builder: "android-arm-rel"
38 id: "android-arm64-rel"
44 builder: "android-arm64-rel"
68 id: "linux-clang-rel"
74 builder: "linux-clang-rel"
88 id: "linux-gcc-rel"
94 builder: "linux-gcc-rel"
108 id: "linux-trace-rel"
114 builder: "linux-trace-rel"
[all …]
Dcommit-queue.cfg34 name: "angle/try/android-arm-rel"
40 name: "angle/try/android-arm64-rel"
46 name: "angle/try/linux-clang-rel"
49 name: "angle/try/linux-trace-rel"
57 name: "angle/try/mac-rel"
67 name: "angle/try/win-clang-x64-rel"
73 name: "angle/try/win-clang-x86-rel"
79 name: "angle/try/win-msvc-x64-rel"
85 name: "angle/try/win-msvc-x86-rel"
88 name: "angle/try/win-trace-rel"
[all …]
/external/llvm-project/lld/ELF/Arch/
DAVR.cpp48 void relocate(uint8_t *loc, const Relocation &rel,
70 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
71 switch (rel.type) { in relocate()
73 checkUInt(loc, val, 8, rel); in relocate()
83 checkAlignment(loc, val, 2, rel); in relocate()
84 checkUInt(loc, val >> 1, 16, rel); in relocate()
88 checkUInt(loc, val, 32, rel); in relocate()
93 checkUInt(loc, val, 8, rel); in relocate()
123 checkAlignment(loc, val, 2, rel); in relocate()
127 checkAlignment(loc, val, 2, rel); in relocate()
[all …]
DAArch64.cpp47 void relocate(uint8_t *loc, const Relocation &rel,
50 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
52 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
54 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
317 void AArch64::relocate(uint8_t *loc, const Relocation &rel, in relocate() argument
319 switch (rel.type) { in relocate()
322 checkIntUInt(loc, val, 16, rel); in relocate()
327 checkIntUInt(loc, val, 32, rel); in relocate()
331 checkInt(loc, val, 32, rel); in relocate()
345 checkInt(loc, val, 33, rel); in relocate()
[all …]
DARM.cpp45 void relocate(uint8_t *loc, const Relocation &rel,
469 void ARM::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
470 switch (rel.type) { in relocate()
491 checkInt(loc, val, 31, rel); in relocate()
500 assert(rel.sym); // R_ARM_CALL is always reached via relocate(). in relocate()
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
506 stateChangeWarning(loc, rel.type, *rel.sym); in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
509 checkInt(loc, val, 26, rel); in relocate()
524 checkInt(loc, val, 26, rel); in relocate()
[all …]
DMSP430.cpp38 void relocate(uint8_t *loc, const Relocation &rel,
63 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
64 switch (rel.type) { in relocate()
66 checkIntUInt(loc, val, 8, rel); in relocate()
73 checkIntUInt(loc, val, 16, rel); in relocate()
77 checkIntUInt(loc, val, 32, rel); in relocate()
82 checkInt(loc, offset, 10, rel); in relocate()
88 toString(rel.type)); in relocate()
DSPARCV9.cpp30 void relocate(uint8_t *loc, const Relocation &rel,
89 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate() argument
91 switch (rel.type) { in relocate()
95 checkUInt(loc, val, 32, rel); in relocate()
100 checkInt(loc, val, 32, rel); in relocate()
106 checkInt(loc, val, 32, rel); in relocate()
111 checkUInt(loc, val, 22, rel); in relocate()
122 checkUInt(loc, val >> 10, 22, rel); in relocate()
127 checkInt(loc, val, 21, rel); in relocate()
146 checkUInt(loc, val >> 42, 22, rel); in relocate()
[all …]
DPPC.cpp46 void relocate(uint8_t *loc, const Relocation &rel,
50 void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
52 void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
54 void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
56 void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
294 void PPC::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
296 std::tie(newType, val) = fromDTPREL(rel.type, val); in relocate()
299 checkIntUInt(loc, val, 16, rel); in relocate()
307 checkInt(loc, val, 16, rel); in relocate()
343 checkInt(loc, val, 16, rel); in relocate()
[all …]
/external/llvm-project/clang/test/Index/Core/
Dindex-source.m5 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | [[BASE_USR:.*]] | _OBJC_CLASS_$_Base | Decl | rel: 0
7 … | instance-method/ObjC | meth | c:objc(cs)Base(im)meth | -[Base meth] | Decl,Dyn,RelChild | rel: 1
10 …/ObjC | class_meth | c:objc(cs)Base(cm)class_meth | +[Base class_meth] | Decl,Dyn,RelChild | rel: 1
11 …ECK: [[@LINE-2]]:3 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | rel: 1
17 // CHECK: [[@LINE+6]]:6 | function/C | goo | c:@F@goo | _goo | Def | rel: 0
18 …CK: [[@LINE+5]]:10 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | rel: 1
21 // LOCAL: [[@LINE+2]]:16 | param(local)/C | b | [[b_USR:c:.*]] | _b | Def,RelChild | rel: 1
25 // LOCAL: [[@LINE+5]]:7 | variable(local)/C | x | [[x_USR:c:.*]] | _x | Def,RelCont | rel: 1
28 // LOCAL: [[@LINE+2]]:11 | param(local)/C | b | [[b_USR]] | _b | Ref,Read,RelCont | rel: 1
32 // LOCAL: [[@LINE+4]]:7 | variable(local)/C | y | [[y_USR:c:.*]] | _y | Def,RelCont | rel: 1
[all …]
Dindex-subkinds.m3 …+1]]:12 | class/ObjC | XCTestCase | c:objc(cs)XCTestCase | _OBJC_CLASS_$_XCTestCase | Decl | rel: 0
7 …2 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyTestCase | Decl | rel: 0
10 … [[@LINE+1]]:17 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | <no-cgname> | Def | rel: 0
12 …)/ObjC | testMe | c:objc(cs)MyTestCase(im)testMe | -[MyTestCase testMe] | Def,Dyn,RelChild | rel: 1
14 …tResult | c:objc(cs)MyTestCase(im)testResult | -[MyTestCase testResult] | Def,Dyn,RelChild | rel: 1
16 …nt: | c:objc(cs)MyTestCase(im)testWithInt: | -[MyTestCase testWithInt:] | Def,Dyn,RelChild | rel: 1
20 … class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | _OBJC_CLASS_$_SubTestCase | Decl | rel: 0
23 …[@LINE+1]]:17 | class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | <no-cgname> | Def | rel: 0
25 …C | testIt2 | c:objc(cs)SubTestCase(im)testIt2 | -[SubTestCase testIt2] | Def,Dyn,RelChild | rel: 1
29 …)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyTestCase | Ref,RelExt,RelCont | rel: 1
[all …]
/external/clang/test/Index/Core/
Dindex-source.m4 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Decl | rel: 0
6 … | instance-method/ObjC | meth | c:objc(cs)Base(im)meth | -[Base meth] | Decl,Dyn,RelChild | rel: 1
11 // CHECK: [[@LINE+1]]:6 | function/C | goo | c:@F@goo | _goo | Def | rel: 0
13 // CHECK: [[@LINE+2]]:3 | function/C | foo | c:@F@foo | _foo | Ref,Call,RelCall | rel: 1
16 …e-method/ObjC | meth | c:objc(cs)Base(im)meth | -[Base meth] | Ref,Call,Dyn,RelRec,RelCall | rel: 2
22 // CHECK: [[@LINE+1]]:11 | protocol/ObjC | Prot1 | c:objc(pl)Prot1 | <no-cgname> | Decl | rel: 0
26 // CHECK: [[@LINE+3]]:11 | protocol/ObjC | Prot2 | c:objc(pl)Prot2 | <no-cgname> | Decl | rel: 0
27 …HECK: [[@LINE+2]]:17 | protocol/ObjC | Prot1 | c:objc(pl)Prot1 | <no-cgname> | Ref,RelBase | rel: 1
32 // CHECK: [[@LINE+7]]:12 | class/ObjC | Sub | c:objc(cs)Sub | _OBJC_CLASS_$_Sub | Decl | rel: 0
33 …CK: [[@LINE+6]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelBase | rel: 1
[all …]
Dindex-subkinds.m3 …+1]]:12 | class/ObjC | XCTestCase | c:objc(cs)XCTestCase | _OBJC_CLASS_$_XCTestCase | Decl | rel: 0
7 …2 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | _OBJC_CLASS_$_MyTestCase | Decl | rel: 0
10 … [[@LINE+1]]:17 | class(test)/ObjC | MyTestCase | c:objc(cs)MyTestCase | <no-cgname> | Def | rel: 0
12 …)/ObjC | testMe | c:objc(cs)MyTestCase(im)testMe | -[MyTestCase testMe] | Def,Dyn,RelChild | rel: 1
14 …tResult | c:objc(cs)MyTestCase(im)testResult | -[MyTestCase testResult] | Def,Dyn,RelChild | rel: 1
16 …nt: | c:objc(cs)MyTestCase(im)testWithInt: | -[MyTestCase testWithInt:] | Def,Dyn,RelChild | rel: 1
20 … class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | _OBJC_CLASS_$_SubTestCase | Decl | rel: 0
23 …[@LINE+1]]:17 | class(test)/ObjC | SubTestCase | c:objc(cs)SubTestCase | <no-cgname> | Def | rel: 0
25 …C | testIt2 | c:objc(cs)SubTestCase(im)testIt2 | -[SubTestCase testIt2] | Def,Dyn,RelChild | rel: 1
29 …ECK: [[@LINE+1]]:12 | extension/ObjC | cat | c:objc(cy)MyTestCase@cat | <no-cgname> | Decl | rel: 0
[all …]
/external/doclava/res/assets/templates-sdk/
Dhead_tag.cs39 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
40 <link rel="alternate" href="http://developer.android.com/<?cs var:path.canonical ?>" hreflang="en" …
41 <link rel="alternate" href="http://developer.android.com/intl/es/<?cs var:path.canonical ?>" hrefla…
42 <link rel="alternate" href="http://developer.android.com/intl/id/<?cs var:path.canonical ?>" hrefla…
43 <link rel="alternate" href="http://developer.android.com/intl/ja/<?cs var:path.canonical ?>" hrefla…
44 <link rel="alternate" href="http://developer.android.com/intl/ko/<?cs var:path.canonical ?>" hrefla…
45 <link rel="alternate" href="http://developer.android.com/intl/pt-br/<?cs var:path.canonical ?>" hre…
46 <link rel="alternate" href="http://developer.android.com/intl/ru/<?cs var:path.canonical ?>" hrefla…
47 <link rel="alternate" href="http://developer.android.com/intl/vi/<?cs var:path.canonical ?>" hrefla…
48 <link rel="alternate" href="http://developer.android.com/intl/zh-cn/<?cs var:path.canonical ?>" hre…
[all …]
/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp46 const relocation_info &rel) { in getErrorLocation() argument
47 return ("invalid relocation at offset " + std::to_string(rel.r_address) + in getErrorLocation()
54 const relocation_info &rel, in validateLength() argument
56 if (find(validLengths, rel.r_length) != validLengths.end()) in validateLength()
59 std::string msg = getErrorLocation(mb, sec, rel) + ": relocations of type " + in validateLength()
60 std::to_string(rel.r_type) + " must have r_length of "; in validateLength()
72 const relocation_info &rel) const { in getImplicitAddend()
74 const uint8_t *loc = buf + sec.offset + rel.r_address; in getImplicitAddend()
76 if (isThreadLocalVariables(sec.flags) && rel.r_type != X86_64_RELOC_UNSIGNED) in getImplicitAddend()
80 switch (rel.r_type) { in getImplicitAddend()
[all …]
/external/llvm-project/flang/unittests/Evaluate/
Dtesting.cpp69 const char *rel, const char *ys, std::uint64_t x, std::uint64_t y) { in Compare() argument
70 while (*rel == ' ') { in Compare()
71 ++rel; in Compare()
74 if (*rel == '<') { in Compare()
75 if (rel[1] == '=') { in Compare()
80 } else if (*rel == '>') { in Compare()
81 if (rel[1] == '=') { in Compare()
86 } else if (*rel == '=') { in Compare()
88 } else if (*rel == '!') { in Compare()
97 static_cast<std::uintmax_t>(x), rel, ys, in Compare()
/external/selinux/libselinux/utils/
Davcstat.c97 struct avc_cache_stats tot, rel, last; in main() local
212 rel.lookups = tot.lookups - last.lookups; in main()
213 rel.hits = tot.hits - last.hits; in main()
214 rel.misses = tot.misses - last.misses; in main()
215 rel.allocations = tot.allocations - last.allocations; in main()
216 rel.reclaims = tot.reclaims - last.reclaims; in main()
217 rel.frees = tot.frees - last.frees; in main()
219 rel.lookups, rel.hits, rel.misses, in main()
220 rel.allocations, rel.reclaims, rel.frees); in main()
/external/llvm-project/lld/ELF/
DRelocations.cpp99 void elf::reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v, in reportRangeError() argument
103 if (rel.sym && !rel.sym->isLocal()) in reportRangeError()
104 hint = "; references " + lld::toString(*rel.sym) + in reportRangeError()
105 getDefinedLocation(*rel.sym); in reportRangeError()
111 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()
624 static int64_t computeMipsAddend(const RelTy &rel, const RelTy *end, in computeMipsAddend() argument
635 RelType type = rel.getType(config->isMips64EL); in computeMipsAddend()
641 uint32_t symIndex = rel.getSymbol(config->isMips64EL); in computeMipsAddend()
645 for (const RelTy *ri = &rel; ri != end; ++ri) in computeMipsAddend()
659 static int64_t computeAddend(const RelTy &rel, const RelTy *end, in computeAddend() argument
[all …]
DThunks.cpp81 const Relocation &rel) const override;
111 const Relocation &rel) const override;
175 const Relocation &rel) const override;
186 const Relocation &rel) const override;
245 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub() argument
247 : Thunk(dest, rel.addend), file(isec.file) {} in PPC32PltCallStub()
251 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
281 const Relocation &rel) const override;
347 const Relocation &rel) const override;
364 const Relocation &rel) const override;
[all …]
DTarget.h85 virtual void relocate(uint8_t *loc, const Relocation &rel,
154 virtual void relaxGot(uint8_t *loc, const Relocation &rel,
156 virtual void relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
158 virtual void relaxTlsGdToLe(uint8_t *loc, const Relocation &rel,
160 virtual void relaxTlsIeToLe(uint8_t *loc, const Relocation &rel,
162 virtual void relaxTlsLdToLe(uint8_t *loc, const Relocation &rel,
201 bool tryRelaxPPC64TocIndirection(const Relocation &rel, uint8_t *bufLoc);
231 void reportRangeError(uint8_t *loc, const Relocation &rel, const Twine &v,
237 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() argument
239 reportRangeError(loc, rel, Twine(v), llvm::minIntN(n), llvm::maxIntN(n)); in checkInt()
[all …]
DInputSection.cpp420 for (const RelTy &rel : rels) { in copyRelocations() local
421 RelType type = rel.getType(config->isMips64EL); in copyRelocations()
423 Symbol &sym = file->getRelocTargetSym(rel); in copyRelocations()
429 p->r_addend = getAddend<ELFT>(rel); in copyRelocations()
433 p->r_offset = sec->getVA(rel.r_offset); in copyRelocations()
471 int64_t addend = getAddend<ELFT>(rel); in copyRelocations()
472 const uint8_t *bufLoc = sec->data().begin() + rel.r_offset; in copyRelocations()
495 sec->relocations.push_back({R_ABS, type, rel.r_offset, addend, &sym}); in copyRelocations()
875 for (const RelTy &rel : rels) { in relocateNonAlloc() local
876 RelType type = rel.getType(config->isMips64EL); in relocateNonAlloc()
[all …]
/external/llvm-project/lld/test/ELF/linkerscript/
Dsection-address-align.test5 # RUN: .data.rel.ro; .balign 8; .byte 0; \
12 # WARN: warning: address (0x10004) of section .data.rel.ro is not a multiple of alignment (8)
18 # CHECK-NEXT: .data.rel.ro PROGBITS 0000000000010004 001004 000005 00 WA 0 0 8
24 ## The output .data.rel.ro starts at 0x10004.
25 ## The input .data.rel.ro starts at 0x10008 and ends at 0x10009.
26 ## sh_size(.data.rel.ro) = 0x10009-0x10004 = 0x5.
27 .data.rel.ro ALIGN(4) : { *(.data.rel.ro) }

12345678910>>...25