Searched refs:rsEnd (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 129 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()
|
D | ELFObjectReader.cpp | 307 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/ |
D | ObjectLinker.cpp | 586 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/ |
D | ARMLDBackend.cpp | 563 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/ |
D | AArch64LDBackend.cpp | 379 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/ |
D | UT_reduce.java | 52 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/ |
D | HexagonLDBackend.cpp | 554 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/ |
D | GNULDBackend.cpp | 2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout() local 2520 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) { in preLayout()
|