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.h284 typedef struct _PE_SecHdr { struct
285 char sh_name[8];
286 uint32_t sh_virtsize;
287 uint32_t sh_addr;
288 uint32_t sh_rawsize;
289 uint32_t sh_rawptr;
290 uint32_t sh_relocptr;
291 uint32_t sh_lineptr;
292 uint16_t sh_nreloc;
293 uint16_t sh_nline;
[all …]