Lines Matching refs:name

236                 interface_sym->name);
241 interface_sym->name);
246 kext_sym->name, kext_sym);
260 interface_sym->alias, interface_sym->name);
265 interface_sym->name, kext_sym);
276 kext_sym->name, kext_sym);
311 rval = kxld_dict_insert(defined_symbols_by_name, sym->name, sym);
348 rval = kxld_dict_insert(vtables, vtable->name, vtable);
568 /* Get the class name from the smc pointer */
573 /* Get the vtable name from the class name */
589 /* Get the meta vtable name from the class name */
639 const char *name = NULL;
658 defined_sym = kxld_dict_find(defined_symbols, sym->name);
672 kxld_demangle(sym->name, &demangled_name, &demangled_length),
702 kxld_demangle(sym->name, &demangled_name, &demangled_length));
708 name = sym->name;
710 name = sym->alias;
712 defined_sym = kxld_dict_find(defined_symbols, name);
725 if (obsolete_symbols && kxld_dict_find(obsolete_symbols, name)) {
728 kxld_demangle(name, &demangled_name, &demangled_length));
776 * 2) Derive the name of the class from the super MetaClass pointer.
777 * 3) Derive the name of the class's vtable from the name of the class
781 * 6) Derive the super class's name from the super MetaClass name
782 * 7) Derive the super class's vtable from the super class's name
788 * class name and super class name, we can also derive the MetaClass name and
789 * the super MetaClass name, and thus find and patch their vtables as well.
841 /* Get the class name from the smc pointer */
846 /* Get the vtable name from the class name */
864 /* Get the super class name from the super metaclass */
869 /* Get the super vtable name from the class name */
900 /* Get the final symbol's name from the super vtable */
928 rval = kxld_dict_insert(patched_vtables, vtable->name, vtable);
931 /* Get the meta vtable name from the class name */
950 * OSMetaClass, so we just hardcode that vtable name here.
967 rval = kxld_dict_insert(patched_vtables, vtable->name, vtable);
1009 rval = kxld_dict_insert(&kext->vtable_index, vtable->name, vtable);
1071 kxld_demangle(sym->name, &demangled_name, &demangled_length));