Searched refs:SecContent (Results 1 – 2 of 2) sorted by relevance
113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString() local114 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() local147 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()
841 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify() local842 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify()