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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp101 void doCodeUpdate(uint8_t kind, uint64_t address, int64_t codeToDataDelta, int64_t codeToImportDelta);
522 void Rebaser<A>::doCodeUpdate(uint8_t kind, uint64_t address, int64_t codeToDataDelta, int64_t codeToImportDelta) function in class:Rebaser
533 //fprintf(stderr, "doCodeUpdate(kind=%d, address=0x%0llX, dataDelta=0x%08llX, importDelta=0x%08llX, path=%s)\n",
678 doCodeUpdate(kind, address+orgBaseAddress, codeToDataDelta, codeToImportDelta);
744 // decompress and call doCodeUpdate() on each address

Completed in 95 milliseconds