Searched refs:pe_patch_imports (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/compat/ndis/ |
| D | kern_windrv.c | 410 if (pe_patch_imports(img, "NDIS", ndis_functbl)) 415 if (pe_patch_imports(img, "HAL", hal_functbl)) 421 if (pe_patch_imports(img, "ntoskrnl", ntoskrnl_functbl)) 431 if (pe_patch_imports(img, "USBD", usbd_functbl))
|
| D | subr_pe.c | 609 pe_patch_imports(imgbase, module, functbl) in pe_patch_imports() function
|
| D | pe_var.h | 552 extern int pe_patch_imports(vm_offset_t, char *, image_patch_table *);
|