Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fini_array (0.1 sec)

  1. src/runtime/cgo/gcc_aix_ppc64.c

    	return __cgo_topofstack();
    }
    
    int main(int argc, char **argv) {
    	return runtime_rt0_go(argc, argv);
    }
    
    static void libinit(void) __attribute__ ((constructor));
    
    /*
     * libinit aims to replace .init_array section which isn't available on aix.
     * Using __attribute__ ((constructor)) let gcc handles this instead of
     * adding special code in cmd/link.
     * However, it will be called for every Go programs which has cgo.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top