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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp802 const macho_section<P> *cstring_l = mh_l->getSection("__TEXT", "__cstring"); local
804 if (!cstring_l || !cstring_r) {
806 return cstring_l && !cstring_r;
809 return cstring_l->size() > cstring_r->size();

Completed in 71 milliseconds