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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp223 static size_t sInsertedDylibCount = 0; member in namespace:dyld
3798 if ( sInsertedDylibCount > 0 ) {
3799 if ( i < sInsertedDylibCount )
3801 else if ( i == sInsertedDylibCount )
4756 sInsertedDylibCount = sAllImages.size()-1;
4770 if ( sInsertedDylibCount > 0 ) {
4771 for(unsigned int i=0; i < sInsertedDylibCount; ++i) {
4778 for(unsigned int i=0; i < sInsertedDylibCount; ++i) {

Completed in 119 milliseconds