Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for C_TLS_IE (0.06 sec)

  1. src/cmd/internal/obj/ppc64/a.out.go

    	C_CTR      /* The count register */
    	C_ANY      /* Any argument */
    	C_GOK      /* A non-matched argument */
    	C_ADDR     /* A symbolic memory location */
    	C_TLS_LE   /* A thread local, local-exec, type memory arg */
    	C_TLS_IE   /* A thread local, initial-exec, type memory arg */
    	C_TEXTSIZE /* An argument with Type obj.TYPE_TEXTSIZE */
    
    	C_NCLASS /* must be the last */
    )
    
    const (
    	AADD = obj.ABasePPC64 + obj.A_ARCHSPECIFIC + iota
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top