Lines Matching defs:get_section

4320 static const SectionRef get_section(MachOObjectFile *O, const char *segname,
6450 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6452 CL = get_section(O, "__DATA", "__objc_classlist");
6454 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6456 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6460 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
6462 CR = get_section(O, "__DATA", "__objc_classrefs");
6464 CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
6466 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
6470 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
6472 SR = get_section(O, "__DATA", "__objc_superrefs");
6474 SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
6476 SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
6480 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
6482 CA = get_section(O, "__DATA", "__objc_catlist");
6484 CA = get_section(O, "__DATA_CONST", "__objc_catlist");
6486 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
6490 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6492 PL = get_section(O, "__DATA", "__objc_protolist");
6494 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6496 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6500 SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
6502 MR = get_section(O, "__DATA", "__objc_msgrefs");
6504 MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
6506 MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
6510 SectionRef II = get_section(O, "__OBJC2", "__image_info");
6512 II = get_section(O, "__DATA", "__objc_imageinfo");
6514 II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
6516 II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
6531 SectionRef CL = get_section(O, "__OBJC2", "__class_list");
6533 CL = get_section(O, "__DATA", "__objc_classlist");
6535 CL = get_section(O, "__DATA_CONST", "__objc_classlist");
6537 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
6541 SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
6543 CR = get_section(O, "__DATA", "__objc_classrefs");
6545 CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
6547 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
6551 SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
6553 SR = get_section(O, "__DATA", "__objc_superrefs");
6555 SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
6557 SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
6561 SectionRef CA = get_section(O, "__OBJC2", "__category_list");
6563 CA = get_section(O, "__DATA", "__objc_catlist");
6565 CA = get_section(O, "__DATA_CONST", "__objc_catlist");
6567 CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
6571 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6573 PL = get_section(O, "__DATA", "__objc_protolist");
6575 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6577 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6581 SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
6583 MR = get_section(O, "__DATA", "__objc_msgrefs");
6585 MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
6587 MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
6591 SectionRef II = get_section(O, "__OBJC2", "__image_info");
6593 II = get_section(O, "__DATA", "__objc_imageinfo");
6595 II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
6597 II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
6612 S = get_section(O, "__OBJC", "__module_info");
6765 const SectionRef II = get_section(O, "__OBJC", "__image_info");