Home
last modified time | relevance | path

Searched refs:relocation (Results 1 – 25 of 59) sorted by relevance

123

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagRelocations.inc31 "unexpected relocation type `%0' in object file",
32 "unexpected relocation type `%0' in object file")
39 "encounter unknown relocation type `%0' for symbol `%1'",
40 "encounter unknown relocation type `%0' for symbol `%1'")
43 "relocation type `%0' is invalid for global symbol `%1'",
44 "relocation type `%0' is invalid for global symbol `%1'")
47 "applying relocation `%0' causes overflow on symbol `%1'",
48 "applying relocation `%0' causes overflow on symbol `%1'")
59 "unknown relocation section type: `%0' in section `%1'",
60 "unknown relocation section type: `%0' in section `%1'")
[all …]
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DPreparedModel.cpp80 hal::utils::RequestRelocation relocation; in execute() local
92 relocation); in execute()
99 if (relocation.input) { in executeInternal()
100 relocation.input->flush(); in executeInternal()
116 if (relocation.output) { in executeInternal()
117 relocation.output->flush(); in executeInternal()
129 hal::utils::RequestRelocation relocation; in executeFenced() local
151 if (relocation.input) { in executeFencedInternal()
152 relocation.input->flush(); in executeFencedInternal()
173 if (relocation.output) { in executeFencedInternal()
[all …]
H A DBurst.cpp47 hal::utils::RequestRelocation relocation,
178 hal::utils::RequestRelocation relocation; in execute() local
182 &maybeRequestInShared, &relocation))); in execute()
222 if (relocation.input) { in executeInternal()
223 relocation.input->flush(); in executeInternal()
239 if (relocation.output) { in executeInternal()
240 relocation.output->flush(); in executeInternal()
250 hal::utils::RequestRelocation relocation; in createReusableExecution() local
253 &maybeRequestInShared, &relocation)); in createReusableExecution()
284 hal::utils::RequestRelocation relocation, in create() argument
[all …]
H A DExecution.cpp41 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration) { in create() argument
47 std::move(request), std::move(relocation), measure, in create()
53 hal::utils::RequestRelocation relocation, bool measure, in Execution() argument
57 kRelocation(std::move(relocation)), in Execution()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DPreparedModel.cpp65 hal::utils::RequestRelocation relocation; in execute() local
69 &maybeRequestInShared, &relocation))); in execute()
73 return executeInternal(hidlRequest, relocation); in execute()
78 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
79 if (relocation.input) { in executeInternal()
80 relocation.input->flush(); in executeInternal()
91 if (relocation.output) { in executeInternal()
92 relocation.output->flush(); in executeInternal()
113 hal::utils::RequestRelocation relocation; in createReusableExecution() local
116 &maybeRequestInShared, &relocation)); in createReusableExecution()
[all …]
H A DExecution.cpp44 hal::utils::RequestRelocation relocation) { in create() argument
50 std::move(request), std::move(relocation)); in create()
55 hal::utils::RequestRelocation relocation) in Execution() argument
58 kRelocation(std::move(relocation)) {} in Execution()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DPreparedModel.cpp143 hal::utils::RequestRelocation relocation; in execute() local
156 relocation); in execute()
164 if (relocation.input) { in executeInternal()
165 relocation.input->flush(); in executeInternal()
173 if (relocation.output) { in executeInternal()
174 relocation.output->flush(); in executeInternal()
186 hal::utils::RequestRelocation relocation; in executeFenced() local
209 if (relocation.input) { in executeFencedInternal()
210 relocation.input->flush(); in executeFencedInternal()
223 if (relocation.output) { in executeFencedInternal()
[all …]
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in create() argument
52 std::move(request), std::move(relocation), measure, in create()
58 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure, in Execution() argument
62 kRelocation(std::move(relocation)), in Execution()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DPreparedModel.cpp97 hal::utils::RequestRelocation relocation; in execute() local
101 &maybeRequestInShared, &relocation))); in execute()
106 return executeInternal(hidlRequest, hidlMeasure, relocation); in execute()
111 const hal::utils::RequestRelocation& relocation) const { in executeInternal()
112 if (relocation.input) { in executeInternal()
113 relocation.input->flush(); in executeInternal()
120 if (relocation.output) { in executeInternal()
121 relocation.output->flush(); in executeInternal()
142 hal::utils::RequestRelocation relocation; in createReusableExecution() local
145 &maybeRequestInShared, &relocation)); in createReusableExecution()
[all …]
H A DExecutionBurstController.cpp328 hal::utils::RequestRelocation relocation; in execute() local
332 &maybeRequestInShared, &relocation))); in execute()
356 return executeInternal(requestPacket, relocation, fallback); in execute()
375 hal::utils::RequestRelocation relocation; in createReusableExecution() local
378 &maybeRequestInShared, &relocation)); in createReusableExecution()
415 if (relocation.input) { in executeInternal()
416 relocation.input->flush(); in executeInternal()
433 if (relocation.output) { in executeInternal()
434 relocation.output->flush(); in executeInternal()
455 hal::utils::RequestRelocation relocation, in BurstExecution() argument
[all …]
H A DExecution.cpp45 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) { in create() argument
51 std::move(request), std::move(relocation), measure); in create()
56 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure) in Execution() argument
59 kRelocation(std::move(relocation)), in Execution()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp487 const Relocation* relocation = 0; in emitRel() local
496 relocation = &(llvm::cast<Relocation>(*it)); in emitRel()
497 frag_ref = &(relocation->targetRef()); in emitRel()
508 if (relocation->symInfo() == NULL) in emitRel()
512 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel()
529 const Relocation* relocation = 0; in emitRela() local
538 relocation = &(llvm::cast<Relocation>(*it)); in emitRela()
539 frag_ref = &(relocation->targetRef()); in emitRela()
550 if (relocation->symInfo() == NULL) in emitRela()
554 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRela()
[all …]
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp597 Relocation* relocation = llvm::cast<Relocation>(reloc); in scanRelocations() local
600 ResolveInfo* info = relocation->symInfo(); in scanRelocations()
612 *relocation, *m_pModule); in scanRelocations()
779 bool ObjectLinker::relocation() { in relocation() function in mcld::ObjectLinker
801 Relocation* relocation = llvm::cast<Relocation>(reloc); in relocation() local
804 ResolveInfo* info = relocation->symInfo(); in relocation()
823 relocation->apply(*m_LDBackend.getRelocator()); in relocation()
885 Relocation* relocation = llvm::cast<Relocation>(reloc); in normalSyncRelocationResult() local
888 ResolveInfo* info = relocation->symInfo(); in normalSyncRelocationResult()
900 if (relocation->type() == 0x0) in normalSyncRelocationResult()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
H A DExecution.h44 hal::utils::RequestRelocation relocation);
47 Request request, hal::utils::RequestRelocation relocation);
H A DPreparedModel.h69 const V1_0::Request& request, const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
H A DExecution.h42 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure,
46 Request request, hal::utils::RequestRelocation relocation,
H A DPreparedModel.h71 const hal::utils::RequestRelocation& relocation) const;
78 const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DExecution.h42 hal::utils::RequestRelocation relocation, bool measure, int64_t loopTimeoutDuration);
45 Request request, hal::utils::RequestRelocation relocation, bool measure,
H A DPreparedModel.h70 const hal::utils::RequestRelocation& relocation) const;
77 const hal::utils::RequestRelocation& relocation) const;
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecution.h44 hal::utils::RequestRelocation relocation, V1_2::MeasureTiming measure);
47 V1_0::Request request, hal::utils::RequestRelocation relocation,
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp385 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax() local
387 switch (relocation->type()) { in doRelax()
392 LDSymbol* symbol = relocation->symInfo()->outSymbol(); in doRelax()
399 if ((relocation->symInfo()->reserved() & in doRelax()
406 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()
414 relocation->setSymInfo(stub->symInfo()); in doRelax()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp832 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax() local
834 switch (relocation->type()) { in doRelax()
845 LDSymbol* symbol = relocation->symInfo()->outSymbol(); in doRelax()
852 if ((relocation->symInfo()->reserved() & in doRelax()
859 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax()
866 relocation->setSymInfo(stub->symInfo()); in doRelax()
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DCommonUtils.cpp237 RequestRelocation relocation; in convertRequestFromPointerToShared() local
260 relocation.input = NN_TRY( in convertRequestFromPointerToShared()
284 relocation.output = NN_TRY(OutputRelocationTracker::create(std::move(outputRelocationInfos), in convertRequestFromPointerToShared()
289 *relocationOut = std::move(relocation); in convertRequestFromPointerToShared()
/aosp12/bionic/docs/
H A Delf-tls.md100 `R_TLS_DTPMOD` is a dynamic relocation to the index of the module containing `tls_var`, and
101 `R_TLS_DTPOFF` is a dynamic relocation to the offset of `tls_var` within its module's `PT_TLS`
141     // a dynamic relocation against symbol 0 => current module ID
255   // allocated in the .got, uses a dynamic relocation
478 * On arm64, the primary TLS relocation (R_AARCH64_TLSDESC) is [confused with an obsolete
479 R_AARCH64_TLS_DTPREL32 relocation][R_AARCH64_TLS_DTPREL32] and is [quietly ignored].
673 * arm64: requires either subtle reinterpretation of a TLS relocation or addition of a new
674 relocation
675 * arm64: a new TLS relocation reduces compiler/assembler compatibility with non-Android
687 Size | TP offset range | Static LE relocation types
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h115 bool relocation();

123