Lines Matching defs:ofd
78 create_srec(struct elfcopy *ecp, int ifd, int ofd, const char *ofn) in create_srec()
410 create_ihex(int ifd, int ofd) in create_ihex()
744 srec_write_symtab(int ofd, const char *ofn, Elf *e, Elf_Scn *scn, GElf_Shdr *sh) in srec_write_symtab()
796 srec_write_S0(int ofd, const char *ofn) in srec_write_S0()
803 srec_write_Sd(int ofd, char dr, uint64_t addr, const void *buf, size_t sz, in srec_write_Sd()
820 srec_write_Se(int ofd, uint64_t e_entry, int forceS3) in srec_write_Se()
844 srec_write(int ofd, char type, uint64_t addr, const void *buf, size_t sz) in srec_write()
873 ihex_write_00(int ofd, uint64_t addr, const void *buf, size_t sz) in ihex_write_00()
955 ihex_write_01(int ofd) in ihex_write_01()
962 ihex_write_04(int ofd, uint16_t addr) in ihex_write_04()
969 ihex_write_05(int ofd, uint64_t e_entry) in ihex_write_05()
981 ihex_write(int ofd, int type, uint64_t addr, uint64_t num, const void *buf, in ihex_write()