Searched refs:unpatched (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_vtable.c239 entry->unpatched.sym = sym;
240 entry->unpatched.reloc = reloc;
413 tmpentry->unpatched.reloc = reloc;
414 tmpentry->unpatched.sym = sym;
513 if (!child_entry->unpatched.sym) continue;
525 if (kxld_sym_is_defined_locally(child_entry->unpatched.sym)) continue;
534 if (kxld_sym_is_pure_virtual(child_entry->unpatched.sym)) continue;
538 if (streq(child_entry->unpatched.sym->name,
570 !kxld_sym_is_defined(child_entry->unpatched.sym))
585 if (!strncmp(child_entry->unpatched
[all...]
H A Dkxld_vtable.h72 struct kxld_vtable_unpatched_entry unpatched; member in union:kxld_vtable_entry

Completed in 10 milliseconds