PNG  IHDRxsBIT|d pHYs+tEXtSoftwarewww.inkscape.org<,tEXtComment File Manager

File Manager

Path: /opt/golang/1.22.0/src/runtime/

Viewing File: sigtab_aix.go

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package runtime

var sigtable = [...]sigTabT{
	0:           {0, "SIGNONE: no trap"},
	_SIGHUP:     {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
	_SIGINT:     {_SigNotify + _SigKill, "SIGINT: interrupt"},
	_SIGQUIT:    {_SigNotify + _SigThrow, "SIGQUIT: quit"},
	_SIGILL:     {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
	_SIGTRAP:    {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
	_SIGABRT:    {_SigNotify + _SigThrow, "SIGABRT: abort"},
	_SIGBUS:     {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
	_SIGFPE:     {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
	_SIGKILL:    {0, "SIGKILL: kill"},
	_SIGUSR1:    {_SigNotify, "SIGUSR1: user-defined signal 1"},
	_SIGSEGV:    {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
	_SIGUSR2:    {_SigNotify, "SIGUSR2: user-defined signal 2"},
	_SIGPIPE:    {_SigNotify, "SIGPIPE: write to broken pipe"},
	_SIGALRM:    {_SigNotify, "SIGALRM: alarm clock"},
	_SIGTERM:    {_SigNotify + _SigKill, "SIGTERM: termination"},
	_SIGCHLD:    {_SigNotify + _SigUnblock, "SIGCHLD: child status has changed"},
	_SIGCONT:    {_SigNotify + _SigDefault, "SIGCONT: continue"},
	_SIGSTOP:    {0, "SIGSTOP: stop"},
	_SIGTSTP:    {_SigNotify + _SigDefault, "SIGTSTP: keyboard stop"},
	_SIGTTIN:    {_SigNotify + _SigDefault, "SIGTTIN: background read from tty"},
	_SIGTTOU:    {_SigNotify + _SigDefault, "SIGTTOU: background write to tty"},
	_SIGURG:     {_SigNotify, "SIGURG: urgent condition on socket"},
	_SIGXCPU:    {_SigNotify, "SIGXCPU: cpu limit exceeded"},
	_SIGXFSZ:    {_SigNotify, "SIGXFSZ: file size limit exceeded"},
	_SIGVTALRM:  {_SigNotify, "SIGVTALRM: virtual alarm clock"},
	_SIGPROF:    {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
	_SIGWINCH:   {_SigNotify, "SIGWINCH: window size change"},
	_SIGSYS:     {_SigThrow, "SIGSYS: bad system call"},
	_SIGIO:      {_SigNotify, "SIGIO: i/o now possible"},
	_SIGPWR:     {_SigNotify, "SIGPWR: power failure restart"},
	_SIGEMT:     {_SigThrow, "SIGEMT: emulate instruction executed"},
	_SIGWAITING: {0, "SIGWAITING: reserved signal no longer used by"},
	26:          {_SigNotify, "signal 26"},
	27:          {_SigNotify, "signal 27"},
	33:          {_SigNotify, "signal 33"},
	35:          {_SigNotify, "signal 35"},
	36:          {_SigNotify, "signal 36"},
	37:          {_SigNotify, "signal 37"},
	38:          {_SigNotify, "signal 38"},
	40:          {_SigNotify, "signal 40"},
	41:          {_SigNotify, "signal 41"},
	42:          {_SigNotify, "signal 42"},
	43:          {_SigNotify, "signal 43"},
	44:          {_SigNotify, "signal 44"},
	45:          {_SigNotify, "signal 45"},
	46:          {_SigNotify, "signal 46"},
	47:          {_SigNotify, "signal 47"},
	48:          {_SigNotify, "signal 48"},
	49:          {_SigNotify, "signal 49"},
	50:          {_SigNotify, "signal 50"},
	51:          {_SigNotify, "signal 51"},
	52:          {_SigNotify, "signal 52"},
	53:          {_SigNotify, "signal 53"},
	54:          {_SigNotify, "signal 54"},
	55:          {_SigNotify, "signal 55"},
	56:          {_SigNotify, "signal 56"},
	57:          {_SigNotify, "signal 57"},
	58:          {_SigNotify, "signal 58"},
	59:          {_SigNotify, "signal 59"},
	60:          {_SigNotify, "signal 60"},
	61:          {_SigNotify, "signal 61"},
	62:          {_SigNotify, "signal 62"},
	63:          {_SigNotify, "signal 63"},
	64:          {_SigNotify, "signal 64"},
	65:          {_SigNotify, "signal 65"},
	66:          {_SigNotify, "signal 66"},
	67:          {_SigNotify, "signal 67"},
	68:          {_SigNotify, "signal 68"},
	69:          {_SigNotify, "signal 69"},
	70:          {_SigNotify, "signal 70"},
	71:          {_SigNotify, "signal 71"},
	72:          {_SigNotify, "signal 72"},
	73:          {_SigNotify, "signal 73"},
	74:          {_SigNotify, "signal 74"},
	75:          {_SigNotify, "signal 75"},
	76:          {_SigNotify, "signal 76"},
	77:          {_SigNotify, "signal 77"},
	78:          {_SigNotify, "signal 78"},
	79:          {_SigNotify, "signal 79"},
	80:          {_SigNotify, "signal 80"},
	81:          {_SigNotify, "signal 81"},
	82:          {_SigNotify, "signal 82"},
	83:          {_SigNotify, "signal 83"},
	84:          {_SigNotify, "signal 84"},
	85:          {_SigNotify, "signal 85"},
	86:          {_SigNotify, "signal 86"},
	87:          {_SigNotify, "signal 87"},
	88:          {_SigNotify, "signal 88"},
	89:          {_SigNotify, "signal 89"},
	90:          {_SigNotify, "signal 90"},
	91:          {_SigNotify, "signal 91"},
	92:          {_SigNotify, "signal 92"},
	93:          {_SigNotify, "signal 93"},
	94:          {_SigNotify, "signal 94"},
	95:          {_SigNotify, "signal 95"},
	96:          {_SigNotify, "signal 96"},
	97:          {_SigNotify, "signal 97"},
	98:          {_SigNotify, "signal 98"},
	99:          {_SigNotify, "signal 99"},
	100:         {_SigNotify, "signal 100"},
	101:         {_SigNotify, "signal 101"},
	102:         {_SigNotify, "signal 102"},
	103:         {_SigNotify, "signal 103"},
	104:         {_SigNotify, "signal 104"},
	105:         {_SigNotify, "signal 105"},
	106:         {_SigNotify, "signal 106"},
	107:         {_SigNotify, "signal 107"},
	108:         {_SigNotify, "signal 108"},
	109:         {_SigNotify, "signal 109"},
	110:         {_SigNotify, "signal 110"},
	111:         {_SigNotify, "signal 111"},
	112:         {_SigNotify, "signal 112"},
	113:         {_SigNotify, "signal 113"},
	114:         {_SigNotify, "signal 114"},
	115:         {_SigNotify, "signal 115"},
	116:         {_SigNotify, "signal 116"},
	117:         {_SigNotify, "signal 117"},
	118:         {_SigNotify, "signal 118"},
	119:         {_SigNotify, "signal 119"},
	120:         {_SigNotify, "signal 120"},
	121:         {_SigNotify, "signal 121"},
	122:         {_SigNotify, "signal 122"},
	123:         {_SigNotify, "signal 123"},
	124:         {_SigNotify, "signal 124"},
	125:         {_SigNotify, "signal 125"},
	126:         {_SigNotify, "signal 126"},
	127:         {_SigNotify, "signal 127"},
	128:         {_SigNotify, "signal 128"},
	129:         {_SigNotify, "signal 129"},
	130:         {_SigNotify, "signal 130"},
	131:         {_SigNotify, "signal 131"},
	132:         {_SigNotify, "signal 132"},
	133:         {_SigNotify, "signal 133"},
	134:         {_SigNotify, "signal 134"},
	135:         {_SigNotify, "signal 135"},
	136:         {_SigNotify, "signal 136"},
	137:         {_SigNotify, "signal 137"},
	138:         {_SigNotify, "signal 138"},
	139:         {_SigNotify, "signal 139"},
	140:         {_SigNotify, "signal 140"},
	141:         {_SigNotify, "signal 141"},
	142:         {_SigNotify, "signal 142"},
	143:         {_SigNotify, "signal 143"},
	144:         {_SigNotify, "signal 144"},
	145:         {_SigNotify, "signal 145"},
	146:         {_SigNotify, "signal 146"},
	147:         {_SigNotify, "signal 147"},
	148:         {_SigNotify, "signal 148"},
	149:         {_SigNotify, "signal 149"},
	150:         {_SigNotify, "signal 150"},
	151:         {_SigNotify, "signal 151"},
	152:         {_SigNotify, "signal 152"},
	153:         {_SigNotify, "signal 153"},
	154:         {_SigNotify, "signal 154"},
	155:         {_SigNotify, "signal 155"},
	156:         {_SigNotify, "signal 156"},
	157:         {_SigNotify, "signal 157"},
	158:         {_SigNotify, "signal 158"},
	159:         {_SigNotify, "signal 159"},
	160:         {_SigNotify, "signal 160"},
	161:         {_SigNotify, "signal 161"},
	162:         {_SigNotify, "signal 162"},
	163:         {_SigNotify, "signal 163"},
	164:         {_SigNotify, "signal 164"},
	165:         {_SigNotify, "signal 165"},
	166:         {_SigNotify, "signal 166"},
	167:         {_SigNotify, "signal 167"},
	168:         {_SigNotify, "signal 168"},
	169:         {_SigNotify, "signal 169"},
	170:         {_SigNotify, "signal 170"},
	171:         {_SigNotify, "signal 171"},
	172:         {_SigNotify, "signal 172"},
	173:         {_SigNotify, "signal 173"},
	174:         {_SigNotify, "signal 174"},
	175:         {_SigNotify, "signal 175"},
	176:         {_SigNotify, "signal 176"},
	177:         {_SigNotify, "signal 177"},
	178:         {_SigNotify, "signal 178"},
	179:         {_SigNotify, "signal 179"},
	180:         {_SigNotify, "signal 180"},
	181:         {_SigNotify, "signal 181"},
	182:         {_SigNotify, "signal 182"},
	183:         {_SigNotify, "signal 183"},
	184:         {_SigNotify, "signal 184"},
	185:         {_SigNotify, "signal 185"},
	186:         {_SigNotify, "signal 186"},
	187:         {_SigNotify, "signal 187"},
	188:         {_SigNotify, "signal 188"},
	189:         {_SigNotify, "signal 189"},
	190:         {_SigNotify, "signal 190"},
	191:         {_SigNotify, "signal 191"},
	192:         {_SigNotify, "signal 192"},
	193:         {_SigNotify, "signal 193"},
	194:         {_SigNotify, "signal 194"},
	195:         {_SigNotify, "signal 195"},
	196:         {_SigNotify, "signal 196"},
	197:         {_SigNotify, "signal 197"},
	198:         {_SigNotify, "signal 198"},
	199:         {_SigNotify, "signal 199"},
	200:         {_SigNotify, "signal 200"},
	201:         {_SigNotify, "signal 201"},
	202:         {_SigNotify, "signal 202"},
	203:         {_SigNotify, "signal 203"},
	204:         {_SigNotify, "signal 204"},
	205:         {_SigNotify, "signal 205"},
	206:         {_SigNotify, "signal 206"},
	207:         {_SigNotify, "signal 207"},
	208:         {_SigNotify, "signal 208"},
	209:         {_SigNotify, "signal 209"},
	210:         {_SigNotify, "signal 210"},
	211:         {_SigNotify, "signal 211"},
	212:         {_SigNotify, "signal 212"},
	213:         {_SigNotify, "signal 213"},
	214:         {_SigNotify, "signal 214"},
	215:         {_SigNotify, "signal 215"},
	216:         {_SigNotify, "signal 216"},
	217:         {_SigNotify, "signal 217"},
	218:         {_SigNotify, "signal 218"},
	219:         {_SigNotify, "signal 219"},
	220:         {_SigNotify, "signal 220"},
	221:         {_SigNotify, "signal 221"},
	222:         {_SigNotify, "signal 222"},
	223:         {_SigNotify, "signal 223"},
	224:         {_SigNotify, "signal 224"},
	225:         {_SigNotify, "signal 225"},
	226:         {_SigNotify, "signal 226"},
	227:         {_SigNotify, "signal 227"},
	228:         {_SigNotify, "signal 228"},
	229:         {_SigNotify, "signal 229"},
	230:         {_SigNotify, "signal 230"},
	231:         {_SigNotify, "signal 231"},
	232:         {_SigNotify, "signal 232"},
	233:         {_SigNotify, "signal 233"},
	234:         {_SigNotify, "signal 234"},
	235:         {_SigNotify, "signal 235"},
	236:         {_SigNotify, "signal 236"},
	237:         {_SigNotify, "signal 237"},
	238:         {_SigNotify, "signal 238"},
	239:         {_SigNotify, "signal 239"},
	240:         {_SigNotify, "signal 240"},
	241:         {_SigNotify, "signal 241"},
	242:         {_SigNotify, "signal 242"},
	243:         {_SigNotify, "signal 243"},
	244:         {_SigNotify, "signal 244"},
	245:         {_SigNotify, "signal 245"},
	246:         {_SigNotify, "signal 246"},
	247:         {_SigNotify, "signal 247"},
	248:         {_SigNotify, "signal 248"},
	249:         {_SigNotify, "signal 249"},
	250:         {_SigNotify, "signal 250"},
	251:         {_SigNotify, "signal 251"},
	252:         {_SigNotify, "signal 252"},
	253:         {_SigNotify, "signal 253"},
	254:         {_SigNotify, "signal 254"},
	255:         {_SigNotify, "signal 255"},
}
b IDATxytVսϓ22 A@IR :hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-EIENT ;@xT.i%-X}SvS5.r/UHz^_$-W"w)Ɗ/@Z &IoX P$K}JzX:;` &, ŋui,e6mX ԵrKb1ԗ)DADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADA݀!I*]R;I2$eZ#ORZSrr6mteffu*((Pu'v{DIߔ4^pIm'77WEEE;vƎ4-$]'RI{\I&G :IHJ DWBB=\WR޽m o$K(V9ABB.}jѢv`^?IOȅ} ڶmG}T#FJ`56$-ھ}FI&v;0(h;Б38CӧOWf!;A i:F_m9s&|q%=#wZprrrla A &P\\СC[A#! {olF} `E2}MK/vV)i{4BffV\|ۭX`b@kɶ@%i$K z5zhmX[IXZ` 'b%$r5M4º/l ԃߖxhʔ)[@=} K6IM}^5k㏷݆z ΗÿO:gdGBmyT/@+Vɶ纽z񕏵l.y޴it뭷zV0[Y^>Wsqs}\/@$(T7f.InݺiR$푔n.~?H))\ZRW'Mo~v Ov6oԃxz! S,&xm/yɞԟ?'uaSѽb,8GלKboi&3t7Y,)JJ c[nzӳdE&KsZLӄ I?@&%ӟ۶mSMMњ0iؐSZ,|J+N ~,0A0!5%Q-YQQa3}$_vVrf9f?S8`zDADADADADADADADADAdqP,تmMmg1V?rSI꒟]u|l RCyEf٢9 jURbztѰ!m5~tGj2DhG*{H9)꒟ר3:(+3\?/;TUݭʴ~S6lڧUJ*i$d(#=Yݺd{,p|3B))q:vN0Y.jkק6;SɶVzHJJЀ-utѹսk>QUU\޲~]fFnK?&ߡ5b=z9)^|u_k-[y%ZNU6 7Mi:]ۦtk[n X(e6Bb."8cۭ|~teuuw|ήI-5"~Uk;ZicEmN/:]M> cQ^uiƞ??Ңpc#TUU3UakNwA`:Y_V-8.KKfRitv޲* 9S6ֿj,ՃNOMߤ]z^fOh|<>@Å5 _/Iu?{SY4hK/2]4%it5q]GGe2%iR| W&f*^]??vq[LgE_3f}Fxu~}qd-ږFxu~I N>\;͗O֊:̗WJ@BhW=y|GgwܷH_NY?)Tdi'?խwhlmQi !SUUsw4kӺe4rfxu-[nHtMFj}H_u~w>)oV}(T'ebʒv3_[+vn@Ȭ\S}ot}w=kHFnxg S 0eޢm~l}uqZfFoZuuEg `zt~? b;t%>WTkķh[2eG8LIWx,^\thrl^Ϊ{=dž<}qV@ ⠨Wy^LF_>0UkDuʫuCs$)Iv:IK;6ֲ4{^6եm+l3>݆uM 9u?>Zc }g~qhKwڭeFMM~pМuqǿz6Tb@8@Y|jx](^]gf}M"tG -w.@vOqh~/HII`S[l.6nØXL9vUcOoB\xoǤ'T&IǍQw_wpv[kmO{w~>#=P1Pɞa-we:iǏlHo׈꒟f9SzH?+shk%Fs:qVhqY`jvO'ρ?PyX3lх]˾uV{ݞ]1,MzYNW~̈́ joYn}ȚF߾׮mS]F z+EDxm/d{F{-W-4wY듏:??_gPf ^3ecg ҵs8R2מz@TANGj)}CNi/R~}c:5{!ZHӋӾ6}T]G]7W6^n 9*,YqOZj:P?Q DFL|?-^.Ɵ7}fFh׶xe2Pscz1&5\cn[=Vn[ĶE鎀uˌd3GII k;lNmشOuuRVfBE]ۣeӶu :X-[(er4~LHi6:Ѻ@ԅrST0trk%$Č0ez" *z"T/X9|8.C5Feg}CQ%͞ˣJvL/?j^h&9xF`њZ(&yF&Iݻfg#W;3^{Wo^4'vV[[K';+mӍִ]AC@W?1^{එyh +^]fm~iԵ]AB@WTk̏t uR?l.OIHiYyԶ]Aˀ7c:q}ힽaf6Z~қm(+sK4{^6}T*UUu]n.:kx{:2 _m=sAߤU@?Z-Vކеz왍Nэ{|5 pڶn b p-@sPg]0G7fy-M{GCF'%{4`=$-Ge\ eU:m+Zt'WjO!OAF@ik&t݆ϥ_ e}=]"Wz_.͜E3leWFih|t-wZۍ-uw=6YN{6|} |*={Ѽn.S.z1zjۻTH]흾 DuDvmvK.`V]yY~sI@t?/ϓ. m&["+P?MzovVЫG3-GRR[(!!\_,^%?v@ҵő m`Y)tem8GMx.))A]Y i`ViW`?^~!S#^+ѽGZj?Vģ0.))A꨷lzL*]OXrY`DBBLOj{-MH'ii-ϰ ok7^ )쭡b]UXSְmռY|5*cֽk0B7镹%ڽP#8nȎq}mJr23_>lE5$iwui+ H~F`IjƵ@q \ @#qG0".0" l`„.0! ,AQHN6qzkKJ#o;`Xv2>,tێJJ7Z/*A .@fفjMzkg @TvZH3Zxu6Ra'%O?/dQ5xYkU]Rֽkق@DaS^RSּ5|BeHNN͘p HvcYcC5:y #`οb;z2.!kr}gUWkyZn=f Pvsn3p~;4p˚=ē~NmI] ¾ 0lH[_L hsh_ғߤc_њec)g7VIZ5yrgk̞W#IjӪv>՞y睝M8[|]\շ8M6%|@PZڨI-m>=k='aiRo-x?>Q.}`Ȏ:Wsmu u > .@,&;+!!˱tﭧDQwRW\vF\~Q7>spYw$%A~;~}6¾ g&if_=j,v+UL1(tWake:@Ș>j$Gq2t7S?vL|]u/ .(0E6Mk6hiۺzښOrifޱxm/Gx> Lal%%~{lBsR4*}{0Z/tNIɚpV^#Lf:u@k#RSu =S^ZyuR/.@n&΃z~B=0eg뺆#,Þ[B/?H uUf7y Wy}Bwegל`Wh(||`l`.;Ws?V@"c:iɍL֯PGv6zctM̠':wuW;d=;EveD}9J@B(0iհ bvP1{\P&G7D޴Iy_$-Qjm~Yrr&]CDv%bh|Yzni_ˆR;kg}nJOIIwyuL}{ЌNj}:+3Y?:WJ/N+Rzd=hb;dj͒suݔ@NKMԄ jqzC5@y°hL m;*5ezᕏ=ep XL n?מ:r`۵tŤZ|1v`V뽧_csج'ߤ%oTuumk%%%h)uy]Nk[n 'b2 l.=͜E%gf$[c;s:V-͞WߤWh-j7]4=F-X]>ZLSi[Y*We;Zan(ӇW|e(HNNP5[= r4tP &0<pc#`vTNV GFqvTi*Tyam$ߏWyE*VJKMTfFw>'$-ؽ.Ho.8c"@DADADADADADADADADA~j*֘,N;Pi3599h=goضLgiJ5փy~}&Zd9p֚ e:|hL``b/d9p? fgg+%%hMgXosج, ΩOl0Zh=xdjLmhݻoO[g_l,8a]٭+ӧ0$I]c]:粹:Teꢢ"5a^Kgh,&= =՟^߶“ߢE ܹS J}I%:8 IDAT~,9/ʃPW'Mo}zNƍ쨓zPbNZ~^z=4mswg;5 Y~SVMRXUյڱRf?s:w ;6H:ºi5-maM&O3;1IKeamZh͛7+##v+c ~u~ca]GnF'ټL~PPPbn voC4R,ӟgg %hq}@#M4IÇ Oy^xMZx ) yOw@HkN˖-Sǎmb]X@n+i͖!++K3gd\$mt$^YfJ\8PRF)77Wא!Cl$i:@@_oG I{$# 8磌ŋ91A (Im7֭>}ߴJq7ޗt^ -[ԩSj*}%]&' -ɓ'ꫯVzzvB#;a 7@GxI{j޼ƌ.LÇWBB7`O"I$/@R @eee@۷>}0,ɒ2$53Xs|cS~rpTYYY} kHc %&k.], @ADADADADADADADADA@lT<%''*Lo^={رc5h %$+CnܸQ3fҥK}vUVVs9G R,_{xˇ3o߾;TTTd}馛]uuuG~iԩ@4bnvmvfϞ /Peeeq}}za I~,誫{UWW뮻}_~YƍSMMMYχ֝waw\ďcxꩧtEƍկ_?۷5@u?1kNׯWzz/wy>}zj3 k(ٺuq_Zvf̘:~ ABQ&r|!%KҥKgԞ={<_X-z !CyFUUz~ ABQIIIjݺW$UXXDٳZ~ ABQƍecW$<(~<RSSvZujjjԧOZQu@4 8m&&&jԩg$ď1h ͟?_{768@g =@`)))5o6m3)ѣƌJ;wҿUTT /KZR{~a=@0o<*狔iFɶ[ˎ;T]]OX@?K.ۈxN pppppppppppppppppPfl߾] ,{ァk۶mڿo5BTӦMӴiӴ|r DB2e|An!Dy'tkΝ[A $***t5' "!駟oaDnΝ:t֭[gDШQ06qD;@ x M6v(PiizmZ4ew"@̴ixf [~-Fٱc&IZ2|n!?$@{[HTɏ#@hȎI# _m(F /6Z3z'\r,r!;w2Z3j=~GY7"I$iI.p_"?pN`y DD?: _  Gÿab7J !Bx@0 Bo cG@`1C[@0G @`0C_u V1 aCX>W ` | `!<S `"<. `#c`?cAC4 ?c p#~@0?:08&_MQ1J h#?/`7;I  q 7a wQ A 1 Hp !#<8/#@1Ul7=S=K.4Z?E_$i@!1!E4?`P_  @Bă10#: "aU,xbFY1 [n|n #'vEH:`xb #vD4Y hi.i&EΖv#O H4IŶ}:Ikh @tZRF#(tXҙzZ ?I3l7q@õ|ۍ1,GpuY Ꮿ@hJv#xxk$ v#9 5 }_$c S#=+"K{F*m7`#%H:NRSp6I?sIՖ{Ap$I$I:QRv2$Z @UJ*$]<FO4IENDB`