Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/ndis/
HDkern_windrv.c408 if (pe_patch_imports(img, "NDIS", ndis_functbl))
413 if (pe_patch_imports(img, "HAL", hal_functbl))
419 if (pe_patch_imports(img, "ntoskrnl", ntoskrnl_functbl))
429 if (pe_patch_imports(img, "USBD", usbd_functbl))
HDsubr_pe.c607 pe_patch_imports(imgbase, module, functbl) in pe_patch_imports() function
HDpe_var.h550 extern int pe_patch_imports(vm_offset_t, char *, image_patch_table *);