Home
last modified time | relevance | path

Searched refs:load_selector (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dinit.c395 static SEL load_selector = 0; in __objc_send_load_using_method_list() local
403 if (!load_selector) in __objc_send_load_using_method_list()
404 load_selector = sel_registerName ("load"); in __objc_send_load_using_method_list()
418 if (mth->method_name && sel_eq (mth->method_name, load_selector) in __objc_send_load_using_method_list()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dinit.c395 static SEL load_selector = 0; in __objc_send_load_using_method_list() local
403 if (!load_selector) in __objc_send_load_using_method_list()
404 load_selector = sel_registerName ("load"); in __objc_send_load_using_method_list()
418 if (mth->method_name && sel_eq (mth->method_name, load_selector) in __objc_send_load_using_method_list()