Searched refs:SecContent (Results 1 – 1 of 1) sorted by relevance
79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString() local80 const uint8_t *CurrentWord = SecContent; in printSectionAsString()90 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionAsString()112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex() local113 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionAsHex()115 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionAsHex()120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()