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()
1324 std::begin(Sections), std::end(Sections), [=](const SecPtr &Sec) { in removeSections()1356 for (const SecPtr &Sec : Sections) in removeSymbols()1363 auto CompareSections = [](const SecPtr &A, const SecPtr &B) { in sortSections()
762 using SecPtr = std::unique_ptr<SectionBase>;765 std::vector<SecPtr> Sections;