HomeSort by relevance Sort by last modified time
    Searched defs:sectEnd (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 60 sect_iterator sectEnd()
66 const_sect_iterator sectEnd() const
ELFSegment.h 46 sect_iterator sectEnd()
52 const_sect_iterator sectEnd() const
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 85 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
86 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
218 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd();
219 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
ELFWriter.cpp 262 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd();
263 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
275 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
304 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd();
305 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
317 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {

Completed in 585 milliseconds