Lines Matching defs:PL
6490 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6491 if (PL == SectionRef())
6492 PL = get_section(O, "__DATA", "__objc_protolist");
6493 if (PL == SectionRef())
6494 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6495 if (PL == SectionRef())
6496 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6497 info.S = PL;
6498 walk_pointer_list_64("protocol", PL, O, &info, nullptr);
6571 SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
6572 if (PL == SectionRef())
6573 PL = get_section(O, "__DATA", "__objc_protolist");
6574 if (PL == SectionRef())
6575 PL = get_section(O, "__DATA_CONST", "__objc_protolist");
6576 if (PL == SectionRef())
6577 PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
6578 info.S = PL;
6579 walk_pointer_list_32("protocol", PL, O, &info, nullptr);