Home
last modified time | relevance | path

Searched refs:SecContent (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString() local
114 const uint8_t *CurrentWord = SecContent; in printSectionsAsString()
124 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionsAsString()
146 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex() local
147 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()
149 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex()
154 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp841 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify() local
842 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify()