Home
last modified time | relevance | path

Searched refs:loadimage (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/pmc/
H A Dview.cc389 image im = loadimage(p.pl_pathname); in process()
397 image rtldim = loadimage(im.loader); in process()
439 pmcview::loadimage(const std::string &path) in loadimage() function in pmcview
731 image im = loadimage(p.pl_pathname); in process()
H A Dview.hh407 image loadimage(const std::string &path);
/freebsd/sys/kern/
H A Dsubr_firmware.c347 loadimage(void *arg, int npending __unused) in loadimage() function
420 TASK_INIT(&fwload_task, 0, loadimage, (void *)&fwli); in firmware_get_flags()
/freebsd/stand/common/
H A Dload_elf.c79 static int __elfN(loadimage)(struct preloaded_file *mp, elf_file_t ef,
478 fp->f_size = __elfN(loadimage)(fp, &ef, dest); in __elfN()
525 __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off) argument