catalog/INDEX010064400000000000000000000013220763417603700132740ustar00rootroot00000000000000distribution layout_version 1.0 data_model_revision 2.40 uuid 321bb446-559d-11d7-92d2-0060b018bb39 mod_time 1047591966 create_time 1047591966 path_max 255 name_max 100 media sequence_number 1 vendor tag Benny title "bennyvision.com" end product tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE revision 1.8 title "NRPE 1.8" mod_time 1047591966 create_time 1047591966 architecture HP-UX_11.00_700/800 machine_type 9000/[78]* os_name HP-UX os_release ?.11.* os_version ? vendor_tag Benny directory / all_filesets NRPE is_locatable false fileset tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE size 303940 title "NRPE" mod_time 1047591967 create_time 1047591967 state available catalog/dfiles/INDEX010064400000000000000000000003010763417603600145350ustar00rootroot00000000000000distribution layout_version 1.0 data_model_revision 2.40 uuid 321bb446-559d-11d7-92d2-0060b018bb39 mod_time 1047591966 create_time 1047591966 path_max 255 name_max 100 media sequence_number 1 catalog/dfiles/INFO010064400000000000000000000002120763417603600144220ustar00rootroot00000000000000control_file path INDEX size 193 mode 0444 mtime 1047591966 tag INDEX control_file path INFO size 198 mode 0444 mtime 1047591966 tag INFO catalog/NRPE/pfiles/INDEX010044400000000000000000000005560763417603600153270ustar00rootroot00000000000000vendor tag Benny title "bennyvision.com" end product tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE revision 1.8 title "NRPE 1.8" mod_time 1047591966 create_time 1047591966 architecture HP-UX_11.00_700/800 machine_type 9000/[78]* os_name HP-UX os_release ?.11.* os_version ? vendor_tag Benny directory / all_filesets NRPE is_locatable false catalog/NRPE/pfiles/INFO010044400000000000000000000002120763417603600152000ustar00rootroot00000000000000control_file path INDEX size 366 mode 0444 mtime 1047591966 tag INDEX control_file path INFO size 198 mode 0444 mtime 1047591966 tag INFO catalog/NRPE/NRPE/INDEX010044400000000000000000000002430763417603700146030ustar00rootroot00000000000000fileset tag NRPE data_model_revision 2.40 instance_id 1 control_directory NRPE size 303940 title "NRPE" mod_time 1047591967 create_time 1047591967 state available catalog/NRPE/NRPE/INFO010044400000000000000000000010060763417603700144650ustar00rootroot00000000000000control_file path INDEX size 163 mode 0444 mtime 1047591967 tag INDEX control_file path INFO size 578 mode 0444 mtime 1047591967 tag INFO file path /opt/nrpe/README type f size 6443 cksum 3174797743 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 file path /opt/nrpe/bin/check_nrpe type f size 136976 cksum 1237454210 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 file path /opt/nrpe/bin/nrpe type f size 159780 cksum 2321024464 mode 0555 uid 0 gid 0 owner root group root mtime 1047591965 NRPE/NRPE/opt/nrpe/README010055500000000000000000000144530763417603500150520ustar00rootroot00000100000173*********** NRPE README *********** Purpose ------- The purpose of this addon is to allow you to execute Nagios plugins on a remote host in as transparent a manner as possible. Contents -------- There are two pieces to this addon: 1) NRPE - This program runs as a background process on the remote host and processes command execution requests from the check_nrpe plugin on the Nagios host. Upon receiving a plugin request from an authorized host, it will execute the command line associated with the command name it received and send the program output and return code back to the check_nrpe plugin 2) check_nrpe - This is a plugin that is run on the Nagios host and is used to contact the NRPE process on remote hosts. The plugin requests that a plugin be executed on the remote host and wait for the NRPE process to execute the plugin and return the result. The plugin then uses the output and return code from the plugin execution on the remote host for its own output and return code. Compiling --------- The code is very basic and may not work on your particular system without some tweaking. I just haven't put a lot of effort into this addond. Most Linux users should be able to compile NRPE and the check_nrpe plugin with the following commands... ./configure make all The binaries will be located in the src/ directory after you run 'make all' and will have to be installed manually somewhere on your system. NOTE: Since the check_nrpe plugin and nrpe daemon run on different machines (the plugin runs on the Nagios host and the daemon runs on the remote host), you will have to compile the nrpe daemon on the target machine. Installing ---------- The check_nrpe plugin should be placed on the Nagios host along with your other plugins. In most cases, this will be in the /usr/local/nagios/libexec directory. The nrpe program and the configuration file (nrpe.cfg) should be placed somewhere on the remote host. Note that you will also have to install some plugins on the remote host if you want to make much use of this addon. Running Under INETD or XINETD ----------------------------- If you plan on running nrpe under inetd or xinetd and making use of TCP wrappers, you need to do the following things: 1) Add a line to your /etc/services file as follows (modify the port number as you see fit) nrpe 5666/tcp # NRPE 2) Add entries for the NRPE daemon to either your inetd or xinetd configuration files. Which one your use will depend on which superserver is installed on your system. Both methods are described below. NOTE: If you run nrpe under inetd or xinetd, the server_port and allowed_hosts variables in the nrpe configuration file are ignored. ***** INETD ***** If your system uses the inetd superserver, add an entry to /etc/inetd.conf as follows: nrpe stream tcp nowait /usr/sbin/tcpd -c --inetd - Replace with the name of the user that the nrpe server should run as. Example: nagios - Replace with the path to the nrpe binary on your system. Example: /usr/local/nagios/nrpe - Replace with the path to the nrpe config file on your system. Example: /usr/local/nagios/nrpe.cfg ***** XINETD ***** If your system uses xinetd instead of inetd, you'll probably want to create a file called 'nrpe' in your /etc/xinetd.d directory that contains the following entries: # default: on # description: NRPE service nrpe { flags = REUSE socket_type = stream wait = no user = server = server_args = -c --inetd log_on_failure += USERID disable = no only_from = ... } - Replace with the name of the user that the nrpe server should run as. - Replace with the path to the nrpe binary on your system. - Replace with the path to the nrpe config file on your system. - Replace the fields with the IP addresses of hosts which are allowed to connect to the NRPE daemon. This only works if xinetd was compiled with support for wrappers. 3) Restart inetd or xinetd will the following command (pick the on that is appropriate for your system: /etc/rc.d/init.d/inet restart /etc/rc.d/init.d/xinetd restart 4) Add entries to your /etc/hosts.allow and /etc/hosts.deny file to enable TCP wrapper protection for the nrpe service. This is optional, although highly recommended. Configuring Things On The Nagios Host --------------------------------------- Examples for configuring the nrpe daemon are found in the sample nrpe.cfg file included in this distribution. That config file resides on the remote host(s) along with the nrpe daemon. The check_nrpe plugin gets installed on the Nagios host. In order to use the check_nrpe plugin from within Nagios, you'll have to define a few things in the host config file. An example command definition for the check_nrpe plugin would look like this: define command{ command_name check_nrpe command_line /usr/local/nagios/libexec/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ } In any service definitions that use the nrpe plugin/daemon to get their results, you would set the service check command portion of the definition to something like this (sample service definition is simplified for this example): define service{ host_name someremotehost service_description someremoteservice check_command check_nrpe!yourcommand ... etc ... } where "yourcommand" is a name of a command that you define in your nrpe.cfg file on the remote host (see the docs in the sample nrpe.cfg file for more information). Questions? ---------- If you have questions about this addon, or problems getting things working, first try searching the nagios-users mailing list archives. Details on searching the list archives can be found at http://www.nagios.org If all else fails, you can email me and I'll try and respond as soon as I get a chance. -- Ethan Galstad (nagios@nagios.org) NRPE/NRPE/opt/nrpe/bin/check_nrpe010055500000000000000000004134200763417603500167600ustar00rootroot00000110000016@K@P|ttL)\\ Gib(7|0@pH  92453-07B11.13>p 92453-07B11.097H@`HX"0LX 7HHtX!8  X Y 9 X 8c`C`X HghGhX IgxGxX XgxGx(>(p@`>(p@<>( p@P>(p@h>(&u @  >('v(@(>((v@@@>(R@P4>HLL>IJ4LJ4Y 07|? p@ $PRIVATE$$DLT$$PLT$ $SHLIB_DATA$$TEXT$ $SHLIB_INFO$ $DATA_START$ $MILLICODE$$CODE$$LIT$$UNWIND_START$$UNWIND$MILLICODE$$UNWIND$ $UNWIND_END$$RECOVER_START$$RECOVER$MILLICODE$ $RECOVER$ $RECOVER_END$ $PFA_COUNTER$$PFA_COUNTER_END$$DATA$ $SHORTDATA$$GLOBAL$ $SHORTBSS$$BSS$ $GDB_DEBUG$ $GDB_SYMBOLS$ $GDB_STRINGS$00$ 08@0@P0 @K0 @0  @0   @!k  0  @0  @0  @  , t U@c   ,@&U00 0 @0 ,@ D0 <@0 H@0 \@0 l@0 |C0 G0 Gx0 Gx0 @H0 @D0 @@0 0 @0  @0 , @0 8 @0L @0` @ P @@ P`# l9 x@" p@` A# @"# 9|@\@h@d0@l0@x@X A! @"C @" @" @## @"c0 0@p0 lG|0 @ @#C #`  @" 4@# H @ P`# X9 $S A$ `90@t p@'k0  @'k @'s0 4@'sU t'0 @0 @0 @0 @ :4U ((P0 @0 @0 @ (>  4>p @? L= X? d?8 p> | @ ? ? ? > ? ? ? ? > ? =|  < =0 $: 0: <: H: T:P `:8 l: x? ? : : < ../maptsd.c /CLO/Components/LINKER/Src/csu/CRT_DBG ccom options = -ESlit -DA1.1 -DS1.1 -Oq02,al,ag,cn,Lm,sz,Ic,vo,lc,Mf,Po,es,rs,sp,in,vc,Pi,fa,pe,Rr,Fl,pv,pa,nf,cp,lx,st,ap,Pg,ug,Lu,lb,uj,dp,Fs,bp,wp,Ex,mp,rp,ap,dn,Sg,pt,kt,Em,pc,np! -Acset_tpL$0007_is_89_0L$0002L$0004L$0001 __map_dldL$0005__do_thread_initL$0008 DS$mapdlderrorC$14writestrlenitoa__exit S$17DD$itoa get_environopenreadlseekmmapclose_utssyssyserrorlwp_setprivatelwp_getprivate DS$maptsdC$2 S$11DD$itoa__set_tp__get_tp$global$$START$$ARGV_environ _fp_status _CPU_REVISION_CPU_KEYBITS_1 _FPU_MODEL_start $$dyncall __tool_init_mcount_clear_counters _sr4export__d_trap $UNWIND_START $UNWIND_END$RECOVER_START $RECOVER_END __dld_flags __dld_hook __dld_list __SYSTEM_ID _SYSTEM_ID _FPU_REVISIONenviron __d_trap_fptr $PFA_C_START $PFA_C_ENDerrno__ismt_tepv_ktepv__islwp__cxperf_dld_hook __dld_loc__tdsize _thread_init_etext_endtaddrL$C0001L$C0022L$C0023L$C0053L$C0021L$C0052L$C0028L$C0026L$C0024L$C0031L$C0030L$C0029L$C0027L$C0051L$C0050L$C0049L$C0048L$C0025L$C0047L$C0020L$C0017L$C0019L$C0007L$C0006L$C0005L$C0004L$C0003L$C0002L$C0000L$C0054L$C0055L$C0008L$C0009L$C0018L$C0015L$C0014L$C0013L$C0016L$C0012L$C0011L$C0010L$0022L$0025 L$text0000L$0027L$0019L$0026L$text_end0000$CODE$printfsocket_timeout show_license show_help show_versionstrcmp server_name query_string server_portstrncpyalarmatoiexitprocess_arguments alarm_handlersignal__maindisplay_licensemy_tcp_connectbzerostrcpysendallrecvallL$0011L$0104L$0021L$0023L$0114L$0113 __SB_masksisasciitime_isdigit my_inet_aton my_connect_islowerconnectsocketgetprotobynamememcpy gethostbyname _isxdigitstripsend_isspacerecvsleepinitialized___9 __CTOR_LIST__ __DTOR_LIST____do_global_dtors__do_global_ctorsatexit_exit_dummy_decl__gcc_plt_call_exit_dummy_refdyncallUUX.11.01.06 (ROSE)noshlibs$$dyncall_external$$dyncall_external_20etextedataend_etext_edata_end __SYSTEM_ID _fp_status__tdsizeLXt7@7@7H6Xt7J7 M45Xt7N45 Xt 6L6Ly$)</   pO08˚v8v;Ahů 4L'-(K!xy!xy 4umT/}hhvQ0@֘6u-smT !x'6] / gy ƿY6/5z˚v8vhů;An bltD8rP.Ks>  k?#`(7{ 7 +h#`+h8'y 4yEe'y 7D7%767+4>#"744445 rנjb+h%+h% (4Ц @Ц D(43 H?(ਃ 43 ` 7+4>7D7%7744z#0*74444@H@7D7%7#-7444+H87D7%77+`H6` 24M74444#0 `7@@@@ 7K?@ @@@@k?7k?#A0k? 7Y0k?4@4 @@K?K?7@4K? *@K? K? 7@@4K? rKa?H:@7?!#07@4@4@x7?!7?!7@4#!079P4@4Ka?@xH:K>@7? 44@B7?@B?7?B?@k?ok?7?"0'E' 860.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?ok)4`@54`< G>-( 44@_4+H6K>9K>QK>ik< *K>y4 ߟ444K>IKa $k?459@ 4 7+4:`4_4X54K>a59k?4@4"`75K<@K4k>+k>4!`k>+`H?@k>+H5g k>+4=pk>+47k>Ka?49k? Ka?4:k? 4b c?Ka?4=K?k?+`438k?1@ k?+44`!k?!k?)44_47=)44_4G=-+4:`4_m4+4:`4_=4+4:`4_ 4u k?)+`H?Pk?9k?A k?Ik?Q@k?Q+`Kqh% K>Ak?( k?49k?(k?q4:k?+`k> 4"hk?yk>7>7>444? ]7K@7?ςK>ك ( 4z7W56 267346?7B? C? (?7W4@ˀ@  4 "@R@@@  4 "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4& "@@@@  4 "@@@@  4 "@@@@  4 "@R@@@  4r "@@@@Ka?4!4! <4?@@k?7k?#A0k? 7Yk?4_4 @@K?K?7_4K? *@K? K? 7_4K? rKa?H:@7?!#074_-4@x7?!7?!7_4#!0794_4Ka?_H:K>@7? 44@B7?@B?7?B?@k?ok?7?"0'E' 860.&40N 1N 7?9AE'E1!881N 0N 9!F'F9AE881N 1$N 1A'1a0 0 1$N 1DN9aJ'J2 9@9@2N1dN2 ' 8G1@' X1@ 2N1dN 2 ' 8G 'V1@ 9G4`1dN9%G'X:E1@ 'E887A`1dN'W3N:Et"1DN 8K7C`0 'E18 V!9eG1!6`8:G' F9eG1DN 1$N  'G9aH9GS9G' H9AE4` 'E'G'F6 # 4W`7=$ |6`6`= 37`!/K?YK?@O?k?7+`H6@+ H4?`44477K?Y@7??K?Yk?4?k?474_4$+`7 h<H_E@eK?Y#0+74:_E4%K?Y@z@@`@@K?@ @Ku>Ks> k?Ku>1Ks>9 k?Ku=Ks= k?Ku=Ks= k?Ku?Ks? k?Ku>Ks> k?Ku=Ks= k?Ku?1Ks?9 k?Ku=Ks= k?k?7k?qHk?Dk?yk?k?@k?+ZG@ Y+F+ȼ@CH 0b H 8b Hs @b ꄠ 0#A0_U7Z 04h_5Z#A0_7Zp#A0_7Z#A0#!07Z_798#A0#!07Z@_79h#A0_7Z_Z H 0b!H 8I#A0_M7Z 04h_-Z#A0_7Z(#A0_7Z@#A04,D_7Z#A0_7Zh#A0_7Z#A04_7Z_}Z#A0_e7Z #A0_M7Z #A0_57Z #A0_7Z `#A0_7Z #A0_7Z #A0_7Z @#A0_7Z _ZH 8b @@ 0H 0b H 8b Hs @b "`(_m4+Jy F_u4_H (+7?QS+`Jy @(4:`ȼH7/_m4 4 +44$(k/Z_]k/Y7/1_mk/)K?Q7/k?Y@7?Y 8H (#A0_7Z (_=K?Q4771K?Q7?a@k?a˜#A07Z _4B` K?a#A07Z _]4B043H#A0X_-7Zp_mK?Q_4477Q#!079K7A_MZ #A0#A07Z_4BY_7Zp_K?Q_4\K.K?qK?yK?K?K?K?@7/Ku>AKs>I k?Ku>Ks> k?k?ok?aFk?iEk? k?k?k?!k?)k?1k?9k?Ak?Ik?Qk?Yk?q@k?yP4?+`H4#`4Z_4C``+IS4+"!0R"0!0!0!0!0!a0!A06h( 69x_Hz? BbX4?  Z4_4a Hz?_=6 Ba4? Z4_m4aHz?_5 :a4? _E4+8h< Hz?_u5 Ba(4?_ +]h< (4Hz?_ 5 Hz?_5 +Spjg 0Hz?_5y +S0jg 8Hz?_m5Yȏ (4?jG @4] 4K>K? K?K?K?!K?)K?1K?9K?AK?IK?QK?YK?aK?iK?qK?y@O?@ @K?@ @+k?#A07H9 (_7Z_4k?"7@6@K?Y@7?Ku>Ks> k?Ku?AKs?I k?Ku>aKs>i k?Ku?!Ks?) k?Ku>Ks> k?k?7k?AEk?I7?Dk?14 Gk?9F_k?Q7?4g?ZY@g? Z_UZ˜#BY`7ZHK ZK_5Jy_UZȜ8#"#BY7Zx_@4Z_u79H404_4Z@`(h#B_7Z47?_4 `Ka?4H4 `#B@4ʂ X#Bj4ފ X#B#B7Z_ 4BH7Z0_ 4B0#B7Z_ 4B_ 7Z44K>K?1K?9K?AK?IK?Q@7?Ku>!Ks>) k?Ku=Ks= k?Ku>Ks> k?Ku>qKs>y k?Ku>Ks> k?k?Ka?7k?1k?9Mk?Q7?k?Y NIk?qFk?k?Ak?Ik?ak?ik?yk?@cI3` "c s@044_Z#44`s P4 034ct 4s 4 034 c4 4 4 _Z I3` c ` r_5Z Zk?'k?' 04:G'VK?43?s E҃!4\_Z I3` *c ` 0I34\_Z I34d` 0ԥc s` 84??(4?_}Z 4??4? eE 03-c4\s 7?)Sz 03 E` p _Z!8I3` "c @0 p4_Z s6sh@@4@ 0`4`K?s @K?K?֔ s  tT` EK?X4K?K?!s ֔  Sֵ  S eE i4K>K?1K?9K?AK?IK?QK?YK?aK?iK?qK?yK?K?@7?k?o_5C4@\@X7? |su Tz t r K?Y b`K?Y@O?Ku>QKs>Y k?k?oGk? Fk?Ek?!4k?H Hs`0Zf X_54? h74?K>K? K?K?K?!@O?Ku?Ks?  k?Ku>Ks> k?Ku=Ks= k?k?7k?!Jk?)Ik?1k?9Gk?AZFk?I4k?Yk?QH_ YKa?7?H_4BdH` Z X_4C PIv B_E7?K?K? i@ 4_m4B?a`_Oe h\`P\K>K?!K?)K?1K?9K?AK?IK?QK?Y@7?k?#B7_7Z#B_7Z#B_7Z#B_7Z#B_m7Z#B_U7Zx#B_=7Z#B_%7Zx#B_ 7Z#B_7Z`#B_7ZK?Y@7?@ @K?@ @k?+7H!k?Dk?k?H4+H! (0 8CHvBS h0?HvK?YK?@O?Ku>Ks> k?+k?7Uk?Tk?k?JJ @DJJ 460?6u P++H! # =BS4c?`?++H!_H:SK?YK?@O?+k?7Tk?Uk?JJ (DJ4_MjSK?Y@O?@ @K?@ @k?JJ BK?@ @? crt0: errno: DLD_PATH/usr/lib/dld.slERROR couldn't open ERROR reading ERROR bad magic number/system id for ERROR bad hpux aux header for (text) (bss) (data)? crt0: errno: tsdIncorrect command line arguments supplied NRPE Plugin for Nagios Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org) Version: %s 1.8Last Modified: %s 01-16-2003License: GPL Usage: %s -H [-p port] [-c command] [-to to_sec] Options: = The IP address of the host running the NRPE daemon [port] = The port on which the daemon is running - default is %d [command] = The name of the command that the remote daemon should run [to_sec] = Number of seconds before connection attempt times out. Default timeout is %d seconds Note: This plugin requires that you have the NRPE daemon running on the remote host. You must also have configured the daemon to associate a specific plugin command with the [command] option you are specifying here. Upon receipt of the [command] argument, the NRPE daemon will run the appropriate plugin command and send the plugin output and return code back to *this* plugin. This allows you to execute plugins on remote hosts and 'fake' the results to make Nagios think the plugin is being run locally. CHECK_NRPE: Error sending query to host. CHECK_NRPE: Error receiving data from host. CHECK_NRPE: Received 0 bytes. Are we allowed to connect to the host? CHECK_NRPE: Receive underflow - only %d bytes received (%d expected). CHECK_NRPE: No output returned from NRPE daemon. %s -H-c-p-to-h--help--license--versionCHECK_NRPE: Socket timeout after %d seconds. tcpInvalid host name '%s' Cannot map "%s" to protocol number udpSocket creation failed Connection refused by host Timeout while attempting connection Network is unreachable Connection refused or timed out This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. H  \`!d8!h!!!!"""" "<"@"\"`"|""""""""### #<#@#\#`#x#$L$P$\$`$|$&&&''d'h'l'p'p't't(h,,8.|..../X01p4\ 4`445T5667,7H778d8h889 0 'x ' 6, . . 0 4 5X 70 7 8 @$Revision: 92453-07 linker linker crt0.o B.11.13 DBG 990903 $ERROR: mmap failed for dldERROR: mmap failed for TSD"_NRPE_CHECK @@ @@''15( (P05p0',4/1@./@1(71X(', 5X'/((8..870@P@@@@.@h@d@\@`check_nrpe.c/home/benny/temp/nrpe-1.8/src/check_nrpe.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;server_port:G1query_string:G21socket_timeout:G1show_help:G1show_license:G1show_version:G1main:F1argc:P1argv:P288sd:1rc:r1result:r1send_packet:22receive_packet:22bytes_to_send:1bytes_to_recv:1process_arguments:F1argc:P1argv:P288x:r1alarm_handler:F19sig:P1server_name:G294=ar1;0;255;2utils.c/home/benny/temp/nrpe-1.8/src/utils.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19packet_struct:T20=s1040packet_type:1,0,32;packet_version:1,32,32;result_code:1,64,32;buffer_length:1,96,32;buffer:21=ar1;0;1023;2,128,8192;;packet:t22=20__gnuc_va_list:t23=24=*19int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29FILE:t155=156=s16__cnt:1,0,32;__ptr:157=*11,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t158=159=s44__cnt:1,0,32;__ptr:157,32,32;__base:157,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:157,128,32;__newbase:157,160,32;__smbuf:160=ar1;0;15;11,192,128;__unused:24,320,32;;__va_list:t161=162=*13__va_list__:t163=162div_t:t164=165=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t166=167=s8quot:3,0,32;rem:3,32,32;;wchar_t:t168=4sigval:T169=u4__svi_int_s:170=s4__svi_int:1,0,32;;,0,32;__sival_ptr:24,0,32;;sigval_t:t171=169pthread_attr_t:t172=1sigevent:T173=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:171,64,32;__sigev_notify_function:174=*175=f19,96,32;__sigev_notify_attributes:176=*172,128,32;__sigev_reserved:177=ar1;0;7;1,160,256;;sigevent_t:t178=173__sigev_types:T179=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T180=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T181=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t182=181itimerspec:T183=s16it_interval:181,0,64;it_value:181,64,64;;__clockid_t:T184=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t185=184timer_t:t186=5timeval:T187=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T188=s16it_interval:187,0,64;it_value:187,64,64;;timezone:T189=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T190=s8hi:30,0,32;lo:30,32,32;;cycles_t:t191=190ki_timeval:T192=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t193=34rlimit:T194=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T195=s76ru_utime:187,0,64;ru_stime:187,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T196=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T197=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:171,96,32;__data:198=u12__proc:199=s8__pid:78,0,32;__pdata:200=u4__kill:201=s4__uid:81,0,32;;,0,32;__SIGCLD:202=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:203=s4__addr:24,0,32;;,0,32;__file:204=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:205=s12__addr:24,0,32;__lockpage:24,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:206=ar1;0;8;3,224,288;;siginfo_t:t207=197__sigset_t:T208=s32sigset:209=ar1;0;7;4,0,256;;sigset_t:t210=208__fp_dbl_block:T211=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t212=211__fp_int_block:T213=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t214=213__reg64:T215=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:216=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t217=215__reg32:T218=s512ss_reserved:219=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:220=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t221=218__ss_narrow:T222=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t223=222__save_state:T224=s1152ss_flags:1,0,32;ss_narrow:223,32,1984;ss_pad:1,2016,32;ss_fpblock:225=u256fpdbl:212,0,2048;fpint:214,0,2048;;,2048,2048;ss_xor:226=ar1;0;127;2,4096,1024;ss_wide:227=u512ss_64:217,0,4096;ss_32:221,0,4096;;,5120,4096;;save_state_t:t228=224__stack:T229=s12ss_sp:24,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t230=229mcontext_t:t231=228__sub_ctxt:T232=s48__uc_link:233=*234=xs__ucontext:,0,32;__uc_sigmask:210,32,256;__uc_stack:230,288,96;;__sub_ctxt_t:t235=232__ucontext:T234=s1240uc_mcontext:231,0,9216;uc_spares:177,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:232,9504,384;;ucontext_t:t236=234sig_atomic_t:t237=4sigaction:T238=s40__handler:239=u4__sa_sigaction:240=*241=f19,0,32;__sa_handler:242=*243=f19,0,32;;,0,32;sa_mask:210,32,256;sa_flags:1,288,32;;pthread_t:t244=1sigstack:T245=s8ss_sp:24,0,32;ss_onstack:1,32,32;;sigvec:T246=s12sv_handler:242,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T247=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t248=247siglocal_misc:T249=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:250=ar1;0;3;3,192,128;;siglocal_misc_t:t251=249siglocal:T252=s1192sl_misc:249,0,320;sl_ss:228,320,9216;;siglocalx:T253=s1344sl_misc:249,0,320;sl_uc:236,320,9920;sl_si:207,10240,512;;__xsi:T254=s116sc:232,0,384;__padding:1,384,32;si:207,416,512;;__xsi_t:t255=254sigcontext:T256=s1392sc_ctxt:257=u1344sl:252,0,9536;sx:253,0,10752;;,0,10752;sc_args:250,10752,128;sc_sfm:247,10880,256;; :T258=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t259=258wait:T260=u4w_status:1,0,32;w_T:261=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:262=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T263=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t264=265=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T266=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T267=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;utimbuf:T268=s8actime:86,0,32;modtime:86,32,32;;stat:T269=s104st_dev:57,0,32;st_ino:60,32,32;st_mode:61,64,16;st_nlink:62,80,16;st_reserved1:9,96,16;st_reserved2:9,112,16;st_rdev:57,128,32;st_size:71,160,32;st_atime:86,192,32;st_spare1:1,224,32;st_mtime:86,256,32;st_spare2:1,288,32;st_ctime:86,320,32;st_spare3:1,352,32;st_blksize:3,384,32;st_blocks:77,416,32;st_pad:4,448,29;st_sysVacl:4,477,1;st_acl:4,478,1;st_remote:4,479,1;st_netdev:57,480,32;st_netino:60,512,32;st_cnode:85,544,16;st_rcnode:85,560,16;st_netsite:84,576,16;st_fstype:8,592,16;st_realdev:57,608,32;st_basemode:9,640,16;st_spareshort:9,656,16;st_uid:81,672,32;st_gid:80,704,32;st_spare4:270=ar1;0;2;29,736,96;;flock:T271=s16l_type:8,0,16;l_whence:8,16,16;l_start:71,32,32;l_len:71,64,32;l_pid:78,96,32;;iovec:T272=s8iov_base:24,0,32;iov_len:87,32,32;;uio_rw:T273=eUIO_READ:1,UIO_WRITE:2,;linger:T274=s8l_onoff:1,0,32;l_linger:1,32,32;;socklen_t:t275=87sockaddr:T276=s16sa_family:9,0,16;sa_data:277=ar1;0;13;2,16,112;;sockproto:T278=s4sp_family:9,0,16;sp_protocol:9,16,16;;msghdr:T279=s24msg_name:95,0,32;msg_namelen:1,32,32;msg_iov:280=*272,64,32;msg_iovlen:1,96,32;msg_accrights:95,128,32;msg_accrightslen:1,160,32;;msghdr2:T281=s28msg_name:95,0,32;msg_namelen:275,32,32;msg_iov:280,64,32;msg_iovlen:104,96,32;msg_control:95,128,32;msg_controllen:275,160,32;msg_flags:1,192,32;;in_addr_t:t282=5in_addr:T283=s4s_addr:282,0,32;;sockaddr_in:T284=s16sin_family:8,0,16;sin_port:103,16,16;sin_addr:283,32,32;sin_zero:285=ar1;0;7;2,64,64;;ip_mreq:T286=s8imr_multiaddr:283,0,32;imr_interface:283,32,32;;hostent:T287=s20h_name:93,0,32;h_aliases:288=*93,32,32;h_addrtype:1,64,32;h_length:1,96,32;h_addr_list:288,128,32;;netent:T289=s16n_name:93,0,32;n_aliases:288,32,32;n_addrtype:1,64,32;n_net:282,96,32;;servent:T290=s16s_name:93,0,32;s_aliases:288,32,32;s_port:1,64,32;s_proto:93,96,32;;protoent:T291=s12p_name:93,0,32;p_aliases:288,32,32;p_proto:1,64,32;;rpcent:T292=s12r_name:93,0,32;r_aliases:288,32,32;r_number:1,64,32;;group:T293=s16gr_name:93,0,32;gr_passwd:93,32,32;gr_gid:80,64,32;gr_mem:288,96,32;;my_tcp_connect:F1host_name:P93port:P1sd:P294=*1my_connect:F1host_name:P93port:P1sd:P294proto:P93servaddr:284hp:r295=*287ptrp:r296=*291my_inet_aton:F1cp:P297=*2addr:P298=*283val:r4base:r1n:r1c:r2parts:299=ar1;0;3;104pp:r300=*104strip:F19buffer:P93x:r1index:r1sendall:F1s:P1buf:P93len:P294total:r1bytesleft:r1n:r1recvall:F1s:P1buf:P93len:P294timeout:P1total:r1bytesleft:r1n:r1start_time:86current_time:86display_license:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__do_global_dtors:F19_exit_dummy_ref:G289=*1__do_global_ctors:F19__main:F19libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*233=f19,0,32;__sa_handler:234=*235=f19,0,32;;,0,32;sa_mask:202,32,256;sa_flags:1,288,32;;pthread_t:t236=1sigstack:T237=s8ss_sp:162,0,32;ss_onstack:1,32,32;;sigvec:T238=s12sv_handler:234,0,32;sv_mask:1,32,32;sv_flags:1,64,32;;frame_marker:T239=s32fm_edp:1,0,32;fm_esr4:1,32,32;fm_erp:1,64,32;fm_crp:1,96,32;fm_sl:1,128,32;fm_clup:1,160,32;fm_ep:1,192,32;fm_psp:1,224,32;;frame_marker_t:t240=239siglocal_misc:T241=s40sm_syscall:1,0,32;sm_onstack:1,32,32;sm_omask:1,64,32;sm_syscall_action:2,96,8;sm_eosys:2,104,8;sm_error:9,112,16;sm_rval1:3,128,32;sm_rval2:3,160,32;sm_arg:242=ar1;0;3;3,192,128;;siglocal_misc_t:t243=241siglocal:T244=s1192sl_misc:241,0,320;sl_ss:220,320,9216;;siglocalx:T245=s1344sl_misc:241,0,320;sl_uc:228,320,9920;sl_si:199,10240,512;;__xsi:T246=s116sc:224,0,384;__padding:1,384,32;si:199,416,512;;__xsi_t:t247=246sigcontext:T248=s1392sc_ctxt:249=u1344sl:244,0,9536;sx:245,0,10752;;,0,10752;sc_args:242,10752,128;sc_sfm:239,10880,256;; :T250=eP_PID:0,P_PGID:1,P_SID:2,P_UID:3,P_GID:4,P_CID:5,P_ALL:6,;idtype_t:t251=250wait:T252=u4w_status:1,0,32;w_T:253=s4w_pad:9,0,16;w_Retcode:4,16,8;w_Coredump:4,24,1;w_Termsig:4,25,7;;,0,32;w_S:254=s4w_pad:9,0,16;w_Stopsig:4,16,8;w_Stopval:4,24,8;;,0,32;;mallinfo:T255=s40arena:29,0,32;ordblks:29,32,32;smblks:29,64,32;hblks:29,96,32;hblkhd:29,128,32;usmblks:29,160,32;fsmblks:29,192,32;uordblks:29,224,32;fordblks:29,256,32;keepcost:29,288,32;;long_double:t256=257=s16word1:30,0,32;word2:30,32,32;word3:30,64,32;word4:30,96,32;;passwd:T258=s44pw_name:93,0,32;pw_passwd:93,32,32;pw_uid:81,64,32;pw_gid:80,96,32;pw_age:93,128,32;pw_comment:93,160,32;pw_gecos:93,192,32;pw_dir:93,224,32;pw_shell:93,256,32;pw_audid:29,288,32;pw_audflg:1,320,32;;s_passwd:T259=s20pw_name:93,0,32;pw_passwd:93,32,32;pw_age:93,64,32;pw_audid:29,96,32;pw_audflg:1,128,32;;__gnuc_va_list:t260=162FILE:t261=262=s16__cnt:1,0,32;__ptr:263=*11,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;;_FILEX:t264=265=s44__cnt:1,0,32;__ptr:263,32,32;__base:263,64,32;__flag:9,96,16;__fileL:11,112,8;__fileH:11,120,8;__bufendp:263,128,32;__newbase:263,160,32;__smbuf:266=ar1;0;15;11,192,128;__unused:162,320,32;;__va_list:t267=268=*13__va_list__:t269=268utimbuf:T270=s8actime:86,0,32;modtime:86,32,32;;machine_mode:T271=eVOIDmode:0,PQImode:1,QImode:2,PHImode:3,HImode:4,PSImode:5,SImode:6,PDImode:7,DImode:8,TImode:9,OImode:10,QFmode:11,HFmode:12,TQFmode:13,SFmode:14,DFmode:15,XFmode:16,TFmode:17,QCmode:18,HCmode:19,SCmode:20,DCmode:21,XCmode:22,TCmode:23,CQImode:24,CHImode:25,CSImode:26,CDImode:27,CTImode:28,COImode:29,BLKmode:30,CCmode:31,CCFPmode:32,MAX_MACHINE_MODE:33,;mode_class:T272=eMODE_RANDOM:0,MODE_INT:1,MODE_FLOAT:2,MODE_PARTIAL_INT:3,MODE_CC:4,MODE_COMPLEX_INT:5,MODE_COMPLEX_FLOAT:6,MAX_MODE_CLASS:7,;ptrdiff_t:t273=1wint_t:t274=4UQItype:t275=11SItype:t276=1USItype:t277=4DItype:t278=6UDItype:t279=7SFtype:t280=12DFtype:t281=13word_type:t282=1DIstruct:T283=s8high:276,0,32;low:276,32,32;;DIunion:t284=285=u8s:283,0,64;ll:278,0,64;;func_ptr:t286=287=*288=f19__CTOR_LIST__:G289=ar1;0;1;286__DTOR_LIST__:G289libgcc2.c/opt/tmp/gcc-2.95.2/gcc/./libgcc2.cint:t1=r1;0020000000000;0017777777777;char:t2=r2;0;127;long int:t3=r1;0020000000000;0017777777777;unsigned int:t4=r1;0000000000000;0037777777777;long unsigned int:t5=r1;0000000000000;0037777777777;long long int:t6=r1;01000000000000000000000;0777777777777777777777;long long unsigned int:t7=r1;0000000000000;01777777777777777777777;short int:t8=r8;-32768;32767;short unsigned int:t9=r9;0;65535;signed char:t10=r10;-128;127;unsigned char:t11=r11;0;255;float:t12=r1;4;0;double:t13=r1;8;0;long double:t14=r1;8;0;complex int:t15=s8real:1,0,32;imag:1,32,32;;complex float:t16=r16;4;0;complex double:t17=r17;8;0;complex long double:t18=r18;8;0;void:t19=19cmp_type:T20=eCMP_SI:0,CMP_SF:1,CMP_DF:2,CMP_MAX:3,;processor_type:T21=ePROCESSOR_700:0,PROCESSOR_7100:1,PROCESSOR_7100LC:2,PROCESSOR_7200:3,PROCESSOR_8000:4,;architecture_type:T22=eARCHITECTURE_10:0,ARCHITECTURE_11:1,ARCHITECTURE_20:2,;reg_class:T23=eNO_REGS:0,R1_REGS:1,GENERAL_REGS:2,FPUPPER_REGS:3,FP_REGS:4,GENERAL_OR_FP_REGS:5,SHIFT_REGS:6,ALL_REGS:7,LIM_REG_CLASSES:8,;hppa_args:T24=s12words:1,0,32;nargs_prototype:1,32,32;indirect:1,64,32;;int8_t:t25=2uint8_t:t26=11int16_t:t27=8uint16_t:t28=9int32_t:t29=1uint32_t:t30=4intfast_t:t31=1uintfast_t:t32=4int64_t:t33=6uint64_t:t34=7intmax_t:t35=33uintmax_t:t36=34intptr_t:t37=3uintptr_t:t38=5int_least8_t:t39=2uint_least8_t:t40=11int_fast8_t:t41=1uint_fast8_t:t42=4int_least16_t:t43=8uint_least16_t:t44=9int_fast16_t:t45=1uint_fast16_t:t46=4int_least32_t:t47=1uint_least32_t:t48=4int_fast32_t:t49=1uint_fast32_t:t50=4int_least64_t:t51=33int_fast64_t:t52=33uint_least64_t:t53=34uint_fast64_t:t54=34ptr32_t:t55=30mqd_t:t56=1dev_t:t57=29ino32_t:t58=30ino64_t:t59=34ino_t:t60=5mode_t:t61=28nlink_t:t62=28fpos32_t:t63=29fpos64_t:t64=33fpos_t:t65=3fsblkcnt32_t:t66=30fsblkcnt64_t:t67=34fsblkcnt_t:t68=5off32_t:t69=29off64_t:t70=33off_t:t71=3fsfilcnt32_t:t72=30fsfilcnt64_t:t73=34fsfilcnt_t:t74=5blkcnt32_t:t75=29blkcnt64_t:t76=33blkcnt_t:t77=3pid_t:t78=29lwpid_t:t79=29gid_t:t80=29uid_t:t81=29tid_t:t82=29ssize_t:t83=3__site_t:t84=28__cnode_t:t85=28time_t:t86=3size_t:t87=4clock_t:t88=30key_t:t89=29__ushort:t90=9__daddr_t:t91=29__caddr_t:t92=93=*2__swblk_t:t94=29caddr_t:t95=92id_t:t96=29useconds_t:t97=30rlim32_t:t98=30rlim64_t:t99=34rlim_t:t100=5site_t:t101=84u_char:t102=11u_short:t103=9u_int:t104=4u_long:t105=5uint:t106=4ushort:t107=9ubit8:t108=11ubit16:t109=9ubit32:t110=30sbit8:t111=2sbit16:t112=8sbit32:t113=29swblk_t:t114=94daddr_t:t115=91cnode_t:t116=85paddr_t:t117=38page_t:t118=37pgcnt_t:t119=29physpfn_t:t120=30iophyspfn_t:t121=38pgaddr_t:t122=38space_t:t123=30prot_t:t124=30ulong_t:t125=5cnt_t:t126=27cdno_t:t127=30use_t:t128=28_physadr:T129=s4r:130=ar1;0;0;37,0,32;;physadr:t131=132=*129_quad:T133=s8val:134=ar1;0;1;3,0,64;;quad:t135=133spu_t:t136=1cpu_t:t137=8label_t:T138=s160lbl_rp:29,0,32;lbl_sp:29,32,32;lbl_s:139=ar1;0;16;29,64,544;lbl_ss:140=ar1;0;0;29,608,32;lbl_sf:141=ar1;0;9;13,640,640;;label_t:t142=138lkinfo:T143=s16lk_name:93,0,32;lk_flags:1,32,32;lk_pad:134,64,64;;lkinfo_t:t144=143pl_t:t145=5dm_message:t146=93aid_t:t147=29sid_t:t148=78__fd_mask:t149=29fd_set:T150=s256fds_bits:151=ar1;0;63;3,0,2048;;fd_set:t152=150fd_mask:t153=149dir_off_t:t154=29div_t:t155=156=s8quot:1,0,32;rem:1,32,32;;ldiv_t:t157=158=s8quot:3,0,32;rem:3,32,32;;wchar_t:t159=4sigval:T160=u4__svi_int_s:161=s4__svi_int:1,0,32;;,0,32;__sival_ptr:162=*19,0,32;;sigval_t:t163=160pthread_attr_t:t164=1sigevent:T165=s52__sigev_notify:1,0,32;__sigev_signo:1,32,32;__sigev_value:163,64,32;__sigev_notify_function:166=*167=f19,96,32;__sigev_notify_attributes:168=*164,128,32;__sigev_reserved:169=ar1;0;7;1,160,256;;sigevent_t:t170=165__sigev_types:T171=e__SIGEV_NONE:1,__SIGEV_SIGNAL:2,__SIGEV_THREAD:3,;tm:T172=s36tm_sec:1,0,32;tm_min:1,32,32;tm_hour:1,64,32;tm_mday:1,96,32;tm_mon:1,128,32;tm_year:1,160,32;tm_wday:1,192,32;tm_yday:1,224,32;tm_isdst:1,256,32;;timespec:T173=s8tv_sec:86,0,32;tv_nsec:3,32,32;;timestruc_t:t174=173itimerspec:T175=s16it_interval:173,0,64;it_value:173,64,64;;__clockid_t:T176=eCLOCK_INVALID:0,CLOCK_REALTIME:1,CLOCK_VIRTUAL:2,CLOCK_PROFILE:4,RTTIMER0:8,RTTIMER1:16,;clockid_t:t177=176timer_t:t178=5timeval:T179=s8tv_sec:86,0,32;tv_usec:3,32,32;;itimerval:T180=s16it_interval:179,0,64;it_value:179,64,64;;timezone:T181=s8tz_minuteswest:1,0,32;tz_dsttime:1,32,32;;__cycles:T182=s8hi:30,0,32;lo:30,32,32;;cycles_t:t183=182ki_timeval:T184=s8pad1:30,0,32;pad2:30,32,32;;kt_t:t185=34rlimit:T186=s8rlim_cur:100,0,32;rlim_max:100,32,32;;rusage:T187=s76ru_utime:179,0,64;ru_stime:179,64,64;ru_maxrss:3,128,32;ru_ixrss:3,160,32;ru_idrss:3,192,32;ru_isrss:3,224,32;ru_minflt:3,256,32;ru_majflt:3,288,32;ru_nswap:3,320,32;ru_inblock:3,352,32;ru_oublock:3,384,32;ru_ioch:3,416,32;ru_msgsnd:3,448,32;ru_msgrcv:3,480,32;ru_nsignals:3,512,32;ru_nvcsw:3,544,32;ru_nivcsw:3,576,32;;__si_codes:T188=eSI_QUEUE:-2,SI_USER:-1,SI_TIMER:1,SI_ASYNCIO:2,SI_MESGQ:3,;__siginfo:T189=s64si_signo:1,0,32;si_code:1,32,32;si_errno:1,64,32;si_value:163,96,32;__data:190=u12__proc:191=s8__pid:78,0,32;__pdata:192=u4__kill:193=s4__uid:81,0,32;;,0,32;__SIGCLD:194=s4__status:1,0,32;;,0,32;;,32,32;;,0,64;__fault:195=s4__addr:162,0,32;;,0,32;__file:196=s8__fd:1,0,32;__band:3,32,32;;,0,64;__gfault:197=s12__addr:162,0,32;__lockpage:162,32,32;__dev_id:3,64,32;;,0,96;;,128,96;__pad:198=ar1;0;8;3,224,288;;siginfo_t:t199=189__sigset_t:T200=s32sigset:201=ar1;0;7;4,0,256;;sigset_t:t202=200__fp_dbl_block:T203=s256ss_fp0:13,0,64;ss_fp1:13,64,64;ss_fp2:13,128,64;ss_fp3:13,192,64;ss_fp4:13,256,64;ss_fp5:13,320,64;ss_fp6:13,384,64;ss_fp7:13,448,64;ss_fp8:13,512,64;ss_fp9:13,576,64;ss_fp10:13,640,64;ss_fp11:13,704,64;ss_fp12:13,768,64;ss_fp13:13,832,64;ss_fp14:13,896,64;ss_fp15:13,960,64;ss_fp16:13,1024,64;ss_fp17:13,1088,64;ss_fp18:13,1152,64;ss_fp19:13,1216,64;ss_fp20:13,1280,64;ss_fp21:13,1344,64;ss_fp22:13,1408,64;ss_fp23:13,1472,64;ss_fp24:13,1536,64;ss_fp25:13,1600,64;ss_fp26:13,1664,64;ss_fp27:13,1728,64;ss_fp28:13,1792,64;ss_fp29:13,1856,64;ss_fp30:13,1920,64;ss_fp31:13,1984,64;;fp_dbl_block_t:t204=203__fp_int_block:T205=s256ss_fpstat:1,0,32;ss_fpexcept1:1,32,32;ss_fpexcept2:1,64,32;ss_fpexcept3:1,96,32;ss_fpexcept4:1,128,32;ss_fpexcept5:1,160,32;ss_fpexcept6:1,192,32;ss_fpexcept7:1,224,32;ss_fp4_hi:1,256,32;ss_fp4_lo:1,288,32;ss_fp5_hi:1,320,32;ss_fp5_lo:1,352,32;ss_fp6_hi:1,384,32;ss_fp6_lo:1,416,32;ss_fp7_hi:1,448,32;ss_fp7_lo:1,480,32;ss_fp8_hi:1,512,32;ss_fp8_lo:1,544,32;ss_fp9_hi:1,576,32;ss_fp9_lo:1,608,32;ss_fp10_hi:1,640,32;ss_fp10_lo:1,672,32;ss_fp11_hi:1,704,32;ss_fp11_lo:1,736,32;ss_fp12_hi:1,768,32;ss_fp12_lo:1,800,32;ss_fp13_hi:1,832,32;ss_fp13_lo:1,864,32;ss_fp14_hi:1,896,32;ss_fp14_lo:1,928,32;ss_fp15_hi:1,960,32;ss_fp15_lo:1,992,32;ss_fp16_hi:1,1024,32;ss_fp16_lo:1,1056,32;ss_fp17_hi:1,1088,32;ss_fp17_lo:1,1120,32;ss_fp18_hi:1,1152,32;ss_fp18_lo:1,1184,32;ss_fp19_hi:1,1216,32;ss_fp19_lo:1,1248,32;ss_fp20_hi:1,1280,32;ss_fp20_lo:1,1312,32;ss_fp21_hi:1,1344,32;ss_fp21_lo:1,1376,32;ss_fp22_hi:1,1408,32;ss_fp22_lo:1,1440,32;ss_fp23_hi:1,1472,32;ss_fp23_lo:1,1504,32;ss_fp24_hi:1,1536,32;ss_fp24_lo:1,1568,32;ss_fp25_hi:1,1600,32;ss_fp25_lo:1,1632,32;ss_fp26_hi:1,1664,32;ss_fp26_lo:1,1696,32;ss_fp27_hi:1,1728,32;ss_fp27_lo:1,1760,32;ss_fp28_hi:1,1792,32;ss_fp28_lo:1,1824,32;ss_fp29_hi:1,1856,32;ss_fp29_lo:1,1888,32;ss_fp30_hi:1,1920,32;ss_fp30_lo:1,1952,32;ss_fp31_hi:1,1984,32;ss_fp31_lo:1,2016,32;;fp_int_block_t:t206=205__reg64:T207=s512ss_reserved:33,0,64;ss_gr1:33,64,64;ss_rp:33,128,64;ss_gr3:33,192,64;ss_gr4:33,256,64;ss_gr5:33,320,64;ss_gr6:33,384,64;ss_gr7:33,448,64;ss_gr8:33,512,64;ss_gr9:33,576,64;ss_gr10:33,640,64;ss_gr11:33,704,64;ss_gr12:33,768,64;ss_gr13:33,832,64;ss_gr14:33,896,64;ss_gr15:33,960,64;ss_gr16:33,1024,64;ss_gr17:33,1088,64;ss_gr18:33,1152,64;ss_gr19:33,1216,64;ss_gr20:33,1280,64;ss_gr21:33,1344,64;ss_gr22:33,1408,64;ss_arg3:33,1472,64;ss_arg2:33,1536,64;ss_arg1:33,1600,64;ss_arg0:33,1664,64;ss_dp:34,1728,64;ss_ret0:34,1792,64;ss_ret1:34,1856,64;ss_sp:34,1920,64;ss_gr31:34,1984,64;ss_cr11:34,2048,64;ss_pcoq_head:34,2112,64;ss_pcsq_head:34,2176,64;ss_pcoq_tail:34,2240,64;ss_pcsq_tail:34,2304,64;ss_cr15:34,2368,64;ss_cr19:34,2432,64;ss_cr20:34,2496,64;ss_cr21:34,2560,64;ss_cr22:34,2624,64;ss_cpustate:34,2688,64;ss_sr4:34,2752,64;ss_sr0:34,2816,64;ss_sr1:34,2880,64;ss_sr2:34,2944,64;ss_sr3:34,3008,64;ss_sr5:34,3072,64;ss_sr6:34,3136,64;ss_sr7:34,3200,64;ss_cr0:34,3264,64;ss_cr8:34,3328,64;ss_cr9:34,3392,64;ss_cr10:34,3456,64;ss_cr12:34,3520,64;ss_cr13:34,3584,64;ss_cr24:34,3648,64;ss_cr25:34,3712,64;ss_cr26:34,3776,64;ss_cr27:34,3840,64;ss_reserved2:208=ar1;0;1;34,3904,128;ss_oldcksum:30,4032,32;ss_newcksum:30,4064,32;;__reg64_t:t209=207__reg32:T210=s512ss_reserved:211=ar1;0;1;30,0,64;ss_gr1_hi:30,64,32;ss_gr1_lo:30,96,32;ss_rp_hi:30,128,32;ss_rp_lo:30,160,32;ss_gr3_hi:30,192,32;ss_gr3_lo:30,224,32;ss_gr4_hi:30,256,32;ss_gr4_lo:30,288,32;ss_gr5_hi:30,320,32;ss_gr5_lo:30,352,32;ss_gr6_hi:30,384,32;ss_gr6_lo:30,416,32;ss_gr7_hi:30,448,32;ss_gr7_lo:30,480,32;ss_gr8_hi:30,512,32;ss_gr8_lo:30,544,32;ss_gr9_hi:30,576,32;ss_gr9_lo:30,608,32;ss_gr10_hi:30,640,32;ss_gr10_lo:30,672,32;ss_gr11_hi:30,704,32;ss_gr11_lo:30,736,32;ss_gr12_hi:30,768,32;ss_gr12_lo:30,800,32;ss_gr13_hi:30,832,32;ss_gr13_lo:30,864,32;ss_gr14_hi:30,896,32;ss_gr14_lo:30,928,32;ss_gr15_hi:30,960,32;ss_gr15_lo:30,992,32;ss_gr16_hi:30,1024,32;ss_gr16_lo:30,1056,32;ss_gr17_hi:30,1088,32;ss_gr17_lo:30,1120,32;ss_gr18_hi:30,1152,32;ss_gr18_lo:30,1184,32;ss_gr19_hi:30,1216,32;ss_gr19_lo:30,1248,32;ss_gr20_hi:30,1280,32;ss_gr20_lo:30,1312,32;ss_gr21_hi:30,1344,32;ss_gr21_lo:30,1376,32;ss_gr22_hi:30,1408,32;ss_gr22_lo:30,1440,32;ss_arg3_hi:30,1472,32;ss_arg3_lo:30,1504,32;ss_arg2_hi:30,1536,32;ss_arg2_lo:30,1568,32;ss_arg1_hi:30,1600,32;ss_arg1_lo:30,1632,32;ss_arg0_hi:30,1664,32;ss_arg0_lo:30,1696,32;ss_dp_hi:4,1728,32;ss_dp_lo:4,1760,32;ss_ret0_hi:4,1792,32;ss_ret0_lo:4,1824,32;ss_ret1_hi:4,1856,32;ss_ret1_lo:4,1888,32;ss_sp_hi:4,1920,32;ss_sp_lo:4,1952,32;ss_gr31_hi:4,1984,32;ss_gr31_lo:4,2016,32;ss_cr11_hi:4,2048,32;ss_cr11_lo:4,2080,32;ss_pcoq_head_hi:4,2112,32;ss_pcoq_head_lo:4,2144,32;ss_pcsq_head_hi:4,2176,32;ss_pcsq_head_lo:4,2208,32;ss_pcoq_tail_hi:4,2240,32;ss_pcoq_tail_lo:4,2272,32;ss_pcsq_tail_hi:4,2304,32;ss_pcsq_tail_lo:4,2336,32;ss_cr15_hi:4,2368,32;ss_cr15_lo:4,2400,32;ss_cr19_hi:4,2432,32;ss_cr19_lo:4,2464,32;ss_cr20_hi:4,2496,32;\ss_cr20_lo:4,2528,32;ss_cr21_hi:4,2560,32;ss_cr21_lo:4,2592,32;ss_cr22_hi:4,2624,32;ss_cr22_lo:4,2656,32;ss_cpustate_hi:4,2688,32;ss_cpustate_lo:4,2720,32;ss_sr4_hi:4,2752,32;ss_sr4_lo:4,2784,32;ss_sr0_hi:4,2816,32;ss_sr0_lo:4,2848,32;ss_sr1_hi:4,2880,32;ss_sr1_lo:4,2912,32;ss_sr2_hi:4,2944,32;ss_sr2_lo:4,2976,32;ss_sr3_hi:4,3008,32;ss_sr3_lo:4,3040,32;ss_sr5_hi:4,3072,32;ss_sr5_lo:4,3104,32;ss_sr6_hi:4,3136,32;ss_sr6_lo:4,3168,32;ss_sr7_hi:4,3200,32;ss_sr7_lo:4,3232,32;ss_cr0_hi:4,3264,32;ss_cr0_lo:4,3296,32;ss_cr8_hi:4,3328,32;ss_cr8_lo:4,3360,32;ss_cr9_hi:4,3392,32;ss_cr9_lo:4,3424,32;ss_cr10_hi:4,3456,32;ss_cr10_lo:4,3488,32;ss_cr12_hi:4,3520,32;ss_cr12_lo:4,3552,32;ss_cr13_hi:4,3584,32;ss_cr13_lo:4,3616,32;ss_cr24_hi:4,3648,32;ss_cr24_lo:4,3680,32;ss_cr25_hi:4,3712,32;ss_cr25_lo:4,3744,32;ss_cr26_hi:4,3776,32;ss_cr26_lo:4,3808,32;ss_cr27_hi:4,3840,32;ss_cr27_lo:4,3872,32;ss_reserved2:212=ar1;0;3;4,3904,128;ss_oldcksum:4,4032,32;ss_newcksum:4,4064,32;;__reg32_t:t213=210__ss_narrow:T214=s248ss_gr1:1,0,32;ss_rp:1,32,32;ss_gr3:1,64,32;ss_gr4:1,96,32;ss_gr5:1,128,32;ss_gr6:1,160,32;ss_gr7:1,192,32;ss_gr8:1,224,32;ss_gr9:1,256,32;ss_gr10:1,288,32;ss_gr11:1,320,32;ss_gr12:1,352,32;ss_gr13:1,384,32;ss_gr14:1,416,32;ss_gr15:1,448,32;ss_gr16:1,480,32;ss_gr17:1,512,32;ss_gr18:1,544,32;ss_gr19:1,576,32;ss_gr20:1,608,32;ss_gr21:1,640,32;ss_gr22:1,672,32;ss_arg3:1,704,32;ss_arg2:1,736,32;ss_arg1:1,768,32;ss_arg0:1,800,32;ss_dp:4,832,32;ss_ret0:4,864,32;ss_ret1:4,896,32;ss_sp:4,928,32;ss_gr31:4,960,32;ss_cr11:4,992,32;ss_pcoq_head:4,1024,32;ss_pcsq_head:4,1056,32;ss_pcoq_tail:4,1088,32;ss_pcsq_tail:4,1120,32;ss_cr15:4,1152,32;ss_cr19:4,1184,32;ss_cr20:4,1216,32;ss_cr21:4,1248,32;ss_cr22:4,1280,32;ss_cpustate:4,1312,32;ss_sr4:4,1344,32;ss_sr0:4,1376,32;ss_sr1:4,1408,32;ss_sr2:4,1440,32;ss_sr3:4,1472,32;ss_sr5:4,1504,32;ss_sr6:4,1536,32;ss_sr7:4,1568,32;ss_cr0:4,1600,32;ss_cr8:4,1632,32;ss_cr9:4,1664,32;ss_cr10:4,1696,32;ss_cr12:4,1728,32;ss_cr13:4,1760,32;ss_cr24:4,1792,32;ss_cr25:4,1824,32;ss_cr26:4,1856,32;ss_cr27:4,1888,32;ss_mpsfu_low:4,1920,32;ss_mpsfu_ovflo:4,1952,32;;__ss_narrow_t:t215=214__save_state:T216=s1152ss_flags:1,0,32;ss_narrow:215,32,1984;ss_pad:1,2016,32;ss_fpblock:217=u256fpdbl:204,0,2048;fpint:206,0,2048;;,2048,2048;ss_xor:218=ar1;0;127;2,4096,1024;ss_wide:219=u512ss_64:209,0,4096;ss_32:213,0,4096;;,5120,4096;;save_state_t:t220=216__stack:T221=s12ss_sp:162,0,32;ss_flags:1,32,32;ss_size:87,64,32;;stack_t:t222=221mcontext_t:t223=220__sub_ctxt:T224=s48__uc_link:225=*226=xs__ucontext:,0,32;__uc_sigmask:202,32,256;__uc_stack:222,288,96;;__sub_ctxt_t:t227=224__ucontext:T226=s1240uc_mcontext:223,0,9216;uc_spares:169,9216,256;uc_created_by_getcontext:4,9472,1;uc_reserved_flags:4,9473,31;uc_subcontext:224,9504,384;;ucontext_t:t228=226sig_atomic_t:t229=4sigaction:T230=s40__handler:231=u4__sa_sigaction:232=*