DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦479daa72f⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, seg_03bda9

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



-- Copyright 1989 Verdix Corporation

----------------------------------------------------------------------
-- This package defines the data structures for the GROUP_TABLE build by
-- the cross linker.
----------------------------------------------------------------------
WITH System;
USE System;
WITH Unchecked_Conversion;
PACKAGE Grp_Table IS

   PRAGMA Suppress (All_Checks);
   PRAGMA Suppress (Exception_Tables);
   PRAGMA Not_Elaborated;

   --
   -- group record
   --
   TYPE Grp_Rec_T IS
      RECORD
         G_Base : Address;
         G_Size : Integer;
         G_Kind : Integer;
      END RECORD;

   --
   -- group block kinds
   --
   Text_Blk  : CONSTANT := 0;
   Const_Blk : CONSTANT := 1;
   Data_Blk  : CONSTANT := 2;
   Bss_Blk   : CONSTANT := 3;
   Void_Blk  : CONSTANT := 4;

   TYPE Grp_Tbl_T   IS ARRAY (Integer RANGE <>) OF Grp_Rec_T;
   TYPE A_Grp_Tbl_T IS ACCESS Grp_Tbl_T;

   FUNCTION To_A_Grp_Tbl_T IS NEW Unchecked_Conversion (Address, A_Grp_Tbl_T);

END Grp_Table;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=27 rec1=00 rec2=01 rec3=04a
        [0x01] rec0=03 rec1=00 rec2=02 rec3=000
    tail 0x215347ede8565743e2aed 0x489e0066482863c01