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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSymbol.h376 void * endAddr);
/darwin-on-arm/xnu/libkern/c++/
H A DOSSymbol.cpp544 void OSSymbol::checkForPageUnload(void *startAddr, void *endAddr) argument
552 if (probeSymbol->string >= startAddr && probeSymbol->string < endAddr) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp499 volatile UInt8 * endAddr = (UInt8 *)_buffer + capacity; local
501 while (startAddr < endAddr)

Completed in 29 milliseconds