Searched refs:secIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjWriter.cpp52 unsigned int secIdx = 0; local
54 for (secIdx = 0; secIdx < secEnd; ++secIdx) {
55 LDSection* sect = pOutput.context()->getSection(secIdx);
68 llvm::Twine(secIdx) +
H A DELFExecWriter.cpp55 unsigned int secIdx = 0; local
57 for (secIdx = 0; secIdx < secEnd; ++secIdx) {
58 LDSection* sect = pOutput.context()->getSection(secIdx);
71 llvm::Twine(secIdx) +

Completed in 40 milliseconds