Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 8 of 8) sorted by relevance

/dragonfly/tools/tools/bus_autoconf/
H A Dbus_autoconf.c75 load_file(fname, &ptr, &len); in main()
106 load_file(fname, &ptr, &len); in main()
H A Dbus_load_file.h31 void load_file(const char *, uint8_t **, uint32_t *);
H A Dbus_load_file.c39 load_file(const char *fname, uint8_t **pptr, uint32_t *plen) in load_file() function
/dragonfly/bin/mined/
H A Dmined1.c495 load_file(new_file[0] == '\0' ? NIL_PTR : new_file); in VI()
1352 load_file(const char *file) in load_file() function
1507 load_file(NIL_PTR); in main()
1510 load_file(argv[1]); in main()
H A Dmined.h314 void load_file(const char *file);
/dragonfly/sys/sys/
H A Dlinker.h143 int (*load_file)(const char *filename, linker_file_t *result); member
/dragonfly/sys/kern/
H A Dimgact_elf.c79 static int __elfN(load_file)(struct proc *p, const char *file, u_long *addr,
407 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, u_long *entry) in __elfN() argument
827 error = __elfN(load_file)(imgp->proc, path, &addr, in __CONCAT()
834 error = __elfN(load_file)(imgp->proc, newinterp, in __CONCAT()
840 error = __elfN(load_file)(imgp->proc, interp, &addr, in __CONCAT()
H A Dkern_linker.c334 error = lc->ops->load_file(filename, &lf); in linker_load_file()