Home
last modified time | relevance | path

Searched refs:copy_elf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/mkuboot/
H A Dmkuboot.c82 u_long (*copy_elf)(int, const char *, int, const char *, u_long, variable
259 crc = copy_elf(ifd, iname, ofd, oname, crc, &ih); in main()
299 copy_elf = elf32_copy_elf; in is_elf()
301 copy_elf = elf64_copy_elf; in is_elf()
H A Dcopy_elf.c49 ELFNAME(copy_elf)(int ifd, const char *iname, int ofd, const char *oname, in ELFNAME() argument