Searched refs:loadimage (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/pmc/ |
| H A D | view.cc | 389 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 D | view.hh | 407 image loadimage(const std::string &path);
|
| /freebsd/sys/kern/ |
| H A D | subr_firmware.c | 347 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 D | load_elf.c | 79 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
|