Searched refs:relocatedDebugContents (Results 1 – 1 of 1) sorted by relevance
195 void handleDebugS(ArrayRef<uint8_t> relocatedDebugContents);645 void DebugSHandler::handleDebugS(ArrayRef<uint8_t> relocatedDebugContents) { in handleDebugS() argument646 relocatedDebugContents = in handleDebugS()647 SectionChunk::consumeDebugMagic(relocatedDebugContents, ".debug$S"); in handleDebugS()650 BinaryStreamReader reader(relocatedDebugContents, support::little); in handleDebugS()651 exitOnErr(reader.readArray(subsections, relocatedDebugContents.size())); in handleDebugS()847 ArrayRef<uint8_t> relocatedDebugContents = relocateDebugChunk(*debugChunk); in addDebugSymbols() local850 dsh.handleDebugS(relocatedDebugContents); in addDebugSymbols()853 BinaryStreamReader reader(relocatedDebugContents, support::little); in addDebugSymbols()854 uint32_t count = relocatedDebugContents.size() / sizeof(object::FpoData); in addDebugSymbols()