Searched refs:objc_method (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | methods.c | 33 method_getName (struct objc_method * method) in method_getName() 42 method_getTypeEncoding (struct objc_method * method) in method_getTypeEncoding() 51 method_getImplementation (struct objc_method * method) in method_getImplementation() 60 method_getDescription (struct objc_method * method) in method_getDescription() 67 struct objc_method ** 71 struct objc_method **returnValue = NULL; in class_copyMethodList() 100 = (struct objc_method **)(malloc (sizeof (struct objc_method *) in class_copyMethodList() 129 method_setImplementation (struct objc_method * method, IMP implementation) in method_setImplementation() 153 method_exchangeImplementations (struct objc_method * method_a, struct objc_method * method_b) in method_exchangeImplementations()
|
H A D | sendmsg.c | 104 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel); 105 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op); 366 method_get_imp (struct objc_method * method) in method_get_imp() 368 return (method != (struct objc_method *)0) ? method->method_imp : (IMP)0; in method_get_imp() 527 struct objc_method *method = search_for_method_in_hierarchy (class->class_pointer, in __objc_send_initialize() 566 struct objc_method * method = &(method_list->method_list[i]); in __objc_install_methods_in_dtable() 633 struct objc_method * 636 struct objc_method *m; in class_getInstanceMethod() 653 struct objc_method * 656 struct objc_method *m; in class_getClassMethod() [all …]
|
H A D | class.c | 676 struct objc_method *method = &(list->method_list[i]); in objc_disposeClassPair() 711 struct objc_method *method = &(list->method_list[i]); in objc_disposeClassPair() 782 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b) in __objc_update_classes_with_methods() 824 struct objc_method *method = &method_list->method_list[i]; in __objc_update_classes_with_methods()
|
H A D | encoding.c | 802 method_copyReturnType (struct objc_method *method) in method_copyReturnType() 832 method_copyArgumentType (struct objc_method * method, unsigned int argumentNumber) in method_copyArgumentType() 881 void method_getReturnType (struct objc_method * method, char *returnValue, in method_getReturnType() 914 void method_getArgumentType (struct objc_method * method, unsigned int argumentNumber, in method_getArgumentType() 968 method_getNumberOfArguments (struct objc_method *method) in method_getNumberOfArguments()
|
H A D | selector.c | 168 + sizeof (struct objc_method[max_methods_no]), 1); in __objc_register_instance_methods_to_class() 195 objc_method[max_methods_no += 16])); in __objc_register_instance_methods_to_class() 209 + sizeof (struct objc_method[new_list->method_count])); in __objc_register_instance_methods_to_class()
|
H A D | init.c | 415 struct objc_method *mth = &method_list->method_list[i]; in __objc_send_load_using_method_list()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/ |
H A D | runtime.h | 62 extern struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op); 65 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /*…
|
H A D | module-abi-8.h | 125 struct objc_method struct 148 struct objc_method method_list[1]; /* Variable length argument
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | objc-lang.c | 73 struct objc_method { struct 1372 struct objc_method *method) in read_objc_method() 1391 unsigned long num, struct objc_method *method) in read_objc_methlist_method() 1466 struct objc_method meth_str; in find_implementation_from_class()
|
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
H A D | runtime.h | 60 typedef struct objc_method *Method;
|