Searched refs:Dataref (Results 1 – 1 of 1) sorted by relevance
4024 StringRef Dataref = InputFile->getData().substr(Section.sh_offset, Size); in rewriteNoteSections() local4027 Data = BSec->getPatcher()->patchBinary(Dataref); in rewriteNoteSections()4028 Dataref = StringRef(Data); in rewriteNoteSections()4032 if (Size != Dataref.size()) { in rewriteNoteSections()4034 SectionName, copyByteArray(Dataref), Dataref.size()); in rewriteNoteSections()4037 OS << Dataref; in rewriteNoteSections()