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