Lines Matching refs:theclass

69   CORE_ADDR theclass;  member
896 parse_method (char *method, char *type, char **theclass,
909 gdb_assert (theclass != NULL);
981 if (theclass != NULL)
982 *theclass = nclass;
992 find_methods (char type, const char *theclass, const char *category,
1055 if ((theclass != NULL)
1056 && ((nclass == NULL) || (strcmp (theclass, nclass) != 0)))
1125 char *theclass = NULL;
1138 tmp = parse_method (buf, &type, &theclass, &category, &selector);
1151 find_methods (type, theclass, category, selector, symbol_names);
1404 super->theclass = read_memory_unsigned_integer (addr + 4, 4, byte_order);
1409 struct objc_class *theclass)
1413 theclass->isa = read_memory_unsigned_integer (addr, 4, byte_order);
1414 theclass->super_class = read_memory_unsigned_integer (addr + 4, 4, byte_order);
1415 theclass->name = read_memory_unsigned_integer (addr + 8, 4, byte_order);
1416 theclass->version = read_memory_unsigned_integer (addr + 12, 4, byte_order);
1417 theclass->info = read_memory_unsigned_integer (addr + 16, 4, byte_order);
1418 theclass->instance_size = read_memory_unsigned_integer (addr + 18, 4,
1420 theclass->ivars = read_memory_unsigned_integer (addr + 24, 4, byte_order);
1421 theclass->methods = read_memory_unsigned_integer (addr + 28, 4, byte_order);
1422 theclass->cache = read_memory_unsigned_integer (addr + 32, 4, byte_order);
1423 theclass->protocols = read_memory_unsigned_integer (addr + 36, 4, byte_order);
1428 CORE_ADDR theclass, CORE_ADDR sel)
1431 CORE_ADDR subclass = theclass;
1550 if (sstr.theclass == 0)
1553 res = find_implementation_from_class (gdbarch, sstr.theclass, sel);
1578 if (sstr.theclass == 0)
1581 res = find_implementation_from_class (gdbarch, sstr.theclass, sel);