Lines Matching defs:SecStart
513 uint64_t SecStart = align(SymtabSection->getAlign());
663 SymtabSection->setOffsets(SecStart, SecEnd);
672 SecStart = W.OS.tell();
677 SymtabShndxSection->setOffsets(SecStart, SecEnd);
1040 const uint64_t SecStart = align(Section.getAlign());
1046 Section.setOffsets(SecStart, SecEnd);
1081 const uint64_t SecStart = align(Group->getAlign());
1087 Group->setOffsets(SecStart, SecEnd);
1107 const uint64_t SecStart = align(RelSection->getAlign());
1113 RelSection->setOffsets(SecStart, SecEnd);
1117 uint64_t SecStart = W.OS.tell();
1120 AddrsigSection->setOffsets(SecStart, SecEnd);
1125 uint64_t SecStart = W.OS.tell();
1127 StrtabSection->setOffsets(SecStart, W.OS.tell());