Searched defs:external_scnhdr_v01 (Results 1 – 2 of 2) sorted by relevance
167 struct external_scnhdr_v01 { struct168 char s_name[8]; /* section name */169 char s_paddr[4]; /* physical address, aliased s_nlib */170 char s_vaddr[4]; /* virtual address */171 char s_size[4]; /* section size (in WORDS) */172 char s_scnptr[4]; /* file ptr to raw data for section */173 char s_relptr[4]; /* file ptr to relocation */174 char s_lnnoptr[4]; /* file ptr to line numbers */175 char s_nreloc[2]; /* number of relocation entries */176 char s_nlnno[2]; /* number of line number entries*/[all …]