| Server IP : 157.230.181.24 / Your IP : 216.73.216.36 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/go/src/cmd/internal/obj/ |
Upload File : |
// Code generated by "stringer -type AddrType"; DO NOT EDIT.
package obj
import "strconv"
func _() {
// An "invalid array index" compiler error signifies that the constant values have changed.
// Re-run the stringer command to generate them again.
var x [1]struct{}
_ = x[TYPE_NONE-0]
_ = x[TYPE_BRANCH-1]
_ = x[TYPE_TEXTSIZE-2]
_ = x[TYPE_MEM-3]
_ = x[TYPE_CONST-4]
_ = x[TYPE_FCONST-5]
_ = x[TYPE_SCONST-6]
_ = x[TYPE_REG-7]
_ = x[TYPE_ADDR-8]
_ = x[TYPE_SHIFT-9]
_ = x[TYPE_REGREG-10]
_ = x[TYPE_REGREG2-11]
_ = x[TYPE_INDIR-12]
_ = x[TYPE_REGLIST-13]
_ = x[TYPE_SPECIAL-14]
}
const _AddrType_name = "TYPE_NONETYPE_BRANCHTYPE_TEXTSIZETYPE_MEMTYPE_CONSTTYPE_FCONSTTYPE_SCONSTTYPE_REGTYPE_ADDRTYPE_SHIFTTYPE_REGREGTYPE_REGREG2TYPE_INDIRTYPE_REGLISTTYPE_SPECIAL"
var _AddrType_index = [...]uint8{0, 9, 20, 33, 41, 51, 62, 73, 81, 90, 100, 111, 123, 133, 145, 157}
func (i AddrType) String() string {
if i >= AddrType(len(_AddrType_index)-1) {
return "AddrType(" + strconv.FormatInt(int64(i), 10) + ")"
}
return _AddrType_name[_AddrType_index[i]:_AddrType_index[i+1]]
}