Home
last modified time | relevance | path

Searched refs:method_imp (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dmethods.c56 return method->method_imp; in method_getImplementation()
140 old_implementation = method->method_imp; in method_setImplementation()
141 method->method_imp = implementation; in method_setImplementation()
166 old_implementation_a = method_a->method_imp; in method_exchangeImplementations()
167 old_implementation_b = method_b->method_imp; in method_exchangeImplementations()
169 method_a->method_imp = old_implementation_b; in method_exchangeImplementations()
170 method_b->method_imp = old_implementation_a; in method_exchangeImplementations()
H A Dinit.c419 && ! objc_hash_is_key_in_hash (__objc_load_methods, mth->method_imp)) in __objc_send_load_using_method_list()
424 mth->method_imp, in __objc_send_load_using_method_list()
425 mth->method_imp); in __objc_send_load_using_method_list()
429 (*mth->method_imp) ((id)class, mth->method_name); in __objc_send_load_using_method_list()
H A Dsendmsg.c352 return (method != (struct objc_method *)0) ? method->method_imp : (IMP)0; in method_get_imp()
516 (*method->method_imp) ((id)class, op); in __objc_send_initialize()
552 method->method_imp); in __objc_install_methods_in_dtable()
723 method->method_imp = implementation; in class_addMethod()
H A Dclass.c832 method_a->method_imp); in __objc_update_classes_with_methods()
839 method_b->method_imp); in __objc_update_classes_with_methods()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dmethods.c56 return method->method_imp; in method_getImplementation()
140 old_implementation = method->method_imp; in method_setImplementation()
141 method->method_imp = implementation; in method_setImplementation()
166 old_implementation_a = method_a->method_imp; in method_exchangeImplementations()
167 old_implementation_b = method_b->method_imp; in method_exchangeImplementations()
169 method_a->method_imp = old_implementation_b; in method_exchangeImplementations()
170 method_b->method_imp = old_implementation_a; in method_exchangeImplementations()
H A Dinit.c419 && ! objc_hash_is_key_in_hash (__objc_load_methods, mth->method_imp)) in __objc_send_load_using_method_list()
424 mth->method_imp, in __objc_send_load_using_method_list()
425 mth->method_imp); in __objc_send_load_using_method_list()
429 (*mth->method_imp) ((id)class, mth->method_name); in __objc_send_load_using_method_list()
H A Dsendmsg.c352 return (method != (struct objc_method *)0) ? method->method_imp : (IMP)0; in method_get_imp()
516 (*method->method_imp) ((id)class, op); in __objc_send_initialize()
552 method->method_imp); in __objc_install_methods_in_dtable()
723 method->method_imp = implementation; in class_addMethod()
H A Dclass.c832 method_a->method_imp); in __objc_update_classes_with_methods()
839 method_b->method_imp); in __objc_update_classes_with_methods()
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h135 IMP method_imp; /* Address of the method in the member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h135 IMP method_imp; /* Address of the method in the member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3667 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...) member
3942 sys::swapByteOrder(method.method_imp); in swapStruct()
4439 << format("0x%08" PRIx32, method.method_imp) << " "; in print_method_list()
4441 SymbolName = GuessSymbolName(method.method_imp, info->AddrMap); in print_method_list()