Home
last modified time | relevance | path

Searched defs: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
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in stripSections() local
DELFObjectReader.cpp307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd(); in readRelocations() local
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in scanRelocations() local
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in relocation() local
874 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in normalSyncRelocationResult() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp563 rsEnd = (*input)->context()->relocSectEnd(); in setUpReachedSectionsForGC() local
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in doRelax() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2519 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd(); in preLayout() local
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java70 private long rsEnd = -1; field in UT_reduce.timing