Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionRelTable.hxx99 ELFRelocTy *rel = table[i]; in getMaxNumStubs() local
119 ELFRelocTy *rel = table[i]; in getMaxNumStubs() local
137 ELFRelocTy *rel = table[i]; in getMaxNumStubs() local
DELFObject.hxx140 ELFRelocTy *rel = (*reltab)[i]; in relocateARM() local
374 ELFRelocTy *rel = (*reltab)[i]; in relocateAARCH64() local
671 ELFRelocTy *rel = (*reltab)[i]; in relocateX86_64() local
800 ELFRelocTy *rel = (*reltab)[i]; in relocateX86_32() local
850 ELFRelocTy *rel = (*reltab)[i]; in relocateMIPS() local
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
DCameraTooTest.java43 private <T> void assertComparatorEq(T lhs, T rhs, Comparator<T> rel) { in assertComparatorEq()
49 private <T> void assertComparatorLt(T lhs, T rhs, Comparator<T> rel) { in assertComparatorLt()
60 Comparator<Size> rel = new CameraTooActivity.CompareSizesByArea(); in compareSizesByArea() local
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp243 const Relocation& rel = *ri; in setupAttributes() local
271 const Relocation& rel = *ri; in removeDiscardedFDE() local
295 Relocation& rel = const_cast<Relocation&>(*ri++); in removeDiscardedFDE() local
308 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); in removeAndUpdateCIEForFDE() local
DRelocData.cpp59 Relocation* rel = m_Relocations.remove(iter); in remove() local
DELFObjectWriter.cpp496 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.begin()); in emitRel() local
539 ElfXX_Rela* rel = reinterpret_cast<ElfXX_Rela*>(pRegion.begin()); in emitRela() local
/frameworks/native/libs/binder/
DIMemory.cpp429 sp<IMemoryHeap> rel; in free_heap() local
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp474 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) in rel() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp923 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) in rel() function
1704 Relocator::Result rel(Relocation& pReloc, X86_64Relocator& pParent) in rel() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp740 Relocation* rel = getTarget().getRelPLT().consumeEntry(); in getPLTAddress() local