Lines Matching defs:scnhdr
22 typedef struct scnhdr { struct
23 char s_name[8]; /* section name */
24 int32_t s_paddr; /* physical address, aliased s_nlib */
25 int32_t s_vaddr; /* virtual address */
26 int32_t s_size; /* section size */
27 int32_t s_scnptr; /* file ptr to raw data for section */
28 int32_t s_relptr; /* file ptr to relocation */
29 int32_t s_lnnoptr; /* file ptr to gp histogram */
30 uint16_t s_nreloc; /* number of relocation entries */
31 uint16_t s_nlnno; /* number of gp histogram entries */
32 int32_t s_flags; /* flags */