Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_object.c182 static boolean_t target_has_got(const KXLDObject *object) __attribute__((pure));
1562 target_has_got(const KXLDObject *object) in target_has_got() function
1578 if (!target_has_got(object)) {
1611 if (!target_has_got(object) || !object->got_is_created) {