gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

builtinlist.go (6916B)


      1 // Code generated by mkbuiltin.go. DO NOT EDIT.
      2 
      3 package goobj
      4 
      5 var builtins = [...]struct {
      6 	name string
      7 	abi  int
      8 }{
      9 	{"runtime.newobject", 1},
     10 	{"runtime.mallocgc", 1},
     11 	{"runtime.panicdivide", 1},
     12 	{"runtime.panicshift", 1},
     13 	{"runtime.panicmakeslicelen", 1},
     14 	{"runtime.panicmakeslicecap", 1},
     15 	{"runtime.throwinit", 1},
     16 	{"runtime.panicwrap", 1},
     17 	{"runtime.gopanic", 1},
     18 	{"runtime.gorecover", 1},
     19 	{"runtime.goschedguarded", 1},
     20 	{"runtime.goPanicIndex", 1},
     21 	{"runtime.goPanicIndexU", 1},
     22 	{"runtime.goPanicSliceAlen", 1},
     23 	{"runtime.goPanicSliceAlenU", 1},
     24 	{"runtime.goPanicSliceAcap", 1},
     25 	{"runtime.goPanicSliceAcapU", 1},
     26 	{"runtime.goPanicSliceB", 1},
     27 	{"runtime.goPanicSliceBU", 1},
     28 	{"runtime.goPanicSlice3Alen", 1},
     29 	{"runtime.goPanicSlice3AlenU", 1},
     30 	{"runtime.goPanicSlice3Acap", 1},
     31 	{"runtime.goPanicSlice3AcapU", 1},
     32 	{"runtime.goPanicSlice3B", 1},
     33 	{"runtime.goPanicSlice3BU", 1},
     34 	{"runtime.goPanicSlice3C", 1},
     35 	{"runtime.goPanicSlice3CU", 1},
     36 	{"runtime.printbool", 1},
     37 	{"runtime.printfloat", 1},
     38 	{"runtime.printint", 1},
     39 	{"runtime.printhex", 1},
     40 	{"runtime.printuint", 1},
     41 	{"runtime.printcomplex", 1},
     42 	{"runtime.printstring", 1},
     43 	{"runtime.printpointer", 1},
     44 	{"runtime.printiface", 1},
     45 	{"runtime.printeface", 1},
     46 	{"runtime.printslice", 1},
     47 	{"runtime.printnl", 1},
     48 	{"runtime.printsp", 1},
     49 	{"runtime.printlock", 1},
     50 	{"runtime.printunlock", 1},
     51 	{"runtime.concatstring2", 1},
     52 	{"runtime.concatstring3", 1},
     53 	{"runtime.concatstring4", 1},
     54 	{"runtime.concatstring5", 1},
     55 	{"runtime.concatstrings", 1},
     56 	{"runtime.cmpstring", 1},
     57 	{"runtime.intstring", 1},
     58 	{"runtime.slicebytetostring", 1},
     59 	{"runtime.slicebytetostringtmp", 1},
     60 	{"runtime.slicerunetostring", 1},
     61 	{"runtime.stringtoslicebyte", 1},
     62 	{"runtime.stringtoslicerune", 1},
     63 	{"runtime.slicecopy", 1},
     64 	{"runtime.slicestringcopy", 1},
     65 	{"runtime.decoderune", 1},
     66 	{"runtime.countrunes", 1},
     67 	{"runtime.convI2I", 1},
     68 	{"runtime.convT16", 1},
     69 	{"runtime.convT32", 1},
     70 	{"runtime.convT64", 1},
     71 	{"runtime.convTstring", 1},
     72 	{"runtime.convTslice", 1},
     73 	{"runtime.convT2E", 1},
     74 	{"runtime.convT2Enoptr", 1},
     75 	{"runtime.convT2I", 1},
     76 	{"runtime.convT2Inoptr", 1},
     77 	{"runtime.assertE2I", 1},
     78 	{"runtime.assertE2I2", 1},
     79 	{"runtime.assertI2I", 1},
     80 	{"runtime.assertI2I2", 1},
     81 	{"runtime.panicdottypeE", 1},
     82 	{"runtime.panicdottypeI", 1},
     83 	{"runtime.panicnildottype", 1},
     84 	{"runtime.ifaceeq", 1},
     85 	{"runtime.efaceeq", 1},
     86 	{"runtime.fastrand", 1},
     87 	{"runtime.makemap64", 1},
     88 	{"runtime.makemap", 1},
     89 	{"runtime.makemap_small", 1},
     90 	{"runtime.mapaccess1", 1},
     91 	{"runtime.mapaccess1_fast32", 1},
     92 	{"runtime.mapaccess1_fast64", 1},
     93 	{"runtime.mapaccess1_faststr", 1},
     94 	{"runtime.mapaccess1_fat", 1},
     95 	{"runtime.mapaccess2", 1},
     96 	{"runtime.mapaccess2_fast32", 1},
     97 	{"runtime.mapaccess2_fast64", 1},
     98 	{"runtime.mapaccess2_faststr", 1},
     99 	{"runtime.mapaccess2_fat", 1},
    100 	{"runtime.mapassign", 1},
    101 	{"runtime.mapassign_fast32", 1},
    102 	{"runtime.mapassign_fast32ptr", 1},
    103 	{"runtime.mapassign_fast64", 1},
    104 	{"runtime.mapassign_fast64ptr", 1},
    105 	{"runtime.mapassign_faststr", 1},
    106 	{"runtime.mapiterinit", 1},
    107 	{"runtime.mapdelete", 1},
    108 	{"runtime.mapdelete_fast32", 1},
    109 	{"runtime.mapdelete_fast64", 1},
    110 	{"runtime.mapdelete_faststr", 1},
    111 	{"runtime.mapiternext", 1},
    112 	{"runtime.mapclear", 1},
    113 	{"runtime.makechan64", 1},
    114 	{"runtime.makechan", 1},
    115 	{"runtime.chanrecv1", 1},
    116 	{"runtime.chanrecv2", 1},
    117 	{"runtime.chansend1", 1},
    118 	{"runtime.closechan", 1},
    119 	{"runtime.writeBarrier", 0},
    120 	{"runtime.typedmemmove", 1},
    121 	{"runtime.typedmemclr", 1},
    122 	{"runtime.typedslicecopy", 1},
    123 	{"runtime.selectnbsend", 1},
    124 	{"runtime.selectnbrecv", 1},
    125 	{"runtime.selectnbrecv2", 1},
    126 	{"runtime.selectsetpc", 1},
    127 	{"runtime.selectgo", 1},
    128 	{"runtime.block", 1},
    129 	{"runtime.makeslice", 1},
    130 	{"runtime.makeslice64", 1},
    131 	{"runtime.makeslicecopy", 1},
    132 	{"runtime.growslice", 1},
    133 	{"runtime.memmove", 1},
    134 	{"runtime.memclrNoHeapPointers", 1},
    135 	{"runtime.memclrHasPointers", 1},
    136 	{"runtime.memequal", 1},
    137 	{"runtime.memequal0", 1},
    138 	{"runtime.memequal8", 1},
    139 	{"runtime.memequal16", 1},
    140 	{"runtime.memequal32", 1},
    141 	{"runtime.memequal64", 1},
    142 	{"runtime.memequal128", 1},
    143 	{"runtime.f32equal", 1},
    144 	{"runtime.f64equal", 1},
    145 	{"runtime.c64equal", 1},
    146 	{"runtime.c128equal", 1},
    147 	{"runtime.strequal", 1},
    148 	{"runtime.interequal", 1},
    149 	{"runtime.nilinterequal", 1},
    150 	{"runtime.memhash", 1},
    151 	{"runtime.memhash0", 1},
    152 	{"runtime.memhash8", 1},
    153 	{"runtime.memhash16", 1},
    154 	{"runtime.memhash32", 1},
    155 	{"runtime.memhash64", 1},
    156 	{"runtime.memhash128", 1},
    157 	{"runtime.f32hash", 1},
    158 	{"runtime.f64hash", 1},
    159 	{"runtime.c64hash", 1},
    160 	{"runtime.c128hash", 1},
    161 	{"runtime.strhash", 1},
    162 	{"runtime.interhash", 1},
    163 	{"runtime.nilinterhash", 1},
    164 	{"runtime.int64div", 1},
    165 	{"runtime.uint64div", 1},
    166 	{"runtime.int64mod", 1},
    167 	{"runtime.uint64mod", 1},
    168 	{"runtime.float64toint64", 1},
    169 	{"runtime.float64touint64", 1},
    170 	{"runtime.float64touint32", 1},
    171 	{"runtime.int64tofloat64", 1},
    172 	{"runtime.uint64tofloat64", 1},
    173 	{"runtime.uint32tofloat64", 1},
    174 	{"runtime.complex128div", 1},
    175 	{"runtime.racefuncenter", 1},
    176 	{"runtime.racefuncenterfp", 1},
    177 	{"runtime.racefuncexit", 1},
    178 	{"runtime.raceread", 1},
    179 	{"runtime.racewrite", 1},
    180 	{"runtime.racereadrange", 1},
    181 	{"runtime.racewriterange", 1},
    182 	{"runtime.msanread", 1},
    183 	{"runtime.msanwrite", 1},
    184 	{"runtime.checkptrAlignment", 1},
    185 	{"runtime.checkptrArithmetic", 1},
    186 	{"runtime.libfuzzerTraceCmp1", 1},
    187 	{"runtime.libfuzzerTraceCmp2", 1},
    188 	{"runtime.libfuzzerTraceCmp4", 1},
    189 	{"runtime.libfuzzerTraceCmp8", 1},
    190 	{"runtime.libfuzzerTraceConstCmp1", 1},
    191 	{"runtime.libfuzzerTraceConstCmp2", 1},
    192 	{"runtime.libfuzzerTraceConstCmp4", 1},
    193 	{"runtime.libfuzzerTraceConstCmp8", 1},
    194 	{"runtime.x86HasPOPCNT", 0},
    195 	{"runtime.x86HasSSE41", 0},
    196 	{"runtime.x86HasFMA", 0},
    197 	{"runtime.armHasVFPv4", 0},
    198 	{"runtime.arm64HasATOMICS", 0},
    199 	{"runtime.deferproc", 1},
    200 	{"runtime.deferprocStack", 1},
    201 	{"runtime.deferreturn", 1},
    202 	{"runtime.newproc", 1},
    203 	{"runtime.panicoverflow", 1},
    204 	{"runtime.sigpanic", 1},
    205 	{"runtime.gcWriteBarrier", 0},
    206 	{"runtime.morestack", 0},
    207 	{"runtime.morestackc", 0},
    208 	{"runtime.morestack_noctxt", 0},
    209 	{"type.int8", 0},
    210 	{"type.*int8", 0},
    211 	{"type.uint8", 0},
    212 	{"type.*uint8", 0},
    213 	{"type.int16", 0},
    214 	{"type.*int16", 0},
    215 	{"type.uint16", 0},
    216 	{"type.*uint16", 0},
    217 	{"type.int32", 0},
    218 	{"type.*int32", 0},
    219 	{"type.uint32", 0},
    220 	{"type.*uint32", 0},
    221 	{"type.int64", 0},
    222 	{"type.*int64", 0},
    223 	{"type.uint64", 0},
    224 	{"type.*uint64", 0},
    225 	{"type.float32", 0},
    226 	{"type.*float32", 0},
    227 	{"type.float64", 0},
    228 	{"type.*float64", 0},
    229 	{"type.complex64", 0},
    230 	{"type.*complex64", 0},
    231 	{"type.complex128", 0},
    232 	{"type.*complex128", 0},
    233 	{"type.unsafe.Pointer", 0},
    234 	{"type.*unsafe.Pointer", 0},
    235 	{"type.uintptr", 0},
    236 	{"type.*uintptr", 0},
    237 	{"type.bool", 0},
    238 	{"type.*bool", 0},
    239 	{"type.string", 0},
    240 	{"type.*string", 0},
    241 	{"type.error", 0},
    242 	{"type.*error", 0},
    243 	{"type.func(error) string", 0},
    244 	{"type.*func(error) string", 0},
    245 }