1: #
   2: # Copyright (c) 1980 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: #ifndef lint
   7: _sccsid:.asciz  "@(#)dbxxx.s	5.2 (Berkeley) 7/12/85"
   8: #endif not lint
   9: 
  10:         .data
  11:         .comm   __dbargs,512
  12:         .text
  13:         .align  1
  14:         .globl  __dbsubc
  15: __dbsubc:
  16:         callg   __dbargs+4,*__dbargs
  17:         .globl  __dbsubn
  18: __dbsubn:
  19:         halt
  20: 
  21:         .data
  22: #  __lg_flag is used by f77_abort to decide whether or not to dump memory
  23:         .globl  __lg_flag
  24: __lg_flag:
  25:         .long   1
  26:         .text

Defined functions

__dbsubc declared in line 14; defined in line 15; used 1 times
  • in line 14
__dbsubn declared in line 17; defined in line 18; used 1 times
  • in line 17
_sccsid defined in line 7; never used

Defined variables

__dbargs defined in line 11; used 2 times
  • in line 16(2)
__lg_flag declared in line 23; defined in line 24; used 1 times
  • in line 23
Last modified: 1985-07-13
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 748
Valid CSS Valid XHTML 1.0 Strict