Searched refs:SecContent (Results 1 – 2 of 2) sorted by relevance
176 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex() local177 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()179 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex()184 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
892 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify() local893 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify()921 StringRef SecContent = Dyld.getSectionContent(*SectionID); in linkAndVerify() local922 SecInfo.setContent(ArrayRef<char>(SecContent.data(), SecContent.size())); in linkAndVerify()941 StringRef SecContent = in linkAndVerify() local944 ArrayRef<char>(SecContent.data(), SecContent.size())); in linkAndVerify()