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

⟦91a6176e8⟧ Ada Source

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

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦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;
    pragma Local_Access;

    --
    -- 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;
    Data_Image_Blk : constant := 5;

    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=26 rec1=00 rec2=01 rec3=076
        [0x01] rec0=06 rec1=00 rec2=02 rec3=000
    tail 0x21754204a874f7bc608c1 0x42a00088462060003