Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expandPseudoForm (0.22 sec)

  1. src/cmd/internal/dwarf/dwarf.go

    	DW_ABRV_TYPEDECL
    	DW_ABRV_DICT_INDEX
    	DW_ABRV_PUTVAR_START
    )
    
    type dwAbbrev struct {
    	tag      uint8
    	children uint8
    	attr     []dwAttrForm
    }
    
    var abbrevsFinalized bool
    
    // expandPseudoForm takes an input DW_FORM_xxx value and translates it
    // into a platform-appropriate concrete form. Existing concrete/real
    // DW_FORM values are left untouched. For the moment the only
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top