Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dti.h166 struct external_scnhdr_v01 { struct
167 char s_name[8]; /* section name */
168 char s_paddr[4]; /* physical address, aliased s_nlib */
169 char s_vaddr[4]; /* virtual address */
170 char s_size[4]; /* section size (in WORDS) */
171 char s_scnptr[4]; /* file ptr to raw data for section */
172 char s_relptr[4]; /* file ptr to relocation */
173 char s_lnnoptr[4]; /* file ptr to line numbers */
174 char s_nreloc[2]; /* number of relocation entries */
175 char s_nlnno[2]; /* number of line number entries*/
[all …]