Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c139 create_elf_from_binary(struct elfcopy *ecp, int ifd, const char *ifn) in create_elf_from_binary() function
H A Delfcopy.h288 void create_elf_from_binary(struct elfcopy *_ecp, int _ifd, const char *ifn);
H A Dmain.c711 create_elf_from_binary(ecp, ifd, src); in create_file()