Searched refs:SecPtr (Results 1 – 3 of 3) sorted by relevance
115 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionAsHex() local116 const uint8_t *TmpSecPtr = SecPtr; in printSectionAsHex()120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()139 TmpSecPtr = SecPtr; in printSectionAsHex()
1049 std::begin(Sections), std::end(Sections), [=](const SecPtr &Sec) { in removeSections()1081 for (const SecPtr &Sec : Sections) in removeSymbols()1088 auto CompareSections = [](const SecPtr &A, const SecPtr &B) { in sortSections()
661 using SecPtr = std::unique_ptr<SectionBase>;664 std::vector<SecPtr> Sections;