Searched refs:kxld_dict_find (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/libkern/kxld/tests/
H A Dkxld_dict_test.c66 b = kxld_dict_find(&dict, "hi");
72 b = kxld_dict_find(&dict, "hi");
80 b = kxld_dict_find(&dict, "hi");
89 b = kxld_dict_find(&dict, "hi");
99 b = kxld_dict_find(&dict, "hi");
102 b = kxld_dict_find(&dict, "hello");
110 b = kxld_dict_find(&dict, "hi");
143 tmp_value = kxld_dict_find(&dict, key);
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_kext.c580 vtable_sym = kxld_dict_find(defined_symbols, vtable_name);
596 meta_vtable_sym = kxld_dict_find(defined_symbols, meta_vtable_name);
658 defined_sym = kxld_dict_find(defined_symbols, sym->name);
712 defined_sym = kxld_dict_find(defined_symbols, name);
725 if (obsolete_symbols && kxld_dict_find(obsolete_symbols, name)) {
852 vtable = kxld_dict_find(&kext->vtable_index, vtable_name);
875 super_vtable = kxld_dict_find(patched_vtables, super_vtable_name);
879 unpatched_super_vtable = kxld_dict_find(&kext->vtable_index,
908 final_sym = kxld_dict_find(defined_symbols, final_sym_name);
940 vtable = kxld_dict_find(
[all...]
H A Dkxld_dict.h110 void * kxld_dict_find(const KXLDDict *dict, const void *key)
H A Dkxld_symtab.c360 return kxld_dict_find(&symtab->name_index, name);
370 return kxld_dict_find(&symtab->cxx_index, &value);
H A Dkxld_vtable.c303 sym = kxld_dict_find(defined_cxx_symbols, &entry_value);
398 sym = kxld_dict_find(defined_cxx_symbols, &entry_value);
H A Dkxld_dict.c165 kxld_dict_find(const KXLDDict *dict, const void *key) function
H A Dkxld.c153 context->section_order = kxld_dict_find(s_order_dict, &cputype);
H A Dkxld_reloc.c918 relocator->current_vtable = kxld_dict_find(relocator->vtables, sym->name);

Completed in 38 milliseconds