1: /*
   2:  * Copyright (c) 1983 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)DEFS.h	5.1 (Berkeley) 5/30/85
   7:  */
   8: 
   9: #ifdef PROF
  10: #define ENTRY(x)    .globl _/**/x; .align 2; _/**/x: .word 0; \
  11:             .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount
  12: #else
  13: #define ENTRY(x)    .globl _/**/x; .align 2; _/**/x: .word 0
  14: #endif

Defined macros

ENTRY defined in line 13; never used

Usage of this include

Last modified: 1985-05-31
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 600
Valid CSS Valid XHTML 1.0 Strict