scnhdr            170 src/unexaix.c    struct scnhdr section[MAX_SECTIONS];
scnhdr            171 src/unexaix.c    struct scnhdr * f_thdr;		/* Text section header */
scnhdr            172 src/unexaix.c    struct scnhdr * f_dhdr;		/* Data section header */
scnhdr            173 src/unexaix.c    struct scnhdr * f_bhdr;		/* Bss section header */
scnhdr            174 src/unexaix.c    struct scnhdr * f_lhdr;		/* Loader section header */
scnhdr            175 src/unexaix.c    struct scnhdr * f_tchdr;		/* Typechk section header */
scnhdr            176 src/unexaix.c    struct scnhdr * f_dbhdr;		/* Debug section header */
scnhdr            177 src/unexaix.c    struct scnhdr * f_xhdr;		/* Except section header */
scnhdr            219 src/unexaix.c  	struct scnhdr *s = &section[scns];
scnhdr            288 src/unexaix.c  	struct scnhdr *s = &section[scns];
scnhdr            322 src/unexaix.c        struct scnhdr *s = &section[scns];
scnhdr            358 src/unexaix.c      struct scnhdr *s = &section[scns];
scnhdr            162 src/unexcoff.c   auto struct scnhdr f_thdr;		/* Text section header */
scnhdr            163 src/unexcoff.c   auto struct scnhdr f_dhdr;		/* Data section header */
scnhdr            164 src/unexcoff.c   auto struct scnhdr f_bhdr;		/* Bss section header */
scnhdr            165 src/unexcoff.c   auto struct scnhdr scntemp;		/* Temporary section header */