Searched refs:SecPtr (Results 1 – 4 of 4) sorted by relevance
179 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex() local180 const uint8_t *TmpSecPtr = SecPtr; in printSectionsAsHex()184 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()205 TmpSecPtr = SecPtr; in printSectionsAsHex()
402 Expected<const uint8_t *> SecPtr = ElfFile.toMappedAddr(EntAddr); in getDynamicData() local403 if (!SecPtr) in getDynamicData()405 SecPtr.takeError(), in getDynamicData()412 return *SecPtr; in getDynamicData()
1019 using SecPtr = std::unique_ptr<SectionBase>;1022 std::vector<SecPtr> Sections;1024 std::vector<SecPtr> RemovedSections;1064 filter_iterator<pointee_iterator<std::vector<SecPtr>::const_iterator>,1075 find_if(Sections, [&](const SecPtr &Sec) { return Sec->Name == Name; }); in findSection()
2081 [&](const SecPtr &Sec) { return Sec->Name == Name; }); in updateSection()2114 std::begin(Sections), std::end(Sections), [=](const SecPtr &Sec) { in removeSections()2164 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections()2188 for (const SecPtr &Sec : Sections) in removeSymbols()