reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6151 if (CA == SectionRef()) 6152 CA = get_section(O, "__DATA", "__objc_catlist"); 6153 if (CA == SectionRef()) 6154 CA = get_section(O, "__DATA_CONST", "__objc_catlist"); 6155 if (CA == SectionRef()) 6156 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist"); 6157 info.S = CA; 6158 walk_pointer_list_64("category", CA, O, &info, print_category64_t);