Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _rt0_arm_lib (0.18 sec)

  1. src/runtime/asm_arm.s

    	B	runtime·rt0_go(SB)
    
    // _rt0_arm_lib is common startup code for most ARM systems when
    // using -buildmode=c-archive or -buildmode=c-shared. The linker will
    // arrange to invoke this function as a global constructor (for
    // c-archive) or when the shared library is loaded (for c-shared).
    // We expect argc and argv to be passed in the usual C ABI registers
    // R0 and R1.
    TEXT _rt0_arm_lib(SB),NOSPLIT,$104
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
Back to top