Searched refs:segmentHash (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp10541 OSData * segmentHash = NULL; // do not release local
10552 segmentHash = OSDynamicCast(OSData,
10554 if (segmentHash == NULL) {
10566 my_athp->ath_length = segmentHash->getLength();
10568 my_athp->ath_hash = (void *)segmentHash->getBytesNoCopy();

Completed in 81 milliseconds