reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6233 if (CA == SectionRef()) 6234 CA = get_section(O, "__DATA", "__objc_catlist"); 6235 if (CA == SectionRef()) 6236 CA = get_section(O, "__DATA_CONST", "__objc_catlist"); 6237 if (CA == SectionRef()) 6238 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist"); 6239 info.S = CA; 6240 walk_pointer_list_32("category", CA, O, &info, print_category32_t);