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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp541 UInt32 * prelink; local
569 prelink = (UInt32 *) data->getBytesNoCopy();
570 lastDep = OSReadBigInt32(prelink, 12);
571 for (SInt32 idx = OSReadBigInt32(prelink, 8); idx < lastDep; idx += sizeof(UInt32))
573 UInt32 depIdx = OSReadBigInt32(prelink, idx) - 1;
601 prelink = (UInt32 *) data->getBytesNoCopy();
604 kmod_info_t * kmod_info = (kmod_info_t *) OSReadBigInt32(prelink, 0);
610 lastDep = OSReadBigInt32(prelink, 12);
611 for (SInt32 idx = OSReadBigInt32(prelink, 8); idx < lastDep; idx += sizeof(UInt32))
616 depDict = (OSDictionary *) prelinkedModules->getObject(OSReadBigInt32(prelink, id
767 UInt32 * prelink; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1584 const UInt32 * prelink; local
1585 prelink = (const UInt32 *) data->getBytesNoCopy();
1586 kmod_info_t * kmod_info = (kmod_info_t *) OSReadBigInt32(prelink, 0);

Completed in 28 milliseconds