Lines Matching defs:PL
6482 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6483 if (PL == SectionRef())
6484 PL = get_section(O, "__DATA", "__objc_protolist");
6485 if (PL == SectionRef())
6486 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6487 if (PL == SectionRef())
6488 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6489 info.S = PL;
6490 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
6563 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6564 if (PL == SectionRef())
6565 PL = get_section(O, "__DATA", "__objc_protolist");
6566 if (PL == SectionRef())
6567 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6568 if (PL == SectionRef())
6569 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6570 info.S = PL;
6571 walk_pointer_list_32("protocol", PL, O, &info, nullptr);