Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asanglobals (0.19 sec)

  1. src/cmd/compile/internal/pkginit/initAsanGlobals.go

    	return globals
    }
    
    // createtypes creates the asanGlobal, asanLocation and defString struct type.
    // Go compiler does not refer to the C types, we represent the struct field
    // by a uintptr, then use type conversion to make copies of the data.
    // E.g., (*defString)(asanGlobal.name).data to C string.
    //
    // Keep in sync with src/runtime/asan/asan.go.
    // type asanGlobal struct {
    //	beg               uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 19:36:24 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top