Home
last modified time | relevance | path

Searched refs:SecPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.cpp115 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionAsHex() local
116 const uint8_t *TmpSecPtr = SecPtr; in printSectionAsHex()
120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()
139 TmpSecPtr = SecPtr; in printSectionAsHex()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1324 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()
H A DObject.h762 using SecPtr = std::unique_ptr<SectionBase>;
765 std::vector<SecPtr> Sections;