Home | History | Annotate | Download | only in Analysis

Lines Matching full:rawbytes

431   unsigned char RawBytes[32] = {0};
432 if (!ReadDataFromGlobal(GV->getInitializer(), Offset.getZExtValue(), RawBytes,
438 ResultVal = RawBytes[BytesLoaded - 1];
441 ResultVal |= RawBytes[BytesLoaded-1-i];
444 ResultVal = RawBytes[0];
447 ResultVal |= RawBytes[i];