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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp10782 OSData * segmentHash = NULL; // do not release local
10793 segmentHash = OSDynamicCast(OSData,
10795 if (segmentHash == NULL) {
10807 my_athp->ath_length = segmentHash->getLength();
10809 my_athp->ath_hash = (void *)segmentHash->getBytesNoCopy();

Completed in 125 milliseconds