Lines Matching refs:baseMethods
3442 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
3455 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
3751 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3764 sys::swapByteOrder(cro.baseMethods); in swapStruct()
5220 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
5221 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
5227 if (cro.baseMethods != 0) in print_class_ro64_t()
5228 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5230 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5232 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
5233 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
5345 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
5347 if (cro.baseMethods != 0) in print_class_ro32_t()
5348 print_method_list32_t(cro.baseMethods, info, ""); in print_class_ro32_t()