Lines Matching refs:baseMethods
2561 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
2574 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
2868 sys::swapByteOrder(cro.baseMethods); in swapStruct()
2881 sys::swapByteOrder(cro.baseMethods); in swapStruct()
4331 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
4332 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
4338 if (cro.baseMethods != 0) in print_class_ro64_t()
4339 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4341 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
4343 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
4344 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
4455 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
4457 if (cro.baseMethods != 0) in print_class_ro32_t()
4458 print_method_list32_t(cro.baseMethods, info, ""); in print_class_ro32_t()