Searched refs:ch_nsec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c55 PE_READ16(hdr, ch->ch_nsec);
307 ch->ch_nsec = pe->pe_nscn;
345 PE_WRITE16(hdr, ch->ch_nsec);
H A Dlibpe_section.c106 for (i = 0; (uint16_t) i < pe->pe_ch->ch_nsec; i++) {
427 off += sizeof(PE_SecHdr) * pe->pe_ch->ch_nsec;
H A Dpe.h127 uint16_t ch_nsec; member in struct:_PE_CoffHdr

Completed in 57 milliseconds