Lines Matching defs:get_section
4312 static const SectionRef get_section(MachOObjectFile *O, const char *segname,
6442 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6444 CL = get_section(O, "__DATA", "__objc_classlist");
6446 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6448 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6452 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
6454 CR = get_section(O, "__DATA", "__objc_classrefs");
6456 CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
6458 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
6462 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
6464 SR = get_section(O, "__DATA", "__objc_superrefs");
6466 SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
6468 SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
6472 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
6474 CA = get_section(O, "__DATA", "__objc_catlist");
6476 CA = get_section(O, "__DATA_CONST", "__objc_catlist");
6478 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
6482 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6484 PL = get_section(O, "__DATA", "__objc_protolist");
6486 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6488 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6492 SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
6494 MR = get_section(O, "__DATA", "__objc_msgrefs");
6496 MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
6498 MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
6502 SectionRef II = get_section(O, "__OBJC2", "__image_info");
6504 II = get_section(O, "__DATA", "__objc_imageinfo");
6506 II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
6508 II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
6523 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6525 CL = get_section(O, "__DATA", "__objc_classlist");
6527 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6529 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6533 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
6535 CR = get_section(O, "__DATA", "__objc_classrefs");
6537 CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
6539 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
6543 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
6545 SR = get_section(O, "__DATA", "__objc_superrefs");
6547 SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
6549 SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
6553 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
6555 CA = get_section(O, "__DATA", "__objc_catlist");
6557 CA = get_section(O, "__DATA_CONST", "__objc_catlist");
6559 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
6563 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6565 PL = get_section(O, "__DATA", "__objc_protolist");
6567 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6569 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6573 SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
6575 MR = get_section(O, "__DATA", "__objc_msgrefs");
6577 MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
6579 MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
6583 SectionRef II = get_section(O, "__OBJC2", "__image_info");
6585 II = get_section(O, "__DATA", "__objc_imageinfo");
6587 II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
6589 II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
6604 S = get_section(O, "__OBJC", "__module_info");
6757 const SectionRef II = get_section(O, "__OBJC", "__image_info");