Home
last modified time | relevance | path

Searched refs:rsEnd (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSections() local
130 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in setUpReachedSections()
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections() local
349 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in stripSections()
DELFObjectReader.cpp307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations() local
308 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) { in readRelocations()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations() local
587 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in scanRelocations()
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in relocation() local
791 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in relocation()
874 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult() local
875 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp563 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC() local
564 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in setUpReachedSectionsForGC()
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
827 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
380 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_reduce.java61 rsEnd = myRsEnd; in timing()
79 private long rsEnd = -1; field in UT_reduce.timing
88 return rsEnd - rsStart; in rsTime()
92 return rsEnd - kernelStart; in kernelTime()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_reduce.java59 rsEnd = myRsEnd; in timing()
77 private long rsEnd = -1; field in UT_reduce.timing
86 return rsEnd - rsStart; in rsTime()
90 return rsEnd - kernelStart; in kernelTime()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
555 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout() local
2520 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in preLayout()