Searched defs:rel (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp53 Relocation* rel = m_Relocations.remove(iter); local
54 return *rel;
H A DIdenticalCodeFolding.cpp141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); local
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) {
143 LDSymbol* sym = rel->symInfo()->outSymbol();
147 if (!isSymCtorOrDtor(*rel->symInfo()) &&
150 ->mayHaveFunctionPointerAccess(*rel)) {
235 for (Relocation& rel : *reloc_sect->getRelocData()) {
240 rel.type(),
241 rel
283 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); local
[all...]
H A DEhFrame.cpp230 const Relocation& rel = *ri; local
231 if (rel.targetRef().getOutputOffset() ==
234 cie->setPersonalityName(rel.symInfo()->outSymbol()->name());
235 cie->setRelocation(rel);
259 const Relocation& rel = *ri; local
260 if (rel.targetRef().getOutputOffset() ==
262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef();
286 Relocation& rel = const_cast<Relocation&>(*ri++); local
287 if (rel.targetRef().getOutputOffset() >= fde.getOffset() &&
288 rel
300 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); local
[all...]
H A DELFObjectWriter.cpp485 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.begin()); local
492 ++it, ++rel) {
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
527 ElfXX_Rela* rel = reinterpret_cast<ElfXX_Rela*>(pRegion.begin()); local
534 ++it, ++rel) {
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend());
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java43 private <T> void assertComparatorEq(T lhs, T rhs, Comparator<T> rel) { argument
44 assertEquals(String.format("%s should be equal to %s", lhs, rhs), rel.compare(lhs, rhs), 0);
46 rel.compare(rhs, lhs), 0);
49 private <T> void assertComparatorLt(T lhs, T rhs, Comparator<T> rel) { argument
50 assertTrue(String.format("%s should be less than %s", lhs, rhs), rel.compare(lhs, rhs) < 0);
52 rel.compare(rhs, lhs) > 0);
60 Comparator<Size> rel = new CameraTooActivity.CompareSizesByArea();
62 assertComparatorEq(empty, fatAndFlat, rel);
63 assertComparatorEq(empty, tallAndThin, rel);
64 assertComparatorEq(fatAndFlat, empty, rel);
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp159 // Reserve an entry in .rel.dyn
164 // set up the dyn rel directly
178 // Reserve an entry in .rel.dyn
180 // set up the dyn rel directly
231 // in .got and .rel.plt.
246 // set Rel bit and the dyn rel
279 // in .got and .rel.plt.
321 // in .got and .rel.plt.
344 // in .got and .rel.plt.
508 Relocator::Result rel(Relocatio function in namespace:mcld
[all...]
/frameworks/native/libs/binder/
H A DIMemory.cpp454 sp<IMemoryHeap> rel; local
468 rel = mHeapCache.valueAt(i).heap;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp30 /// helper_DynRel - Get an relocation entry in .rel.dyn
109 // initialize plt and the corresponding gotplt and dyn rel entry.
115 // init the corresponding rel entry in .rel.plt
322 // Reserve an entry in .rel.dyn
327 // set up the dyn rel directly
340 // Reserve an entry in .rel.dyn
342 // set up the dyn rel directly
413 // set up a pair of got entries and a dyn rel
423 // setup dyn rel fo
899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) { function in namespace:mcld
1648 Relocator::Result rel(Relocation& pReloc, X86_64Relocator& pParent) { function in namespace:mcld
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 245 milliseconds