Home
last modified time | relevance | path

Searched defs:_PE_SecHdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h282 typedef struct _PE_SecHdr { struct
283 char sh_name[8];
284 uint32_t sh_virtsize;
285 uint32_t sh_addr;
286 uint32_t sh_rawsize;
287 uint32_t sh_rawptr;
288 uint32_t sh_relocptr;
289 uint32_t sh_lineptr;
290 uint16_t sh_nreloc;
291 uint16_t sh_nline;
[all …]