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

/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.cpp109 context.notifySingle(dyld_image_state_mapped, this); // note: can throw exception
660 context.notifySingle(dyld_image_state_rebased, this);
724 context.notifySingle(dyld_image_state_bound, this);
936 context.notifySingle(dyld_image_state_dependents_initialized, this);
956 context.notifySingle(dyld_image_state_initialized, this);
H A DImageLoader.h222 void (*notifySingle)(dyld_image_states, const ImageLoader* image); member in struct:ImageLoader::LinkContext
H A Ddyld.cpp650 static void notifySingle(dyld_image_states state, const ImageLoader* image) function in namespace:dyld
652 //dyld::log("notifySingle(state=%d, image=%s)\n", state, image->getPath());
985 notifySingle(dyld_image_state_terminated, image);
3757 gLinkContext.notifySingle = &notifySingle;

Completed in 169 milliseconds