Home
last modified time | relevance | path

Searched refs:PE_C_WRITE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe_cntl.c48 if (pe->pe_cmd == PE_C_WRITE) { in pe_cntl()
H A Dpe_init.c56 case PE_C_WRITE: in pe_init()
H A Dpe_update.c50 if (pe->pe_cmd == PE_C_RDWR || (pe->pe_cmd == PE_C_WRITE && in pe_update()
H A Dlibpe.h65 PE_C_WRITE, enumerator
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c77 if ((pe = pe_init(ofd, PE_C_WRITE, po)) == NULL) in create_pe()