File:  [Research Unix] / researchv9 / jerq / sgs / ld / slotvec.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:22:00 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

/*
 * static char ID_slotvech[] = "@(#) slotvec.h: 1.3 3/13/83";
 */


struct slotvec{
	long svsymndx;		/* original (input) symbol table index	*/
	long svovaddr;		/* original (input) symbol virtual addr	*/
	long svnvaddr;		/* new (output) symbol virtual addr	*/
	long svnewndx;		/* new (output) symbol table index	*/
	char svsecnum;		/* new (output) section number		*/
	char svflags;
	};

#define SLOTVEC struct slotvec
#define SLOTSIZ sizeof(SLOTVEC)


#define  SV_TV		01
#define  SV_ERR		02

extern SLOTVEC	*svread( );
#if SDP
extern SLOTVEC	*getslot( );
#define GETSLOT(slt,action)	getslot(slt,action)
#else
#define GETSLOT(slt,action)	&svpageptr[(slt)]
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.