Searched refs:rthooks (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c138 objc_gnu_runtime_abi_01_init (objc_runtime_hooks *rthooks) argument
159 rthooks->initialize = gnu_runtime_01_initialize;
160 rthooks->default_constant_string_class_name = DEF_CONSTANT_STRING_CLASS_NAME;
161 rthooks->tag_getclass = TAG_GETCLASS;
162 rthooks->super_superclassfield_ident = gnu_runtime_abi_01_super_superclassfield_id;
164 rthooks->class_decl = gnu_runtime_abi_01_class_decl;
165 rthooks->metaclass_decl = gnu_runtime_abi_01_metaclass_decl;
166 rthooks->category_decl = gnu_runtime_abi_01_category_decl;
167 rthooks->protocol_decl = gnu_runtime_abi_01_protocol_decl;
168 rthooks
[all...]
H A Dobjc-next-runtime-abi-02.c250 objc_next_runtime_abi_02_init (objc_runtime_hooks *rthooks) argument
261 rthooks->initialize = next_runtime_02_initialize;
262 rthooks->default_constant_string_class_name = DEF_CONSTANT_STRING_CLASS_NAME;
263 rthooks->tag_getclass = TAG_GETCLASS;
264 rthooks->super_superclassfield_ident = next_runtime_abi_02_super_superclassfield_id;
266 rthooks->class_decl = next_runtime_abi_02_class_decl;
267 rthooks->metaclass_decl = next_runtime_abi_02_metaclass_decl;
268 rthooks->category_decl = next_runtime_abi_02_category_decl;
269 rthooks->protocol_decl = next_runtime_abi_02_protocol_decl;
270 rthooks
[all...]
H A Dobjc-next-runtime-abi-01.c157 objc_next_runtime_abi_01_init (objc_runtime_hooks *rthooks) argument
167 rthooks->initialize = next_runtime_01_initialize;
168 rthooks->default_constant_string_class_name = DEF_CONSTANT_STRING_CLASS_NAME;
169 rthooks->tag_getclass = TAG_GETCLASS;
170 rthooks->super_superclassfield_ident = next_runtime_abi_01_super_superclassfield_id;
172 rthooks->class_decl = next_runtime_abi_01_class_decl;
173 rthooks->metaclass_decl = next_runtime_abi_01_metaclass_decl;
174 rthooks->category_decl = next_runtime_abi_01_category_decl;
175 rthooks->protocol_decl = next_runtime_abi_01_protocol_decl;
176 rthooks
[all...]

Completed in 109 milliseconds