Lines Matching full:get_section
3159 static const SectionRef get_section(MachOObjectFile *O, const char *segname,
5155 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
5157 CL = get_section(O, "__DATA", "__objc_classlist");
5161 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5163 CR = get_section(O, "__DATA", "__objc_classrefs");
5167 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
5169 SR = get_section(O, "__DATA", "__objc_superrefs");
5173 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
5175 CA = get_section(O, "__DATA", "__objc_catlist");
5179 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
5181 PL = get_section(O, "__DATA", "__objc_protolist");
5185 SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
5187 MR = get_section(O, "__DATA", "__objc_msgrefs");
5191 SectionRef II = get_section(O, "__OBJC2", "__image_info");
5193 II = get_section(O, "__DATA", "__objc_imageinfo");
5227 const SectionRef CL = get_section(O, "__OBJC2", "__class_list");
5232 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist");
5237 const SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5242 const SectionRef CR = get_section(O, "__DATA", "__objc_classrefs");
5247 const SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
5252 const SectionRef SR = get_section(O, "__DATA", "__objc_superrefs");
5257 const SectionRef CA = get_section(O, "__OBJC2", "__category_list");
5262 const SectionRef CA = get_section(O, "__DATA", "__objc_catlist");
5267 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
5272 const SectionRef PL = get_section(O, "__DATA", "__objc_protolist");
5277 const SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
5282 const SectionRef MR = get_section(O, "__DATA", "__objc_msgrefs");
5287 const SectionRef II = get_section(O, "__OBJC2", "__image_info");
5292 const SectionRef II = get_section(O, "__DATA", "__objc_imageinfo");
5308 S = get_section(O, "__OBJC", "__module_info");
5477 const SectionRef II = get_section(O, "__OBJC", "__image_info");