Exemple #1
0
static void fini(               // CGBKCOND COMPLETION
    INITFINI* defn )            // - definition
{
    defn = defn;
    PstkClose( &stack_cond_blks );
    CarveDestroy( carveInfo );
}
Exemple #2
0
static void fini(               // CGBKCOND COMPLETION
    INITFINI* defn )            // - definition
{
    /* unused parameters */ (void)defn;

    PstkClose( &stack_cond_blks );
    CarveDestroy( carveInfo );
}
Exemple #3
0
static void fini(               // module completion
    INITFINI* defn )
{
    defn = defn;
    CarveDestroy( carve_patch_se );
    CarveDestroy( carve_ctor_flag );
    CarveDestroy( carve_temp_entry );
    PstkClose( &stack_new_ctors );
}
Exemple #4
0
void CgBackStatHandlesFini(     // INITIALIZE FOR STATIC HANDLES
    void )
{
    PstkClose( &nonFileScopeSyms );
}