Home
last modified time | relevance | path

Searched refs:rsEnd (Results 1 – 8 of 8) 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/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java52 rsEnd = myRsEnd; in timing()
70 private long rsEnd = -1; field in UT_reduce.timing
75 public long rsTime() { return rsEnd - rsStart; } in rsTime()
76 public long kernelTime() { 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()