HomeSort by: relevance | last modified time | path
    Searched refs:objc_method_list (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
runtime.h 58 extern void class_add_method_list (Class, struct objc_method_list *);
62 extern struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
selector.h 57 void __objc_register_selectors_from_list (struct objc_method_list *);
module-abi-8.h 139 struct objc_method_list struct
141 struct objc_method_list* method_next; /* This variable is used to
218 struct objc_method_list* methods; /* Linked list of instance
291 struct objc_method_list *instance_methods; /* Linked list of
297 struct objc_method_list *class_methods; /* Linked list of
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
runtime.h 58 extern void class_add_method_list (Class, struct objc_method_list *);
62 extern struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
selector.h 57 void __objc_register_selectors_from_list (struct objc_method_list *);
module-abi-8.h 139 struct objc_method_list struct
141 struct objc_method_list* method_next; /* This variable is used to
218 struct objc_method_list* methods; /* Linked list of instance
291 struct objc_method_list *instance_methods; /* Linked list of
297 struct objc_method_list *class_methods; /* Linked list of
  /src/external/gpl3/gcc.old/dist/libobjc/
selector.c 90 struct objc_method_list * method_list;
108 __objc_register_selectors_from_list (struct objc_method_list *method_list)
129 objc_method_list*. This is only used for protocols, which have
155 struct objc_method_list *method_list;
156 struct objc_method_list *class_method_list;
158 struct objc_method_list *new_list;
166 new_list = objc_calloc (sizeof (struct objc_method_list)
192 objc_realloc (new_list, sizeof (struct objc_method_list)
207 objc_realloc (new_list, sizeof (struct objc_method_list)
sendmsg.c 90 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
537 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list)
601 class_add_method_list (Class class, struct objc_method_list * list)
662 struct objc_method_list *method_list;
683 struct objc_method_list * method_list = class_->methods;
713 method_list = (struct objc_method_list *)objc_calloc (1, sizeof (struct objc_method_list));
793 search_for_method_in_list (struct objc_method_list * list, SEL op)
795 struct objc_method_list * method_list = list;
methods.c 72 struct objc_method_list* method_list;
class.c 669 struct objc_method_list *list = class_->methods;
673 struct objc_method_list *next = list->method_next;
704 struct objc_method_list *list = class_->class_pointer->methods;
708 struct objc_method_list *next = list->method_next;
803 struct objc_method_list * method_list;
init.c 393 __objc_send_load_using_method_list (struct objc_method_list *method_list, Class class)
444 struct objc_method_list *method_list = class->class_pointer->methods;
  /src/external/gpl3/gcc/dist/libobjc/
selector.c 90 struct objc_method_list * method_list;
108 __objc_register_selectors_from_list (struct objc_method_list *method_list)
129 objc_method_list*. This is only used for protocols, which have
155 struct objc_method_list *method_list;
156 struct objc_method_list *class_method_list;
158 struct objc_method_list *new_list;
166 new_list = objc_calloc (sizeof (struct objc_method_list)
192 objc_realloc (new_list, sizeof (struct objc_method_list)
207 objc_realloc (new_list, sizeof (struct objc_method_list)
sendmsg.c 90 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
537 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list)
601 class_add_method_list (Class class, struct objc_method_list * list)
662 struct objc_method_list *method_list;
683 struct objc_method_list * method_list = class_->methods;
713 method_list = (struct objc_method_list *)objc_calloc (1, sizeof (struct objc_method_list));
793 search_for_method_in_list (struct objc_method_list * list, SEL op)
795 struct objc_method_list * method_list = list;
methods.c 72 struct objc_method_list* method_list;
class.c 669 struct objc_method_list *list = class_->methods;
673 struct objc_method_list *next = list->method_next;
704 struct objc_method_list *list = class_->class_pointer->methods;
708 struct objc_method_list *next = list->method_next;
803 struct objc_method_list * method_list;
init.c 393 __objc_send_load_using_method_list (struct objc_method_list *method_list, Class class)
444 struct objc_method_list *method_list = class->class_pointer->methods;

Completed in 47 milliseconds