Lines Matching refs:baseMethods
3419 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
3432 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
3728 sys::swapByteOrder(cro.baseMethods); in swapStruct()
3741 sys::swapByteOrder(cro.baseMethods); in swapStruct()
5197 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()
5198 S, info, n_value, cro.baseMethods); in print_class_ro64_t()
5204 if (cro.baseMethods != 0) in print_class_ro64_t()
5205 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5207 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()
5209 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()
5210 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
5322 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
5324 if (cro.baseMethods != 0) in print_class_ro32_t()
5325 print_method_list32_t(cro.baseMethods, info, ""); in print_class_ro32_t()