# PaCkAgE DaTaStReAm EDVlibembryo 1 1147 # end of header 0707010000d2ac000081a40000000000000000000000014551d439000000d0000000760000000700000000000000000000001500000000EDVlibembryo/pkginfoPKG=EDVlibembryo NAME=libembryo ARCH=sparc VERSION=0.9.1.036 CATEGORY=application VENDOR=Enlightenment Developer Team EMAIL=kaethorn@stud.uni-stuttgart.de PSTAMP=Falko Schmidt BASEDIR=/usr/local CLASSES=none 0707010000d2ab000081a40000000000000000000000014551d439000003a5000000760000000700000000000000000000001400000000EDVlibembryo/pkgmap: 1 1147 1 d none bin 0755 bin bin 1 f none bin/embryo-config 0755 bin bin 1044 9356 1162990639 1 f none bin/embryo_cc 0755 bin bin 298312 10400 1162990638 1 i copyright 1669 12716 1080121708 1 i depend 0 0 1162902631 1 d none include 0755 bin bin 1 f none include/Embryo.h 0644 bin bin 5911 3766 1162990636 1 d none lib 0755 bin bin 1 f none lib/libembryo.a 0644 bin bin 134888 56028 1162990635 1 f none lib/libembryo.la 0755 bin bin 810 3866 1162990634 1 s none lib/libembryo.so=libembryo.so.0.9.1 1 s none lib/libembryo.so.0=libembryo.so.0.9.1 1 f none lib/libembryo.so.0.9.1 0755 bin bin 97776 4064 1162990634 1 d none lib/pkgconfig 0755 bin bin 1 f none lib/pkgconfig/embryo.pc 0644 bin bin 204 18406 1162990639 1 i pkginfo 208 17736 1162990649 1 d none share 0755 bin bin 1 d none share/embryo 0755 bin bin 1 d none share/embryo/include 0755 bin bin 1 f none share/embryo/include/default.inc 0644 bin bin 9507 53827 1162990638 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010000d2ac000081a40000000000000000000000014551d439000000d0000000760000000700000000000000000000000800000000pkginfoPKG=EDVlibembryo NAME=libembryo ARCH=sparc VERSION=0.9.1.036 CATEGORY=application VENDOR=Enlightenment Developer Team EMAIL=kaethorn@stud.uni-stuttgart.de PSTAMP=Falko Schmidt BASEDIR=/usr/local CLASSES=none 0707010000d2ab000081a40000000000000000000000014551d439000003a5000000760000000700000000000000000000000700000000pkgmap: 1 1147 1 d none bin 0755 bin bin 1 f none bin/embryo-config 0755 bin bin 1044 9356 1162990639 1 f none bin/embryo_cc 0755 bin bin 298312 10400 1162990638 1 i copyright 1669 12716 1080121708 1 i depend 0 0 1162902631 1 d none include 0755 bin bin 1 f none include/Embryo.h 0644 bin bin 5911 3766 1162990636 1 d none lib 0755 bin bin 1 f none lib/libembryo.a 0644 bin bin 134888 56028 1162990635 1 f none lib/libembryo.la 0755 bin bin 810 3866 1162990634 1 s none lib/libembryo.so=libembryo.so.0.9.1 1 s none lib/libembryo.so.0=libembryo.so.0.9.1 1 f none lib/libembryo.so.0.9.1 0755 bin bin 97776 4064 1162990634 1 d none lib/pkgconfig 0755 bin bin 1 f none lib/pkgconfig/embryo.pc 0644 bin bin 204 18406 1162990639 1 i pkginfo 208 17736 1162990649 1 d none share 0755 bin bin 1 d none share/embryo 0755 bin bin 1 d none share/embryo/include 0755 bin bin 1 f none share/embryo/include/default.inc 0644 bin bin 9507 53827 1162990638 0707010000d2bd000041ed0000000000000000000000024551d43900000000000000760000000700000000000000000000000800000000install0707010000d2be000081a40000000000000000000000014061596c00000685000000760000000700000000000000000000001200000000install/copyrightCopyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies of the Software and its Copyright notices. In addition publicly documented acknowledgment must be given that this software has been used if no source code of this software is made available publicly. This includes acknowledgments in either Copyright notices, Manuals, Publicity and Marketing documents or any documentation provided with any product containing this software. This License does not apply to any software that links to the libraries provided by this software (statically or dynamically), but only to the software provided. Please see the COPYING.PLAIN for a plain-english explanation of this notice and it's intent. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 0707010000d2bf000081a400000000000000000000000145507c6700000000000000760000000700000000000000000000000f00000000install/depend0707010000d2ad000041ed0000000000000000000000064551d43900000000000000760000000700000000000000000000000600000000reloc0707010000d2ae000041ed0000000000000000000000024551d43900000000000000760000000700000000000000000000000a00000000reloc/bin0707010000d2af000081ed0000000200000002000000014551d42f00000414000000760000000700000000000000000000001800000000reloc/bin/embryo-config#!/bin/sh prefix=/usr/local exec_prefix=${prefix} exec_prefix_set=no usage="\ Usage: embryo-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" if test $# -eq 0; then echo "${usage}" 1>&2 exit 1 fi while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac case $1 in --prefix=*) prefix=$optarg if test $exec_prefix_set = no ; then exec_prefix=$optarg fi ;; --prefix) echo $prefix ;; --exec-prefix=*) exec_prefix=$optarg exec_prefix_set=yes ;; --exec-prefix) echo $exec_prefix ;; --version) echo 0.9.1.036 ;; --cflags) if test /usr/local/include != /usr/include ; then includes="-I/usr/local/include" fi echo $includes ;; --libs) libdirs=-L${exec_prefix}/lib echo $libdirs -lembryo -lm ;; *) echo "${usage}" 1>&2 exit 1 ;; esac shift done exit 0 0707010000d2b0000081ed0000000200000002000000014551d42e00048d48000000760000000700000000000000000000001400000000reloc/bin/embryo_ccELF+44 (#"44ڋڋڌڌ*/usr/lib/ld.so.13-  "$%&(*+,-.0234679:;<>?ABCDEFGJKLMNOQTUVW[\]^_`acdfgiloprtuvy|}    "#%&)*,!#')/158=@HIPRSXYZbehjkmnqswxz{~  !$'(+TDv .$ +|8 6?D( I0@OۤVE( ]bیh3 u{L  2   . @8x 6 u( <| 1( 2 DH &0< -/4  8+t ?GR/h0 ^. kPD tCL l h44 M4 ڋ ۀ\J0@!\  D8( 0 ݄3(P &p .<@ 9B>( J W/ 2cG( i@t t{  ܠݜ0 r4  H( 0 $28x \ O- Zkڴ  @ F( I( / @4 3xx I@(  ۰7p, D`( .x  | D8 ), /<7Xt J= TH Z3P0 iL s?( yhݴ?0( ܸ    Bx4 L G4 4 'p !H| `$0  ;XB Kx Xp^p\ enl{ۘs 6 ۼ ATT |?X4 ݨdL Et p  ,:h 2\ 1P\ *d/BT 9T@G4( GlP60 X24 _8 `!qzڌ T.  ݐ  DT u8 3$ |u Ih@  Lx '.< 3ެ@B@ G(N  [E4 b1 nXX xp$w<t Qh E4@ H4 ( ܔD\ @ ` ( @$ H4  B `"*@ 2,76P H/T S [bA( h mhr,$4 }G\( tB< .<< A4 ` s$p ;, x 8PG (  , 7  ܈ N4  $64 .?( 3p =?( B-L Kܬ R` [ ol yE(  9 \  ?( . Ct@ F4   h  FH4 ( ENP Et( 8h F (   $HT4 *B0H 3 : C1 NF|4 U ]7 gD< qK@ uG@ ,   /, H 4  T  glbtabvfprintfphopt_cleanupsc_closeasmaddsymglb_declaredaddr2cell__iobfdopenob_addatoifgetswritetrailerftellfindglbadd_constante_prefix_getsc_openasmffcasesetlabelsc_alignnext_edatamkstemprational_digitsstgdelcopyarraynooperation.umulgetenvsetactivefilecharalignstgoutsc_readasm_startwarnnumntv_funcidsc_closebinsc_getpossrcalphanumsetheap_priinsert_substoutfnamesprintflexinitjmp_ne0_etextfsetpossc_rationaltagcurfuncfopenstrrchrnamehashstrncatmatchtokencell2addrfindlocstrchrsscanfbegcseg__ctypefinddependcharbitsmoveto1insert_aliassc_resetbinob_nesc_compilestgidxe_prefix_data_getmemsetstrncpyaccesserrbufstgbuffer_cleanupdelete_pathtablelnegtolower__deregister_frame_infoerrnummemmoveatexitsc_debugsetlinefputsmemcopyindent_nowarnsc_writeasmconst1const2sc_opensrcsc_needsemicolon_PROCEDURE_LINKAGE_TABLE_curlibrarymatchtagob_orsc_lengthbin_exitffswitchsetfileinvertexpressionfseekfuncdisplaynamecell2addr_altsc_readsrcstmtindentcheck_useropsetheapphopt_initstrncmpe_prefix_determinefillarray_finisc_addconstantmarkusagepush1fcloseopendirpush2snprintfe_prefix_bin_getaddvariablejumplabelrefer_symbolsc_packstrrelop_prefixpopstk.remsideeffectinpfnamedelete_aliastable.urem_environsc_ctrlcharfind_subststrcmpgetlabellookup_aliasplinelexclrclosedirsc_allowtagsfgetposstgwriteendfuncget_pathdelete_consttablememcpypushvalstatpushstkconstexprstrlen_Jv_RegisterClassesfindconstlibname_tabaddressbegdsegfnumberwriteleaderfreesc_addtagloctabob_and__flsbufendexproutvaldelete_substtable_DYNAMIC_GLOBAL_OFFSET_TABLE_litidxerrstr_tablesc_eofsrcrealpathinsert_pathneedtokenstggetfetchfuncsc_dataalignstgsetsc_compressinccode_idxstrcpysc_stksizesc_tokenssc_closesrc__dso_handlemodstkmallocdelete_substos_modnameincellstokeninfosc_tabsizeerrorsetaddconstlabnumos_gedelete_symbolsstrdupfind_constvalreaddirstrtolunlinkintest__register_frame_infolexffcallos_gtsetstkflinestrcasecmplongjmplexpushlptroperator_symnamesc_openbinstowlitlitmaxffretitoh_endpreprocessob_eq__assertappend_constvalsc_resetsrcinpfffabort_lib_versionstgmarkstorestrcatfflushob_xorgetcwdsc_statustagname_tabalignframereallocjmp_eq0hier14startfuncpop1exporttagpop2sc_errorsetjmpassembleplungequalifiedfilestrexpandos_divcursegrvalueinpf_orgswap1sc_resetasmmodheapou_sare_prefix_lib_getplungefileoutfob_sallitqos_multsymbolrangeob_sube_prefix_shutdowne_prefix_fallbackos_leffboundsfwritefcurrentdefstorageos_sarstagingdefsymbolchar2addrdecrelop_suffix.divsequences_tablefreadingsc_writebinos_ltdelete_symbol.udivmainlibc.so.1SUNW_1.1/opt/csw/lib  =' ڬڨQڰ`0p=TeQ ,%8DP\3hytۀ/ی ۘۤ ۰jۼWL(4+@LXdp|܈ܔܠHܬܸ|4I : 6$S0P<rHT+`lx݄;ݐݜJݨݴz @D# @#H@@[, @ `"@@@㿐#/|`  @  `@@`" `@$@`````@`  +㿐㿐/ͮĂ`$ ` @ ```  `@}㿐㿈 d !?@s* b@ c!P@g#\ c@]!P@\!P@]!P c\c㿐 #Ȓc @R@S@N㿐 #Ȓc @I@D@E  c㿐!@= @ @  cc ch㿐@ @* 㿐@(82   cc\c㿐@1`!@㿐@ @ 㿐 @`?c  cl#a\ `<#`8 `4??#a a??#a `??#` `??#` `??#` `??#` `??#` `??#` `#ct `㿐@͐#@ʐ (@ǐ 8@Đ hcx@  @ 㿐%? 1-?/;؀`c@#@@" "+?)', a(@@@# @P    ` , 0 @P`؁㿐#?!?!`* @ !`@c!`* @u  㿐.  @d㿐@jK1` @Fށ,@ 0@O  @-`` 2`* 2㿐@Gl  `̔  㿐c?`+`@+ /N 1` ' 2`` N 0` 2`2*& ,& 8&@F N 0`" 2!c@Д& 2@?iԢ @F~     @,@ P& @* & <㿈 :@(耢 >! < +. >.#!!! 1 = ! ~". .@FN =-  - *6.  !怢 %0 !!!2. > < =.. . Ԁ /0!c@u&Đ2. -. . . +㿐 @!(c'a8@N bq ` @Op?`!@c,'N``  N@`=&`?`~`? ÐИa`@R0ah@I0 @N` "  $@ 2h!N@"q `D _@ @> = -?ؚ'' 耠`fK@`S K@"q@ `  '*K@ ` *  @'!#쀢 :'Ԁ`#a@0A?@0;@ ̂@`?`'O؀`='Oـ`!a Ԙ @Ő0!c@'!ؒc@'À`!pc@'̒a   ?耦 ֤ `@L `:  ~`?8`` I 8`2!,`@`@(`@L  # `?+`8``" 8 B@D 8`,`@D ;,`@`@(`@L   =" i>쀦 ! -@Dې >耠`2N =쀠`  =`?`?@"N@Dǐ @N`TȚ@9 2`Ux`2@ P.`2  , L@   ,,  @.c`0`@@ ~>&`(`2`:.`2 (` A, $ "x `8@ PԀ@Dsj !c@'`@=N@=K`,$@&`,@DZ 2`}0x @ Y  4@U#N 1`"<` `' `2  2`V)`R1  = 4@6N 1072  2 `c`%`2  @b 2 " 2 ` `2  @D " 2@D H O`  2@C 2 P   `L+  @  + 㿐 / 1`` T D` @@*`@ @=&@ @7@4`2&@0" c@+xT D  "c@+w 1x'܀ a  4@] N 1 C 4@?N 1` `?``? "bP 8   @ 〤)N 1`,'ܠ @?@>x@A)@?@? @@ ``@ `<  $` " $0@? N 1`2'ܐkܠ Ւ @CG .0@?㿐@ & (&& & & & & & & & & $㿐@ ,  g@C$$$ $ $ $ $ $ $ $ $ $$ (@ $&$ $4 ( @`2*  ; Pa 㿈 +'D)#Ā  /cc $@ @qD #4 2 $DJ@bq@ `#ĔȖ  @%D!F)@  㿐N` > > ~ ! <"$ "Xc@' > ~& >` "@B ?  `" 㿐 .8` @  2V (@   㿈?`` ;%?@C #?'` ``* ׀  ,@'  @  @`O$@ N@J @@M @@ > @@֐ @@&@>  @@ 0`@  @@ @  @@ , @u@*J  2> @AV ރ>  @@@AN $"c@%0 @A@ )@n0@A9 㿈'?@& = %  f/   "c@i%T &  @?@h*  40M { g/ @`]`  @P  @@& { \ #?@&w { !G@&r P@@J/ (`a(#  ? @ ,@&0܂@`2 @@  `#c@%^ǐ @)   " @& &͖ &@@ @& ,@&L }"c@є%e @?'L`'H'P'T'X''ȴ '  7 @ @H@ A 2`OȀ`@L@% [ , Ǯ  ,̀` 4E 8'  @%ː [ ,3```?@ @' 2` ? &`??``''?`* @:s@989?!`!? ܀`ؘ! @ 3?`؀` c@@#@8֠? -;"? @8ْ `;`0`@#@`?`?@`@I9<  @0``?@傔 @8 ?'!?` 2(``$,,2 X 2`,2X`T 2`,2T`P 2`@,2P`$H"O ``Z?`@ ?#`@%, , & @%V!A0@?U @?0F@? 50 @?OȀ`@*LTP@ % @?~ *0!#c@$ c|Y'!$ '!5_]'#0c@$CJ!?`@9@ ```?` &`?# @ #@c@$n0< @!{!E @?2@ @@ 2 2@%5 2 2O#Xc@b$?`#`#\*` @%F0  ??'@$! ;7?3? ' @!3!E  @>@o @aOȀ`@’@T `84@@K `84@@>ʐ 0Đ' @$O [ , ` 4@>0 `?@ @!? ܀`?ag a"' "|`!?!@ @ !@  *` #`#\@% * @8ǘ`8$4 2`,2 "l & !?!#@@ t*` ?a(-!`@ *`@ "`@ ""@@9* !"@@9ɓ*`@#ʐ , 2E @#!A@>3 5 @ k0`#Xc@n$@OȀ`@B@> 80> `#`&`+  #\ @$`*  @8Y* @; `8@8@ ` @= 0c|G$ ܐ@9 !'@#n = " @9 /  '''@% @9@7ܐ @&    2,2    > ۠ @9*`s$!@= ꀤ ` @̀!E%? @=@@#R =r@#M!A@&{  @=$$А8@!F@  @!E@/К  ''@" ( j@# {'(@!F'@" : - @"ِ = $X`(@@'@"ǐ , &@" } +@s>`Ѡ@=( ͐ 2`@ '@" , @"͐ }@" ;OЀ`G @8@" }@" ;OЀ`;05@"! @"! ͒ @" )0@f } xj @"g!  ` @ ? '''㾰 2    @K` `` `PK@``3 `' @"< )    -'`  4@0!!Q!E &`] { &@< &`?F`? 24〤@" , ݐ4@": )@"Q 6w 2L `r+L8` 8`@" <'0 @0 "T@`@ P0@   `<@!A h! 4`     @ǐ!A 4#`a\`o$ 4`8@  d Q!?`@3 * @2!, `<e@!A `8;!?`" @2* @2  `<.!`"@2* %`!`8 @  $`8L!$ @耢!E @5@y!A!& `</@p!A `8!?` " @2* @2   a ?????/  '@'@N (      @E )@b @1@? {@\   @!" ! @J @/Y@' : 3 @2o|@;+%cl: `  $@     $@ &  $@U@  @Đ!  @ , 2Ԑ@ :@/%cl  @2.@ "`@'`   $@   2 $@ט `䀠@ @4 2 $@ @4 (0@4 (0@4 0x@4 0 }@4ߐ  ct  ` 2@. @p@E@1<  @17  2 $@.v!1 `<@0k #`4``!!\`"4 `@4 `4`$`4@4 !@c@ٔ/ca\@4 z '@!A ϐ     @9!A@0@1a !.J `<@L   5 @!! @.O'!'6$<'@!A ̒    ښ @ !A@0[! @11 !# `<@.+??`@-3`Ȕ ߒ   @1:@. `<@ } ?'-8`+?%8` ' @ } _ Ԁ`Z``<,`?`?  @3@= @=В @=@~ ,  @ @.@=0,@@-Ƞ  @!3@-??`@,`Ȓ  u@0Ӑ@-4@!A `<E@0 , 2`, 2@/q 09@o }``@ ?   `02` `@0ې 6`@e!0@b!Ґ @!(`?!+`? *#\ & `@H!    1 `@=!/@:! @!(`?!+`? "#\@0 *h`Ԕ  `` \`@0 7X`ԁ \(c! c  c|.   cx#cp`D#a?? `#`#c c? `#c? c#`? `+ah? `#`|?? `#a( `#a c#c??(bp#a,??# 0 a #`@0 @0 @?c@'D'H @ @ ?@$!$ |c@* ?  a(@:\  |-@ d/ e f// a u// l t// . i// n c//+!ȸ!/@@/ؒ$@@>D@>! H;-/ ;@e@/`@@a 2 @@`K@ 2'`@@U 2 @@`K@ 2.`@@Ib 2 M@`K@ 2%`M`ԐPղ`M@`@K" !$@>!h@B!h !h@!hH@`?#@?c@2 / "e* @ i, n c* *  l u* *  d e* * * @@ /(p(p@>_?c`!ccpL |?? ` ?#`?  `v? B `!甐!?c@ @ _!``9!bP  2#b#Ĕ , "X  H "`  B "h  < "p  6 "c / "  ) !"# "  "  #?`c "   "   c`` `2 "   `0? '?3?%?#?ఒbp   0`Ђ`$`Ѐ ?`#`0 ? ``O` b@?  @} @c #`  . ' )` `2L 1` "+ 2L 1` `?``? " 2`2 `2ꖐ 2 2, 2 2 `4   @+ @>?(c#` c#cp@/ ?` ??#`Y ``0?@8#`К @' `?`|@'`O` b@ʐ H @ @w@'    ?@.1 ?` ?`耓@??c@@`!?G ?c@@@2 ?` ?c@@` ?`?c쀠 @@I@ `| x?a( p@8 @7 a`2k!  @    @ ꠐ#Ꝑ#@<@= @>/?`耣```cc#@0@ې ?``Ղ``cc#(@@Ȑ @$@S@3@K3`/ /+4+4@<@B@ @ޤ cx?yb?@0@ ?"c@Ȕ!@-{ g0X"Вc@!V!?` 2L 1`2L 1 @ "L 1s 2L 1 2`, 2-/@`"``2@`L` `P `L +`@2``P@ +``L@@8@|+`L @آ`cP@t+`P@Ӓ : 2*  |@- d?  `6?  `ah@- e!"8c@T"!W@- g | @b0@_ B@, d0>Ib@, e0Q@, e㻐h@$@{@$  @a$"@p@l@&@@j#x $@_@&@@>;㿐!#(b`O f@,#(`+`a @ $#((`+`?a"(@ 㿐c ~@? ,`;``?`@ @;+?`#`|?a aa`.)!!? '?@ '$`|?`̂`#`̒`|$ %`$@%%!ؚ? c@%o  @8 ",,  "8bH@ v)@,@ g?㻐`% & L`/$0@;=$`@/@$@@ϐ/ `0w۰J`    @ 2J`bP &㿐?"p  c,@13?"XbH(#  a,@/㿈@5쀢 #? 9@abp?c"hbH" @ybp "bH"0@+@5 @5 @Dbp?c"hbH"@ @ @Vbp ** 鄒, 㿐@ @ @.N`   @ 2N`"" ?@+ % ?"bH@Ɣ".a,㿐` @Hc "` ` T$@ "bH@)0H@ @ "ހ`T h(`b@ bq@ Ђ``  ) . `@@@ К@ @+3 ˀ `ǰ `İ ` ` ` ` ` ` `; `((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((J"`?'`? 6 !"  Hc " , J"`?'`? " Hc 2 J `" `?`'`?   J"`?'`?  !2 J 㿐'DN`!0 K#@2NNK# @ 'D`?N`!@ K#N "`? '`?  'DN@`DےDN@`D0 "ВbH@%mD㿐@Ð@"bH%@w`@ߐ@ c(#a a#a> c,#c8* : bq  ` @  _`?  @ 㿐. >   bq`  㿐N#?` a, (`L8` @  N ` `"$a,L  $a,  㿐!#,`#bH(@  $#,㿐c,`#(bH(R@c4&c8&@c0㿐!#%?a+ @  '?##8bH(0$#@!( cH f$(##8bH (@@)~$(+ (#@ ? a㿐'DN`(`8``"DN` DN`0N `" 'D D㿐%;`0`@'D ;`N @  , 'DN`%(`8``"",N N` D,@), .  @c;`3 D@ N;`$ ` `8`3`@ 8` #@@ `" 'D[ @( +؃, SD㿐`@h T @x T&&@h 0@(ڐ g 㿐 VN 1` " @ L`"@N L@L#hbH@ )^@E L@C`E` (``%% #@5 $ P (``(`;``8` "L 8 $`bH)Y@@ $ P (``2(`@ @ L 8`耣 @  < $` 8`@" $0#XbH@Ô)KN 1#bH@)P @㿐@"@#!@"@`cȒ"H)n@@2`@&~#bH@)j㿐obq2J1` Y 1`"^ 2`@ `@ *`Z&S4@O …J1` 1*`8`` "0 2*`8` `?`? 2 2 *`8`` "J 240* 2*2*`8``  J @` `_퀣`@" 2*2`2҃*`*2 2` ƃ*``` 2`2*``㿐@\ "  #ؒbH)@ @+` , @ + < @ @ @@ @+` , @ + < @ @ 㿐Ր   ( @ 2 ( @ 2 `2 H`@!kc??`kc  "  @ 2㿐`y~L`=P , L@, @@2  L, @  bH@)j   L@`  , @`2 L, @`1#@#bH@o)P PbH@g)P2L`1, @L 2 P$L,  " , @`$P 0bH@B*L#@ bH@9)#bH@2)L pbH@+)͓,  2@` * 2J 0` a\`l`㶰7?Ԁ`5?3?a,c@p%??c 9 /К8 `3`@% ڀ`` ?` ފ?=-?%!?$ a)`%! a? a @ |%|$@ Ș? c#a ",@`"!L@` `?` `?   L` `?` `? 2 " @ݐ @@  @ (&L `L `? `?  ?( L `? `?  "?(`8``\ @$К8`3`@@h%Np`pp) !؀`P+`8``*"L +`8``/"@L , L` ?p", ",?a,K`   @ 2 `  `#a`? @&  Ԁ`?0-? W`"%`@%Ȑ 1!`"8"H@ !03`*2,@% ,8``/"L +`8`" `?'`?    L  L?`\  `*1+`8``/+`L `/߃+`@:   @% 1 , ,`/+`%!,,  "H? (`8``\W ,, S  "H@!7.L $~ 2@%` K!!,@`;&`aX@%P =Np)!`6` #ctI #c` <D@/@ <c? a,X @s8!!@ 8` `>̀` `u(`c,@ "H@c! !@% !@ 8` ``4?c,@ "Npp`?c&p*8`bq ` _  0 `O@ @`@`_`** "`eJ`p? ",!`Ǡ`<@8!E8 @$?a,`!`2`<@8!E `@98 `@38 a@-8 ea@'8 B?a@ 8 a @8 ',??a,K@`   @ w`",!`?<@’8!C<@$y <-?%?a,!`??a,_\`!` ?U`",?a,J   @ @ <`? " `?@ ` `?",`"",?!,K@`   @ `* ?<`@ #@ @   (|"a, ?a,K@  H{` #? #a܂`!$a܀` <& <`;?a$!?7a,%܀` !`u#a܀@ !@ $a䀠`? a,Ԡ`!` ?͠`"a,?!,K@   @ @ `   ?  !,M ?a,H@` ? (`8`bq ?`, _ J@# [?#!,C  !,-/;H@`qaP" (@!,@0!,@*H@@H@Ӕ$!,!`2w`c`r`< <`?@#v ?,%܀` !`!@ "$!!䀠@ "#! a?!,MJ`!`F`?Da,!? "?` "8$ 04$ ?",?a,K@`   @ `bq !,H@@``.?,@H@?!,`+w#!,  '?@(w@,o!p@,m@,j!x#?``$`?",?a,K`   @  `2y<@,Q!?,$Q,O?`z#!,!@i |@s r$ |@"ݐ g?oa,*` "qM@ @ `2  `2 `_  `@2o '@ '   &?h'?H?P?X?` "qL@ @ `2  `2 `_  `@T ' O@ `@@'O`;(`8``%׀`;"LL|  L@2L@0 L@`   @ @2`  L@@2v'``rL@`"  L` `"d L`FL AL@ 2Q' N (`` %q-/8``%"YM    (``8`@$@ @@  8 "@@ɐ (``!-q/98``%2TM  @`"OЀ 8dሃ,@ X :   (``28`wX   "@h <`2O@O@`@p @`" Ѐ ,H@&1,@ wX  @H @D|@>X@u `' K`bq `"'?Ѐ ' L`L@L@e`b` a,Ր C , >!@3 ?<  ><[( )!"H@% `,;`@ 7  > " e,`(=  ,; @#@@ 3`@ "; @瀠@ϐ , `8`  , 8`L@  `` 0  ,@ X v%@  $XX@ɔX(@ ML@  ` c`;, 8``?` `? '' !bH@L% ' `xc`sL@L@`   @ @ 2``;@ @ @? 'z' !В"H@&V _ ]{T }!bH@%4!bH@ %  "H@% @<%0, L`, c`"H@&"bH@%"H@&I,!ВH@ڔ&$I @  K ВbH@ϔ&Np@  g\@’8!C !D$   >@ Ԕ  2`@  d`@ `"0bH@F ښ`?@l j?#a,   -/;K`OaP  $!,,@ ?a,@*!,@H@% !,-bq L `2 ``2` _`` -@/i "L @6    @0  @@/L`"@/$@ @`H@ݔ% !,"bH@֔%ѐ@ g?"PbH@˔%8  1``( , 2`2  ,8@n x@W ``q$`@Q  `8 2 18!`bH@$v @O g?* "@ p|@Ő܂"L!,@8@/,8 r?8l ?$!P,@1 <Bܐ4K 4? c!,<@g8!C<@ <?(c!, @?!, `?!, L  +w ?#!,`a0@8 rbh@y8 cbp@s8  ?? `!,0 0?? `!,bx@^8 q!??!,K@   @ `bq ` ?a, (w"a,J@`@ (w& Y 1` 2```* 2??a,K`   @ M ",$ $? cp1!,( (?$c)!,@ @+ ?,@y @$ ?!,@(w??a,K`   @ ( ",?!,J`   @ J",ѐ 2 1@L ?`,?q",#x` ?!,`(!?:ޢ?฀` ,@ E? ,@ "# 0?# ?"!,,> ,`!,@ D',!,K@`)ق`$!,:$!,`" `?!,L  +w ?#!,`\ ?#a,OЀ`2 ?? a !,@(w@n # ܒ@ߔ #cK }?c Ė ? a ?t!,8`PDDhc,` #c,c4&c8&@:c0;-//c8%0%4&%?c8#>&@`$c8* )??!,bp@`?K@`  c $!,!,K@`  K@``Ԁ`| !,@z!B$c8!,K@` ` ?bp!,'?# `$ cp   K@` `  $@@$b! !!@_  %0@ &@4 'N  *  !@$'!,L`04N `2<'7Lq @ ` `0"nL `-'Lq @ `    (`8` _ `+`@ @@ $L@ ` @ _(`  ."YL`$@` ' `V5?!,!C%0@4%@%!,o0L`b ?Ђ`* `; `  _ ``?@?Ѐ _ @@ $ ?Ђ`* `; `  _ ``?@?Б* :   $`x2 LK@ ` `_ (`:   $q @  $@`!,   ,@`@ @7Oq1@ "`? %  ,@+ ;`@Т``_ ȕ N' H@?L@ @` @`_",`.y `"!,!,k!DL@< ?N!,!E%0 c8 !,CL   ,@ )$,!,8L    c8,Hc8`@"L Oc8 _c8!,K`:0cl`0`@ !F%!,%00Φ %0@ 0"bH@P"-s %0!B "J"L`!,K@`!"K`!,KJ@"K !,H@`'?!,`;_`#!,%0`L@q @ ` @ "b?ز ?'1?+ 8` ``_$bؕ L' H@?ؤ@/bȝȦ? `" L@;` @ ̃0`@! L@ @` @`_у+ LH`e??```2ʂc4 @2$@ @'L@ @ R`TOc8U%0!G%0JL@@ ?a%4`?%@```#!,?``K !,$!,K@`" %@Z0`!C%!,%0ܒ %4%@!,K@`' `e%!,K``" %0!, " JK!,K``"2HK!G%0!,JK@@  K`@ " ?a%4!,%@`?!,``%!,?`` !,$`"!,!G`!$!,K `"2 !,Ԃ!G 31 (`8``_"HH@`b!@~B(`$L@ @ $ LK@` `_"(`?(`@~@`L@`- @X + 8`q@ `y   * @`+ ; @L@@ ` @@~2 bbؐ? H b? H bȐ? HbHb𝣉J ?H'@~#4"8$@@ Fc4 @1$@#!,v%0e%!,W `? @̑H' @㿈쀢(  ;!A!A!Bc `? `? >c8`?`Ԁ` `?`?@cz  `Ϡ N c,`9 -, b(:@}?`Ԁ` Y[ٚb "d?[ `ea'7̠@ ( c0*b(:@}, b@|@}?"bH@}F(kŀ *b@|@}sג㿐!=?  L 1` ?0`Ƞ  L 1`  `#bH*=@}㿐I! `A8`  @ @3&@}  9$@}!ʐ? ''/'/'''䀦/''  0 !  #bH@|Ŕ*Z0 "̀#HbH@|*XĀ@l g 㿐\,``  5  ,`@2 D" @" @`?" <`@ 0  Ԃ 2`"Ђ#bH@|s*Ȃ?a ` apȲи  '@6 ?``  ?? '@7``?@/  6 @..? / @`W` `0..ȁ㿐&@`" p@  ``&@`  a atc\cc4 c b䀢  `x///ꀤ`/뀦` `?`?@    `@{ה O耠`aD +` @4``(+`*`h `Ȥo  L 2` 2`"xa\ K #zbzb퀠`?`?@   ``@v д ʹ!0`@{y!+@? @n.L 1` !8`@{l!/@``=  <`" `$`#`$ ?` ` 8>'@bzb| 0 `@{C S`` a +`@``(+`*`ӂ l`x( L 2` 2`2y@֐ Gt `@{ X@$Âb@  В`@{ !r@`?`?@   !P`@z זѢ  4 0 `@zߔ a 7 ``  c ``:@@e  `@z!03`=@@0;& J ``@ `@@zԐ`@ha4@ @zʐa@u0@0!``@z ؀ !p`@z!6* 8@`@h0 @,P 2 `@zn!  `@zg!=  `@z`    `?@ @ @ 㿐 N `0@0@@㿈@ ŐN` `@ 㿀@ a     O` `" `" `@ `@ @ @'``В  ِ )@@ '`@Us@@@M@|`'@'` /` '`   '`/` @ O @` `1`` `2`  `a\@ `  0*`2Ч@\ a b  J` ` J `@ @  㿐@y@yp@ N `@_@ 4N `6T   ??@'@ (@&&&  & &&&&& &'''''@N `@J a V ca ``8 ``a@ΐ !   " N  . &```"1N   .  N `G@(@ ?@O(@@ @ @`2@Pl ib䀦 P@c K@c4F@c\VcW`TX`]@` ]@`]@b|&>@b!6@bH.@a@b &@atPaDaĀ<@%  G&@  0q@̐|@ё(@t@ @`?/&@@ *&@  `+@!&  `  `  `&&@@x&@xQ&p  ??ؒ' C <`c4b #>@(c` "Ѷ&ɒ "' ` Ԁ  c`` Ԃ@(` 'Ԓbԃ(`@ڐc``$c`@@:㿐 `!$# 1```!#V D` @` @w @wV D @w 1H  )>#`????''%#`   Ș?`  Ă!N ``& +`8``q!!! =!!N%#`& Ȑ̀!! !g!bb N ` ``c` @0`nr "< " 2`2  `+``;``      `?'''''Ѐ9& @@}'```8'耤@̂?``:`` ؀ f @'S DR D@"f @ 02 Ȁ"@Fؐ`X逢!oat! zc4! dbuN >& ``?``@*   ? `%#` @ 2!ؒ`@v#jȖ  @Aa>b|'` ' @ `@ t@ @ @֠ ` @- + @ @@ /@!@WT@ @ `@`$@vU @P耢`M?*8`Ò@G?؀@B?  `" @v7#耢@"@`@v.# +  ` @@ "   "`@ΐ  b @Ɛ N`@ ! /`@ .0e  2F@ BbHc ?`Ā` @ N a '"``@uؔ$ !ؒ`@uє#0{a. -O䀠`Ò`؀? " "h`@u# !`@u#2 "`@u#'`@ 0Ӂx  ??' O䀠`$@&. 0 @ O䀠` $@&@. > x  ??'+# ? f KL` `S@ =@@  : - ` `䀠`` ``` `@ @*`@ߐ !`ʔ @ ÐL` `` ,` ! "`@ v ` @ r0@ o0@ 0 ,` גa@ p`` @B?0#a#ؔ |bؖ #b  |bؖ  8" ~b p`,`T@  ?`Ta?'"`@t"* ?`8 ,  "'>@$$ $ $ $ Ԃ` (`'   @X " L ``ܐ @50$ 1"$  @ ڐɂ  h  ~b  p  ~b  x@  ~b  l  ~b    ~b    ~b * "" " * 㿐 `  ,      "`@t 'T "`@t'S〦`H  ??'? ( %?#cl $cl$N. , X )䡐 $cl$ĂђԬ [  { T’Ԁ`?E @ @  [ `? { `?@  ` ` `] 1``, D+ <`]8` @ 0`@ @ @0@  ``<3  O䀠`Ѐ`]% @ `@ @ @<`]"@ @`?@ @TD`σ<`]"`@s_&I @ A- @ @ h@  - D %U`DTD@"`@sC&Ul 6!E!.!È!C݀!D!Gڀ {+?@ݐ @  H c@s  @sF@ ɐ?0@sV 8>@sF#@ 8 8L 1`% 1-  8%  1`` @  @ W``Zؒ`@ !Z<  WO@ O䀠`U`]@\   <D`(`8`#<`]܀  @` c@s3 @r  @i܀ :c`@ k@ F0/"`@r&FTD`46<`2c<`]@ `- 8% e !ؒ`@r&S:U`D@ @ 0@ ,?@ 0 ( 2؀IM ` "(L10C#0`@rh&U>a'?#?% '@ܖ @䀠`B & ܐ U , ``2@r9)pڒ耤   @` @  @܀ "@ , @ @Ր , :  #P`@r&DE @Ɛ  @ ې  1``L2`  ?`x? /?p?x'???'( @r0 @    @Ȑ  ``?(@ ) 2M  . `~* @: L?@` _ w-`+`  ,?@J `?` `?  8` (`H` @ ` @ 2`H@`ِ ) o , "kM ?`Ԁ`"fM !B@: 3V @4 05``">@- 0K }?` @ *  - a @ %  , : ,@ %  -  8% 0 y @ %  - r @ ,` !8`@q@&@ - %@   #`@q2&Z<@ %  - ?`% L @ ې M @ ` @  X 3L `#`@q( PL @ ` @ `@L@`" PL 8` 8`@2L * @:  8`L `=` $@'@ X < (`7 $@   L  $@  `@pϔ(@ @ L@ g?,@ (`8`@ ` @ H  -L @ ` @ `:L@`" P* @: L `#@p(L 8` 8`@L 8` 8`@ <  8@@ g P@H L@ g?,@ <  0@^ @ i/ @ ``A <`.`$`#`$@ ] ?  `А - % 89% ?` @*  - ?a @ %  p,?@-`(`H` ` @(`b@ `O|`p`"|`2` |(``!`|``  p`@p(``(`$x p@  p Ԓ @ܠ @ [|``Ip " 2`K (``!`D  В`@oה'@;@ p|``p ` 2` (``!`  #@ qp O|`(`R D4`@7 D@ ] 0 D(``=''T D``47(`?` `ؒ`@o(U-@ `,`  @@ @ 7 / @?`@#j 2a`@oo(]O| `? `?@ 7` 52/ @(` (` $x@  xN  ( $x G@  0C@  @@  :0w!E X `('M @ ` @  @oX   PL @ ` @ `?  =E#`@o(u0o @o(0r@  V  8@n(cL 8@  "L#@ tÒ 0p < T @ \  $`X@  0Tϒ@  L@ "  1``h 2` @ v  "PL 1` "E% 1-  8% ׂ !0` <`' @ D' H```"s H`O@ !`2 4 D 4`$`` ;7@`,&+ 8` 4@  -8``$,``ؒ@nm(,`g@  o @ <`2% @ % 1-  8%  1``t @ p @@6!``@n?';@<(`@o/`@ !!x`@n0'y0R@  #Ҁ `?a? @+` $ H+`@~`(` 4`$ 0 ,`"#O|` O|!`@n((O|`t` !`@m(/t`u` ,@ q` /@ O|`t _< $*`@ ǂ(``(`$`@  #0א Ds 0@ ~! `@m'!`@m'`!0`@m'!H`@m(# 4 `@m( $``p+`8``0@Upp@ J #jp@ F #u| `@m': $!Ȓ`@m(AO|  ,@ O| / `@mp&%!`@mi&L 1(`?`  ؒ`@m[(a  !`@mR(b+` -@ `,`  @@ "*`@  /*`@ @?`c `@m7'Np `@m0(0"@="8㿈耢!!- -( ! ~!H ; hC!A p!-,!!2U!FƦА^& ʐ         @4 `?& Ɔ"& @    ( 2 뼒耢!EU 袒  L`1` `  `2`  @@ `'| . @& ? )?? 0߁ y ``2` z"    @ ? `   ( 2 j耢!EV @ 0a耢!" !!ƀ ``2` ``  @ z"   G   " @>  N ` ?` @ `!    &   . &  E袒 L`1` `1`` `2` ؐ  . &  `1`` @k ?h )?? 0ca 0 [  ]T`D@`N `1``8T`D@& )# !`є#,@&  `?a,@l"  @q 0N `瀤 @@ @ @ wN @0$@W 0  ( 2 ꑒ>`(!F袒  `2` `8V . & @? )?? 0!ؒ`@ko$P k@ 8& ֐ D `e`2` z"  T  @Ő0`U`2` ``d  @ az"   0  2쀤 @1耤 @  & P袒 2L`1 @ʐ H0 ?``2  <& Ľ@g @c0@j0@ '0!ؒ`@j$!ؒ`@j%@   !`@jޔ#( !`@jה#'T`D@0@zc:`0`@ @j:` 2 & 袒 25 `2R @0!ؒ`@j%[袒 2L`1@j@ 耢  '@0Q@_ @Pz!`@j#& `1㿐!? `b"  ,@j@"0@"H `$ 㿐@"X?``#`cĐ"`㿐@j  ?㿐@m1`"h@h㿐c"p`!?@[ @U"x @O" ܒ  ` $ 㿐@C"ѓ 㿐!? ؀`"h@7@4"??`a#  $ ؁㿐!? ؀` "h@ @"?`  $ ؁㿐c`!?@ " @"x@@"h  $ 㿐!#|`$`-3?@jM` 3?a`@#|`2F3?`@i*  L@א#cx@j3#|&_ b#@i >#|`3?"b@i @3?#|@j` ?`,`@j#| ?a`#|b"@i K#|`3?"ؒb@i L3?`#|@i*  "P#`@ `& `* @i#| c0@{#cx@i#|& 㿐 b#8 @g#H@c?``#P1@Z"h@X1?` @R"h@i< #XccĐ#`㿐@>#h@;"h?``#`cĐ"h㿐  > ``` #pb@i  @#@#  @#@#@ #?``$#`㿐c!`6#?@#@@"x @"x @"xz q`  $`b# !"@א#d ``$`@h㿐c`@# L@"xF ?`` #`㿐N `/`3` <N 0`  @ ,( \ ?`7`.N 0`  (b@hr!SN 0` @ P@{ `?``@t pc: 0`:  ?#b@hQ!_N 0#b@hJ!RN 0#`㿐 b#!qN 1` `?``?  N 0`   @h(N 1@8 ,Œ  ?``#`㿐N `&`*` "0 N 0`  @ , ?`+`"N 0`  @ ?``@  c: 0`: #b@gٔ!ΐ#b@gҔ!N 0#`㿐@ ݐ!j ?``#`㿐 b#'!N 1`N 0`!#@  ,M ݁ ?``#`ՑN 0` (b!@g!@gN 1㿐   @ !(?` `@ " ?``#`㿐 b#!N 1` N 0`!#N 0` (b!@gY!@gTN 1@ d ,  %@ [!8 ?``#`㿐  #@ J!@?` `@ Dђ ?``#`㿐@ 7!P?``#`㿐@ -!`?``#`㿐@ #!p?``#`㿐@ ! ?``#`㿐@ !?``#`㿐@ !?``#`㿐@ !?``#`㿐@ !{ ?``#`㿐!5?@ `&@ א! d@ ѐ"x@ ϐ@ ̐"h`&㿐 =N 1` !b@f" 2 %`` @ " ; ,@ ".` 4 ?`!` ,`?` ` `& ,@ "@  @ "h?` `#b@fo"N 1#`㿐@ z"(?``#`㿐@ p"0 ?``#`㿐c` "8@ ^ ?``#`㿐@ Q"Hޒ ?``#`㿐  "P@ AΒ ?``#`㿐@ 4"X b"h!?"@f  "x@ $!?  `$ @ # `$ 㿐  "@  ?``#`㿐@ "  @  @ !P?``#`㿐@  | ?``#`㿐@ "?``#`㿐@ א"?``#`㿐@ ͐"?``#`㿐c`"@ ?``#`㿐@ "c: 0`: < ?``#`㿐  "x@ , ?``#`㿐@ "?``#`㿐@ "?``#`㿐@ ~"@ {!P?``#`㿐@ q"?``#`㿐@ g"?``#`㿐@ ]#@ Z#?``#`㿐@ P#@ M#?``#`㿐@ C#@ @# ?``#`㿐@ 6#(?``#`㿐@ ,#0?``#`㿐@ "#?``#`㿐@ #8?``#`㿐@ #@?``#`㿐@ !`@ !P?``#`㿐@ #H@ #@ !?`` #`㿐@ #@ #X?``#`㿐@ ڐ#@ א#`?``#`㿐@ ͐#@ ʐ#h?``#`㿐@ #@ #p?``#`㿐@ #x?``#`㿐@ #?``#`㿐@ #?``#`㿐N `G`K` uN 0`##@  , ?`s`"j@ x!`N 0`Y (b@d[$N 0`O @@ h , @ b#N 0`  @ Y , @ S!?`E`@ L#?`>`@ E!`@ B!p@ ?#@ < p!#: 0` đ: @ 1#@ . #: 0` : @ $!@ !!?``( P#b@d$N 0#b@c$#`㿐N `G`K` uN 0`##@  , ?`s`"j@ !`N 0`Y (b@c˔$N 0`O @@  ,e @ Ґ#N 0`  @  ,V @ Ð!?`E`@ #?`>`@ !`@ !p@ #@  p!#: 0` 4: @ #@  #: 0` ': @ !@ !?``( P#b@cq$N 0#b@cj$#`㿐@ u# ?``#`㿐@ h  ?``#`㻐>d'H'L'P'T`'X`` c?`c c` ?b. ` "d"?T@ c$7>;?h`Ж@ `H`|` m??`c?`耣`ha  z !? U @c  F>l@ ? >Ѐ@> cp@`>##t` "l "cp#t`##t#t`= k09??`b". T>p@ $7>;?h`Ж@ H?. bT`"<lЀ@?>@ $ !?} $  @bĒ   >  ?> cd?`>#ch > cd ch㿐N` `?` `?     N` `?` `? *`8``-"' Ђ`` ` ``` @ `Ѐ`"Л*``;`,  `  Ђ`   ɰ   `2&@`2 0`#@b4 H * * *   * ** bqJ @ ` J@ `2 㿐@br ;  ** 㿀 +-)>c`t @  + 3  `]  `@Z?   `  `@"? J   `".  : ?#>%>@ (`@ /ϔ `?c@ ` $$c?#`c @ `=9%#b j`0B`@Ԁ ? Ϛ `"  4̂  8@a ł 쀠`뀈`@2   W %>`?@ $`w0  H@am 0 (`@ag d 㿐L  'LR 㿈 'Lϐ'L  D@  㿈H'L'H' H'L  -)  㿈'HN@` bqH ' HJ@`   'HJ@ `2 J`. h@(`bq;  @ 'L` 0 '!% !!@@+`@(`; @` x ! @` !!@`@@+`@(`; @`@(д '1``N0`,  '̐L  0 ؒ`@`!,, `@`!+N0 `@`!*1 㿈'L  3> `!>?a  c|!``!B.@L'l h 0 @`k逦 @`gc| 㿈'H'LےH'H#N@bq @ ` `'HN@@ `2`@`H @Hbq @ `".@H@ `2..H` 'L    6H !`@`![ 㿀N@bq @ 0`@ @'L' 'J @ 3`@ @ 2J` !r!0@_`"`8=c'_[ , .'2.`'LÔ    6耠`?`?@ > cx!@`@_!u@`䀣@!``@_! 㿈'L  3> `!?a  c|!``!.@L'n j 0 @_m逦 @_ic| 㿈'HޒH' H !> `!?a@  #|!``!.`@'7 3 0 @_6逦 @_2#| 㿐 ? `ȁ p`B А@_z-(а  ) ' @_ $`0`@ 8`.`@ `!"o@^ @_t 4`!`@^"w. @ @__` 2 ` ` )%' ?@_J   "  `"!@^?@_6   "@^< `>?#c     R'- /`"x 2 H? H/ @^ޔ L 1`   @^ː n 2 `` ``` ,` @  s 2 ```2^`@^b  L 0`9 ,'"O`F@^  ?`쀦 "`@^J"c G % #@^   = $`L ` `"@^.0 ؒ@^)" ,`"@^U "h@^" 2"@^"0@^D!Ȓ`@^"0 @^8 2cĀ  #% "# $`6L ``bȒ)"@^'   #c| ]@^8$@  c?`  ? 1 @ ?7/7 ????;/c``7 `7 7€`!/``8. - @.@ '-`@@'|'?`?` cx+  +`  8''''|''''''x'''VOMKNLJHFDB@><:o 8 8 `& (@`& &`|7 B` <L 1` 2 2`"` L 0`` #/ ,''W*``8 @], ) @]$@]R @]L`  7.@]- @]D ` !#% " L 1` 2 2` "`" ,`c(@Y#W(`% 2L 1 @U7%-''W*`@ @\А ͐ @\Ȑ@\ Ð@\`7@. ,``   #a3@  @\ "h#d͒@\ŐL 0` ؒ#g@\'@\ ,(`%@\c 9 &''HFW*`@ @\x u @\p@\ k@\ `  $` L `7`"є#@\B'` F7% >L 1`2 2` `#@#L 0` ؒ~# ,''W*`@  @\  @\@\E @\?`  7cĀ <7c 5x $` L `"Ȁ`!# @''W*`@  @[ ݐ @[ؐ@\ Ӑ@\`  7x@#``@[#| @[ 7z @[ /?;>'c| U@[đ*  +'c|+>%cxqbq`-v! "@7>p_J "@[ l"L`L@` @ ` L`2@ =$* `",`2А5 @ cx%cx9! 7>9>&'#bq` /&! "@  J "@[ l"KL`L@`@`  L`@ `" B$* ``3`@2͐` @!   #㄂ @ `c| jc| r>c`hc`0C`.2L@!@ZӔ$`#@Z͔$@[G{@Z4@Z0@Z $p h_#@Z#P`.2 gi#@Z^#, 㿐!>##>`?c@ "#  $c@Z $#.@Zi  "xb@Z4 Q$"bh f"bhސ f値㿐!>#`@ZW>$# c㿐?``!?>!c  >c+   $!>!c+  $!``?`Kc 㿐#>c`d?``3%>!?! GN` #?+@`$a N`!㔀@`p!+@`$a N`!0* ?6 a@Y@Yc @ @Z%@Y #H` 0@ H`2NH` ?$!4 0 !, ? (@?``?? a#`? ` ?a"?`"@ 㿐? ` !?%1>!`"b!e>c$!` #J`"#P#@YD>c$!` ##(@㿐!>#` 0@Yi#```#@`@`` 0@YS#@YO$# b` b` @`  @Y+* ->%    ?  #@ ` `` ?`t 7bP/5? @Y @X֔!@Y$@ H)>@ @a J@Y @X!#@X#$ ` `!#  `@.` @ @ۖ bВ@X!0@XȒ#`# U@X@ @a bВ@Xw!0 H'HN`'H@X H@ :3>J `3>c` & @X c```cF "b@X6"@Xs  H*N0U@`ζ  (`c@' (@` MN` `?` `? 2 L` (`8``!"Ā`%` "8N@XgN@XdL| L` (`c@&`'' @(``)"q %"ϰ `% (``8``!`%`% (``8`@W  ,L@` @)+bq&@+ 8``!"Ƃ `%"͢`. `L@` @&@"b@W"U@  @`$"@W@WȐ @ $@W(`c@?` @ " (`c@ 06M# b@Wf"EN` " +`8`` " ` 2N `kL`] :N` +`8`` 2R *NAL"q@ `@W?`N  +)@+  $@N c0"!߀ $@WN@`g@Wf? [@(` @O`N@W7@#"@V"; @+ 8``!@`% . .L``<  8.L@@`O@W8? C@(` @O`"5@V@W` @ ` @ E+`8` "  2¤ #p@V"#0#P@V""#@@V" 06%#p"@V"Dʠ#P"@V"C#"@V"A0#Ȓ"@V"@ @#b@Vx"#b@Vq!@Vϐ?`A#Pb@Vf!N 2= #"@V[!5 .c@  b@VN"0 (b@VG"u@Vp" h   ?`") ``'@Vq  N` 2N ,? `,```4@VOH  ݰ ,? ` `@ ,$A̰ @@(`+ @O`@@V& tL @b@U!L@V gC  g 㿐?`` !?>c! V$!㿀  / 8`+`@.+?`.8`@? @@`@?.?.?/ 8`+`@ .   *֒`*Җ 㿐 5`9=@U  > @U$ @U $ `$   0@U 6$$&"@U  @U@U  X`@UN )ɀ` h`@UG *ŀ x`@U@ +0㿐 4 7)%' ` O@Uf @Ud @Ub`"&&  ` N @U ` O@U@UL @UJ @UH`2  &  X`@U I& && & 㿐,`0 "4  N@@@ 0`@")  J@ @@UK @@ 0`@2   В`@Tǔ ]Ҁ` h`@T ^΀ 㿐 1@T ` @T @T># 0 `@T 耦`! `@T 0!`@T 0A g0 `@T 0́㿐@T>c @T` !@` @T`@Tf@ >b#㿐 `!` @T    g@T &   g0@TF00>c&#c㿐>c   ? ?`      !p`@T  㿐)># #' %@TI @TG`# ` p@S@T9 @T7`2 #%# `㿐?``?` ``` @ ` . 8``_!`@Sܔ >c ,  H@: > H@@ 2>:c@#~㿐 !Ȓ` `!ؒ` >#'   g0 @S@S>XL㿐  `4!`!`)! `` `` `` *@ ` ;`"``_!@Sv *>;`c@~ p @Sd @S`㿐 S`I``` ``` @ `**8``_ "`@S>!*>;`c@~ : >c` c!@ @`0N- + ``#``@SO`@SM`@SK0!`@S ! `@S!`"p @R y`"X @R z0㿐>#>c +```9#㿐!?! !?! !?! !?!  !?! &0!@S$! !?! "!?@R$!!?! "!?@R$!!?! "!?@R$!!?! @R$!?a?a?a?a㿐!@Rܐ"1?&!@R /`"(@@R? a@R̐"? a@Rǐ"? a!@R" 㿐܁a!X@Rbah \ )?## ap###9@R[ #D. . . . ',@R'K@a` .@R !x@Rn @ٔ@@R /   @?@RWa #+@@R_? a @R ?+@@R  ?b"!@RV! H@RQ!@RC'?$!@RK! ?#@R<#?c@R.? a@R6aȀ @R1aȖ@R'#?c@R? a@R!a @Ra@R?#@R? a H ~#?N`/#@R /  ?cx@R  !?@Q" \@Qؐ?cx@ / :@Q"@ ( @Q  @Q,@Q @Q  @Q "3@Q :@Q͐"@ ܐ @Q@Q  @Q /,@Q ?cx@@QӒ @Qђ  @Q~ @Q#?? a @Qta @Q / a ? ??cx?ccx"#x7L`/<$ ?a :L 0@Qi!?#"G.#x@QL?cx@Q| S@Q8!?$! @Qv  "#?@Q#! E$! @Q '? $a @Q9$ a $(@ @Q#@Q? a@Q@Q? a3b@Q@QH :/?`>` @P@Q / 2*b@P?b @Q& ``2f  0b@PՐ!?$! @Q  P#?@P! $! T @Pː@PĐ@Pʒ / 2*@P +-@P b@`#@P H@P P@P@PՒ x@P@P%@PА@P@Py? a㿐/O㬂`@?㿐㿠c㿠.errorfatal errorwarning%s(%d -- %d) : %s %03d: %s(%d) : %s %03d: rbhandle != NULLembryo_cc_sc1.cw+wbUsage: embryo_cc [options] Options: -i path for include files -o set base name of output file -S stack/heap size in cells (default=%d, min=65) curseg == 2 sym->vclass == sGLOBALname != NULLtag >= 00%xnumtags >= 1 && numtags <= 2%s%s%s%s%s!unary || *tag1 == 0*ptr != '\0'operator%s(%s:)%s:operator%s(%s:)operator%s(%s:,%s:)tagsym[1] != NULLopername[0] != '\0'mainsym != NULLsym->ident == iARRAY || sym->ident == iREFARRAY~opername != NULL && opername[0] != '\0'boolbool:_:-unknown-stgidx == 0ident == iARRAY || ident == iREFARRAYnumdim == 2numdim > 0*size == 1strlen(firstname) <= sNAMEMAXlitidx == 0glb_declared == glbdeclstrlen(str) <= sNAMEMAXsym->dim.arglist != NULL-tagname--identifier-&constident == iVARIABLE || ident == iREFERENCEarglist[idx].defvalue.size.level == 0 || (arglist[idx].hasdefault & uSIZEOF) != 0arglist[altidx].ident == iVARIABLE || arglist[altidx].ident == iREFERENCEsize >= litidxnumtags > 0index == 0loop table(tag & PUBLICTAG) == 0ptr != NULLnestlevel >= save_nestlevelcurfunc != NULL!stagingsym->ident != iLABELsym->vclass == sLOCAL!fpublicloctab.next == NULLstrlen(symname) <= sNAMEMAX%s/include/./-i-o-STMPDIR/tmp%s/embryo_cc.asm-tmp-XXXXXXsc_status == statIDLE_truefalseEOScellbitscellmaxcellmincharbitscharmincharmax__Smalldebugdefault.incbinf != NULLjmpcode != 0 || loctab.next == NULLs %d Error%s. %d Warning%s. ref->refer[i] == symref->refer != NULL%s/%sPWD%s/%s*=/=%=+=-=<<=>>>=>>=&=^=|=||&&==!=<=>=<<>>>>>++--.....assertbreakcasecharconstcontinuedefaultdefineddoelseenumexitforforwardgotoifnativenewoperatorpublicreturnsizeofsleepstaticstockswitchtagofwhile#assert#define#else#emit#endif#endinput#endscript#file#if#include#line#pragma#undef;-integer value--rational value--identifier--label--string-parser stack.inc.sma.smallskiplevel == 0embryo_cc_sc2.clptr != NULLstrlen(pline) < sLINEMAXterm != NULLdest != NULL && line != NULLc >= 0 && c < 256endquote == '\"' || endquote == '\''srclen <= strlen(src)_pushed == FALSE!_pushedlitidx < litmaxliteral tablesym != NULLsym->refer != NULLsym->dim.arglist != NULLarg->tags != NULLroot != symroot != NULLlen < 256entry != NULLentry->refer != NULLentry->refer[count] == bywhomentry->refer[count] == NULLcount <= entry->numrefersnewsize > 0bywhom != NULL*(ptr + 1) == '\0'-end of file-*/iflevel >= 0lptr != term_exprctrlcharcompressdynamiclibrarypackrationalsemicolonlptr < end*lptr != '\0'inpf != NULL arg >= 0 && arg <= 9({[0*e == '\0' || *e == '\n'p > patternstrncmp(line, pattern, prefixlen) == 0*p != '\0'prefixlen > 0%ci >= 0 && i < sizeof namepattern[0] != '\0'tabsizealignunusedrational_digits >= 0 && rational_digits < 9isxdigit(*ptr)@$?@È@Y?A_pushedsym->parent == NULLident != iLABEL || findloc(name) == NULL!(ident == iFUNCTN || ident == iCONSTEXPR) || vclass != sGLOBAL || findglb(name) == NULLvclass != sGLOBAL || (sym = findglb(name)) == NULL || (sym->usage & uDEFINE) == 0*/%+-<=>=<>==!=!++--oper != NULLnumparam == 1embryo_cc_sc3.cnumparam == 1 || numparam == 2!savepri || !savealtlval != NULLlval->ident == iARRAYCELL || lval->ident == iARRAYCHAR0sym->ident == iFUNCTNnumparam == 2!savepriresulttag != NULL-unknown-sym != NULLsym->ident == iARRAY || sym->ident == iREFARRAYlval1->sym != NULLexactmatchsym1 != NULL && sym2 != NULLlval3.arrayidx == arrayidx1lval2.arrayidx == arrayidx2val > 0lval3.sym != NULLboolop1[opoff] == os_letags != 0numtags > 0lval1->sym == sym && sym != NULLclose == ']'lval1->sym->dim.array.level == sym->dim.array.level - 1strlen(st) < sizeof lastsymbolsym->dim.array.level >= 0 && sym->dim.array.level < sDIMEN_MAXsym->dim.array.level == 0stagingarglist[argpos] != ARG_UNHANDLEDarg[argidx].ident == iVARIABLEarg[argidx].numtags > 0dummytag == arg[argidx].tags[0](arg[argidx].hasdefault & uSIZEOF) != 0 || (arg[argidx].hasdefault & uTAGOF) != 0(arg[argidx].hasdefault & uTAGOF) != 0lval.sym != NULLlvaluelevel < sDIMEN_MAXsym->ident == iFUNCTN || sym->ident != iREFFUNCsize > 0dataaddr != NULLarg[argidx].numdim > 0array_sz >= sizearg != NULLarg[argidx].dim[0] > 0lval.constval != 0string != NULLarray_sz != 0lval->sym != NULLlevel <= sym->dim.array.levelembryo_cc_sc4.ccode_idx == 0;program exit point halt 0 nop dump line ; curfile DATA ; CODE ; file sc_dataalign != 0litidx == 0sc_dataalign % sizeof(cell) == 0 STKSIZE sc_dataalign % opcodes(1) == 00 number >= 0l. ; ;$exp ;$par proccount == 1 lctrl 4 const.alt and sctrl 4 sctrl 5 symbol (tag & TAGMASK) != 0symtag srange sym != NULL load.s.pri load.pri sym->vclass == sLOCAL lref.pri lref.s.pri load.i lodb.i addr.pri const.pri stor.s.pri stor.pri sref.s.pri sref.pri stor.i strb.i movs addr.alt load.s.alt zero.pri fill zero.alt move.pri push.pri push.alt push.c pop.pri pop.alt swap.pri switch casetbl case sym->ident == iFUNCTN call sysreq.c stack retn halt bounds jump stack lctrl 5 value <= 0 add.c heap shl.c.pri 2 shl.c.alt 2 shr.c.pri 2 shl.c.pri 1 align.pri smul sdiv.alt add sub.alt xchg shl sshr shr or xor eq neq swap.alt sless sleq sgrtr sgeq not neg invert inc.s inc inc.pri inc.i move.alt dec.s dec dec.pri dec.i jnz jzer trc %ֶڒt/cro (Ǧtdo١ ֶ nev gntҁnevdd: 蕼zo ddte: 蕼n-zo kw#pg bo "turn;Β"tur;" shoturs fiizstdgnstdbwis tamis s"νwatd҉ effe nemosdt yprotyp٠wh tsem߰umnc̏ sdowaclevel ptni trc %lal nam sdowtanamgcercis dd"e": Ѐway1 (tmЀ"e(a ̼gn self (afrom filewr filetovfwffimemy semru m ovfwcecapacy mpabuffovfw o mrmeagق lpek:bufo lsg() fw ea "ce" clǬcappe mock implt ϑtgn y stfail ݬ; mzo Ѐ(negizoƟcl outdcl𡬩adds tr( pu st; sw "atclcsw mtipat"sw" ֗iizdcecllal nam adָl(n-ڒtgnݙmpgn"bak"tueμoutheadfffrom protyp "#if..." ڒbscrip(o mbscriptsmzo mcsa󀈅filkwӓivx oubod(݃x(do١a(%dtypmis (%demptr(sn-tmrgt l ҉ duplߋ"celal (%dellipsЀkwn 랃clspecificergfpackrg tpmetcl nampmeto mtkwЀ( Ӑs ltu rgbscript"[ ]웉 jӐsllӐsϑlg ceximum Ӑscsbcǯbodwhouhead yscɲْtpu (fishfmpilӓivduplߋt; sampstwϑa(mtip"#elseӓivtwe "#if ... #f" ָ ؒddo١fi lta웫 ݏ g֗ϑlsgta(%dϑfc(bo fc(rcis#pg rfρadָ rppwa -֗ݟclf("eƼ "(#րptwh pt pulo l(aftbutserrorfatal errorwarning Compilation aborted.addadd.caddr.altaddr.prialign.altalign.priandboundscallcall.pricasecasetblcmpscodeconst.altconst.pricurfiledatadecdec.altdec.idec.pridec.sdumpeqeq.c.alteq.c.prifilefillgeqgrtrhaltheapidxaddridxaddr.bincinc.altinc.iinc.priinc.sinvertjeqjgeqjgrtrjleqjlessjneqjnzjreljsgeqjsgrtrjsleqjslessjumpjump.prijzerlctrlleqlesslidxlidx.blineload.altload.iload.priload.s.altload.s.prilodb.ilref.altlref.prilref.s.altlref.s.primove.altmove.primovsnegneqnopnotorpop.altpop.priprocpushpush.altpush.cpush.pripush.rpush.spushaddrretretnsctrlsdivsdiv.altsgeqsgrtrshlshl.c.altshl.c.prishrshr.c.altshr.c.prisign.altsign.prisleqslesssmulsmul.csrangesref.altsref.prisref.s.altsref.s.prisshrstackstksizestor.altstor.istor.pristor.s.altstor.s.pristrb.isubsub.altswap.altswap.priswitchsymbolsymtagsysreq.csysreq.dsysreq.priudivudiv.altumulxchgxorzerozero.altzero.prizero.s(*s >= '0' && *s <= '9') || (*s >= 'a' && *s <= 'f') || (*s >= 'a' && *s <= 'f')embryo_cc_sc6.cfbin != NULLindex > 0(sc_lengthbin(fbin) % sizeof(cell)) == 0*params != '\0'i < sNAMEMAXsym != NULLsym->ident == iFUNCTN || sym->ident == iREFFUNCsym->vclass == sGLOBALi >= 0 && i < labnumlbltab != NULLlen > 0 && len < 256*endptr == ' 'len > 0 && len < sNAMEMAXoffset == codeindex + opcodes(1) + opargs(1) + clenopcodelist[mid].name != NULLlow == highopcodelist[1].name != NULLopcodelist[i].name != NULLstrcasecmp(opcodelist[i].name, opcodelist[i - 1].name) > 0strlen(sym->name) <= sNAMEMAXmainalias[0] != '\0'numnatives == ntv_funcidconstptr->name[0] != '\0'sc_dataalign != 0(hdr.defsize % sizeof(cell)) == 0sym->addr < numnatives(sym->usage & uDEFINE) != 0nameofs == nametable + nametablesizeparams > instrdisk fulllindex < labnumϙϔϙϋۙϙڙϙ딦닦蚠ԙ蚠̙蚠Ιj«ﶱjëjrjԔԋԞ̞̔̋Δ΋!!!!ȯȯ!!!!ȯȯ!!ԙ̙ΙΞɠ؅؎Ξ؎؅΋ɠ؅΋؅̞ɠ؎̞؎̋ɠ̋؅ 0!蚠sub! -%smul!smuΔsub -%΋subϛ -%jnjnzjnnjnzl!jgljgrgjlgjl҅jjrjj͏j͏jnjnzc̥ccԥc̥ccԥ 0!orͱ 0!or͐oror 0! 0!͏staging bufferstgmax < requiredsizeembryo_cc_sc7.cstgidx == 0len == (int)strlen(str) + 1len <= sizeof strstart < end(int)(lptr - buffer) == *repl_lengthseq >= 0i <= _aliasmaxisdigit(*lptr)var >= 0 && var < _maxoptvarssymbols[var][0] != '\0'(int)(lptr - buffer) < *repl_lengthisdigit(*pattern)match_length >= repl_length0alphanum(*start)sequences[seq].find == NULLsequences != NULL*(start + 1) == '\0'root != NULLfirst != NULLsecond != NULLembryo_cc_sclist.ccur->first != NULLcur->second != NULLmatchlength > 0name != NULLstrlen(name) <= sNAMEMAXalias != NULLstrlen(alias) <= sEXPMAXstrlen(cur->second) <= sEXPMAXpath != NULLcur->line != NULL(c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || c == '_'pattern != NULLsubstitution != NULLlength > 0(*name >= 'A' && *name <= 'Z') || (*name >= 'a' && *name <= 'z') || *name == '_'item->second != NULLitem->first != NULL/usr/local/bin/usr/local/share/embryo/usr/local/libWARNING: Embryo could not determine its installed prefix and is falling back on the compiled in default: %s You might like to try setting the following environment variables: E_PREFIX - points to the base prefix of install E_BIN_DIR - optional in addition to E_PREFIX to provide a more specific binary directory E_LIB_DIR - optional in addition to E_PREFIX to provide a more specific library dir E_DATA_DIR - optional in addition to E_PREFIX to provide a more specific location for shared data /proc/self/mapsrr-xp%lx-%lx %4s (deleted)E_PREFIXE_BIN_DIR%s/binE_LIB_DIR%s/libE_DATA_DIR%s/share/embryoPATH%s%s/%s%s/share/embryo/include/default.inc...%s/%s/share/embryo/include/default.inc%s/%s/share/embryo 00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t0000000000000~0{0x(0u40r@0oL0lX0id0fp0c|0`0]0Z0W0T0Q0N0K0H0E0B0? 0<09 , H  @  p oso(,o((L< ooڴhp (08@HPX`hp (08@HPX`p (0   EtEEEF FHF|FG4G FHTHH HG\G<>|^&+-*/% ((((((08@HPX` hpHIe t oninard ierens alatuns"%"my anrect noevsiblorst) mbdeusfugraich a asolexa ofitedbiymsve s p ficg ɺto" maz hadiloopȃՇeʜ :icpossnusu峱abeco؋mt c, thululve键n  8HXp0@Xhx(H`p(@h(@Pp0@Hhx(8H`x @Xp@Ph 8P`UNUWV$V$ V$V$V$Q(Uy0V$18Wh2@UP]XUv`V$hU pV$ €V$^˜Ur V$q¨Ut°Up¸UsV$V_UjV$iV$|YwV$dUcUxV$- V$(U0V$m@V$lHUoPUkXUn`V$VhU7pY$<xY$;ÀY$:ÈY$9ÐY$8ØY$6àY$4èV$@ðY$?øY$>Y$=Y$3Y$U5Y$V$bUaUUV$}Vl V$ 0U8V$HV$XV$ hV$pV$ĀV$ĐV$ĠV$"İU!UuV$UU`UUTURU+U*U.U(V$% U'0V$$8U&HV$)PV$XV$/hU0pU xV$IŀUJňUhŘUgŠUAŨUEŰV$DV$BUGV$FV$^U]UfUe UH(UX0V$8Vl@V$PV$`V$pV$CƀU,ƈV$ƐUƘV$ƨUưV$V$V$V$OUPUUU]~ [@(V${0V$@V$zPUL`UMhUKxU#ǀUSLjU[ǐV$ZǘUYǨU\ǸV$ %rip.1!ad.altol2!sh!.suppstop!dnoc;$p!xe.czendreqr3!g!hcx!j!lusobidsgslxr!!aʋoi!essrt Īla.pޟ.bveom璏ca˙4!!µõɴƙdewins͚˸ (08@HPX`hp x̀ ̈̐ ̸̨̘̠̰ (08@HPX`hpx͈̀͐ͨ͘͠@Ͱ͸P 0 (08@HPX`hpx΀ΈΐΘΠ Ψΰ θ    (08@HPX`hpxπψϐϘϠϨϰϸ (08@HPX`hpxЀЈАИРШаи (08@HPX`hpxршѐјѠѨѰѸѰ 08@0HPX`\ p@(,(L(p(+ , H ` ڌ ڴި  !"h 'ި2` AQ, l, L, xިg-@  0 I Fx 0\  / 4 p ( )7H( =? M8WDp` ^R<x fq8 p8 x[L( p48 jt DAp ް > >D Xd pl 5t @FDd W l 1l 0'48 4G d ?2XH N9t ]  ioxC4 =x o 1  LH <d d  (  P \ & 2;8C O0W4_,g P sx {8l(    x `l @ t ' H  ,   l,  @,  ,  , $ , *8 0\ 70 >0 E0 L TDX ]< mT u{ xphT4  @ l DD   `  @ %P + 4LL <H$ Hd VDc  op, ltdhTl R< Y$  U ^ %V -YP 5|<[@ FQlP OWh W] _hsR$ {R ^  ] S0, xU, V$H Vl\ S\ y   r s0 "d0EX d tT4     ( 2CPAas n  xTDv .$ |8  D( 0@ ۤ E( ! &ی ,3 9 ?L  G2 T  a. l@8x s6 |    u( <| 1(   2 DH 0< /4  +t   /h0 ". /PD 8CL Dl Qh Z4 b4 jM4 rڋ yۀ  \ 0@! \     D8( 0  ݄ 3(P p  <@  >(  /  'G( -@t 8 ?  Qܠ X `ݜ g0 nr4  H( 0  $   28x  \ -  /ڴ I  T @ ]F( I( c/ p v@4 3xx I@(  ۰ 7p, D`( .x   | D8 , < Xt = H 3P0 "L ,?( 2h 9ݴ A?0( Gܸ P  a  mBx4 wL  G4 4 p ! H  |   `    X  x pp\ q'l4ۘ<s E6 ۼM VATT h|o?X4 wݨ|dL Et p  ,:h 2\ 1P\ dBT TG4( l 60 24 8 `!*3ڌ IPT].  gݐp  |DT u8 3$ |u Ih@ Lx .< ެB@ (  E4 1 #XX -pw<t 8Qh AE4@ JQH4 W( fܔmD\ {@  ` ( @$ H4 B `@ ,6P /T   A(  h ,$4 +G\( 1t:B< J.<< V[A4 c` ps$p x;, ~x8PG (  ,7  ܈N4  64 S?( p ?( -L ܬ`  l "E( )09 \ 7@?( F. RCt@ ZF4 a  rh }FH4 (NP Et( 8h F (   HT4 B0H 1 F|4 7 D< 0K@ G@ ',,<E/, QH 4 W eTk embryo_cccrti.svalues-Xa.cBbss.bssDdata.dataDrodata.rodatacrtstuff.ccall___do_global_dtors_auxcall_frame_dummyforce_to_data__CTOR_LIST____DTOR_LIST____EH_FRAME_BEGIN__object.2completed.1p.0__JCR_LIST__embryo_cc_sc1.cparseinitialsphopt_initaboutresetglobalsrettypedelwhilefind_constval_byvaldestructsymbolsnestleveldoexprdecllocstatementnewfuncdeclargsreadwhilefuncstubwqinsert_constvalprefix.1calc_array_datasizecount_referrersdecl_enumfetchlabtag2strlastpos.0needsubdecl_constintestaligndataskipinputoperatornameinitvectorcalc_arraysizeoperatoradjustdeclfuncvarwqptrbinfnamecheck_operatortagtestsymbolsaddwhiledumplitsdeclglblaststembryo_cc_sc2.cskipstringitohstr.0term_expris_startstringunpackedstringstkidxpreproc_expralphaiflevelfind_symbolicomment_lexstrfree_symbol_lextok_lexval_pushedcheck_emptylitchar_lexnewlinefind_symbol_childelsedonegetstringmatchextensions.1add_symbolskiplevellistlinestrinsstackembryo_cc_sc3.chier1hier2hier3hier4hier5hier6hier7hier8hier9nextophier10hier11hier12hier13pop1skimarray_totalsizedbltestlist3list4list5list6list7list8list9unoperstr.2checktagplnge1plnge2binoper_savepri.1unopers.3commutativeuser_incbitwise_opercountlist10list11list12lastsymbolplngeuser_decdropouttruemoduluscheckfunctionbinoperstr.0clear_valueembryo_cc_sc4.cembryo_cc_sc5.clastfile.2errmsgprefix.0lastline.1errorcount.3errflagerrstartwarnmsgfatalmsgembryo_cc_sc6.cskipwhitespacedo_jumpbytes_outnoopfindopcodedo_dumpdo_filelbltabdo_symbolhex2longdo_calldo_casebytes_inwriteerroralign32align16curfiledo_switchstripcommentcodeindexparm0parm1parm2opcodelistwrite_encodedembryo_cc_sc7.csequencesstgstringstgmaxstgbufgrow_stgbufferfilewritesequences_cmpembryo_cc_scexpand.cembryo_cc_sclist.cadjustindexfind_stringpairsubstindexsubstpairinsert_stringpairdelete_stringpairtablealias_tabincludepathsembryo_cc_scvars.cembryo_cc_prefix.c_e_prefix_fallbacks_e_prefix_try_proc_prefix_path_data_exe_path_prefix_path_lib_prefix_path_prefix_path_bin__DTOR_END__call___do_global_ctors_aux__CTOR_END____JCR_END____FRAME_END__crtn.s_END__START_glbtabvfprintfphopt_cleanupsc_closeasmaddsymglb_declaredaddr2cell__iobfdopenob_addatoifgetswritetrailerftellfindglbadd_constante_prefix_getsc_openasmffcasesetlabelsc_alignnext_edatamkstemprational_digitsstgdelcopyarraynooperation.umulgetenvsetactivefilecharalignstgoutsc_readasm_startwarnnumntv_funcidsc_closebinsc_getpossrcalphanumsetheap_priinsert_substoutfnamesprintflexinitjmp_ne0_etextfsetpossc_rationaltagcurfuncfopenstrrchrnamehashstrncatmatchtokencell2addrfindlocstrchrsscanfbegcseg__ctypefinddependcharbitsmoveto1insert_aliassc_resetbinob_nesc_compilestgidxe_prefix_data_getmemsetstrncpyaccesserrbufstgbuffer_cleanupdelete_pathtablelnegtolower__deregister_frame_infoerrnummemmoveatexitsc_debugsetlinefputsmemcopyindent_nowarnsc_writeasmconst1const2sc_opensrcsc_needsemicolon_PROCEDURE_LINKAGE_TABLE_curlibrarymatchtagob_orsc_lengthbin_exitffswitchsetfileinvertexpressionfseekfuncdisplaynamecell2addr_altsc_readsrcstmtindentcheck_useropsetheapstrncmpe_prefix_determinefillarray_finisc_addconstantmarkusagepush1fcloseopendirpush2snprintfe_prefix_bin_getaddvariablejumplabelrefer_symbolsc_packstrrelop_prefixpopstk.remsideeffectinpfnamedelete_aliastable.urem_environsc_ctrlcharfind_subststrcmpgetlabellookup_aliasplinelexclrclosedirsc_allowtagsfgetposstgwriteendfuncget_pathdelete_consttablememcpypushvalstatpushstkconstexprstrlen_Jv_RegisterClassesfindconstlibname_tabaddressbegdsegfnumberwriteleaderfreesc_addtagloctabob_and__flsbufendexproutvaldelete_substtable_DYNAMIC_GLOBAL_OFFSET_TABLE_litidxerrstr_tablesc_eofsrcrealpathinsert_pathneedtokenstggetfetchfuncsc_dataalignstgsetsc_compresscode_idxstrcpysc_stksizesc_tokenssc_closesrc__dso_handlemodstkmallocdelete_substos_modnameincellstokeninfosc_tabsizeerrorsetaddconstlabnumos_gedelete_symbolsstrdupfind_constvalreaddirstrtolunlink__register_frame_infolexffcallos_gtsetstkflinestrcasecmplongjmplexpushlptroperator_symnamesc_openbinstowlitlitmaxffretitoh_endpreprocessob_eq__assertappend_constvalsc_resetsrcinpfffabort_lib_versionstgmarkstorestrcatfflushob_xorgetcwdsc_statustagname_tabalignframereallocjmp_eq0hier14startfuncexporttagpop2sc_errorsetjmpassembleplungequalifiedfilestrexpandos_divcursegrvalueinpf_orgswap1sc_resetasmmodheapou_sare_prefix_lib_getplungefileoutfob_sallitqos_multsymbolrangeob_sube_prefix_shutdowne_prefix_fallbackos_leffboundsfwritefcurrentdefstorageos_sarstagingdefsymbolchar2addrrelop_suffix.divsequences_tablefreadingsc_writebinos_ltdelete_symbol.udivmainas: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 @(#)SunOS 5.10 Generic January 2005as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 GCC: (GNU) 3.4.5as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.482% $ > : ; I  : ;  : ; I8  : ; I 8  I $ > I !I/  : ; : ; I8  : ;  : ; I : ; I: ; I.? : ; ' I@ : ; I : ; I 4: ; I  U.? : ; ' @ .? : ;' @ : ;I .? : ;' I@ : ;I .: ;' @ .: ;' @ 4: ;I .: ;' I@ 4: ;I !4: ;I"1#1$41 %.: ;' I &: ;I'4: ;I( U) *1 +.: ;' ,1- .: ;I/ 0 1.: ;' I@ 2413.: ;' 4 : ;516!I/7.: ;' 84: ; I9!:4: ; I? < ;4: ;I? < <4: ;I? < % : ; I : ;  : ; I8  : ; I 8 $ >  I$ >  I !I/  : ; : ; I8  : ;  : ; I.? : ; ' @ : ; I .? : ; ' I@ .? : ; ' I@ : ; I 4: ; I 4: ; I4: ; I  U!I/.: ; ' @ .? : ;' @ : ;I .: ;' I@ 4: ;I 4: ;I 4: ;I!1"1#1 $.: ;' %: ;I&: ;I '.? : ;' @ (.? : ;' I@ ).: ;' @ *1+41 , -41. U/ 0.: ; ' 1: ; I2 3.: ;' I 44: ;I5 64: ;I? 7: ;I84: ; I9.? : ;' I@ :4: ; I? < ;!<4: ;I? < =4: ;I? < >4: ;I?  % $ > $ >  II!I/ : ; I : ; : ; I8 : ; I8  : ; : ; I  : ; .: ; ' @ .: ; ' I@ : ; I : ; I .: ;' I@ : ;I .? : ; ' I@ 4: ; I  U4: ; I ' .? : ;' I@ : ;I .: ;' @ ' I 4: ;I !4: ;I "' I# $1%1 &1'.: ;' I (: ;I): ;I* U+ ,41 -4: ;I.4: ;I/ : ;011412.: ;' I 3 4.: ;' 5 64: ;I? < % $ > $ >  II!I/ : ; I : ; : ; I8 : ; I8  : ; : ; I : ; I : ; : ; I.? : ; ' @ .? : ;' @ .? : ; ' I@ : ; I 4: ; I.? : ;' @ : ;I .? : ; ' @ : ; I 4: ; I : ;I 4: ;I 4: ;I? < % $ > $ >  I : ; I : ;  : ; I8 : ; I 8 I !I/ .? : ; ' I@ : ; I 4: ; I 4: ; I!I/.? : ; ' @ 4: ;I? < 4: ; I?  4: ;I % : ; I : ;  : ; I8  : ; I 8 $ >  I$ > I !I/ : ; I8  : ;  : ;  : ; I' II.: ; ' I@ : ; I 4: ; I 4: ; I.: ; ' @ : ; I  U.: ;' I@ : ;I 4: ;I 4: ;I: ;I .? : ;' @  : ; : ;I8 : ;I!4: ;I "4: ;I# U$!%4: ; I? < &4: ;I? < % : ; I : ;  : ; I8  : ; I 8 $ >  I$ >  : ; : ; I8 .: ; ' @ : ; I 4: ; I 4: ; I.? : ; ' @ .? : ; ' @ .: ; ' I@ .? : ;' @ : ;I : ;I .? : ;' I@ 4: ;I4: ;I I!I/ : ; I 11  U41 1 41! U"1#.: ;' $: ;I%: ;I&4: ;I' (.: ;' I )!*4: ; I? < +4: ;I? < ,4: ; I?  % $ >  I$ > .? : ; ' I@ : ; I 4: ; I I !I/ I% $ > $ >  I : ;  : ; I8 : ; I : ; I8 .: ; ' I@ : ; I : ; I 4: ; I .: ; ' @ .? : ; ' I@ .? : ; ' @ .? : ; ' @ .? : ;' I@ : ;I 4: ;I 11 U41 .: ; ' I : ; I4: ; I.? : ;' @ I!I/ % : ; I : ;  : ; I8  : ; I 8 $ >  I$ > I !I/  : ;  : ; : ; I : ; I4: ; I?  !I/4: ; I?  % : ; I : ;  : ; I8  : ; I 8 $ >  I$ > I !I/  : ;I  : ; &I.? : ; ' @ .? : ; ' I@ .: ;' I@ 4: ;I4: ;I  U!I/.? : ; ' I@ : ; I 4: ; I 1141 41 .: ;' I : ;I .: ; ' I !4: ; I" 7Md-LGNU C 3.4.5embryo_cc_sc1.c/home/falko/e/e17/libs/embryo/src/binlong int__gnuc_va_list+}va_listUg__FILE[__FILE_cnt#[#_ptr$b#_base&b#_flag'h# _file(h# __orientation)y# __ionolock*y# __seekable+y# __filler,y# inthunsigned char +long long intFILEJsize_tRyfpos_tW[ +charshort intshort unsigned intlong long unsigned intlong unsigned intlong double A[ jmp_bufEP `[  cell2[` I G# CH# PdataLl# M[#arraysizeN[#addrO`#  QvalD`IrarrayP__s_arginfoP9 :# ;# usage<#!tags=#$ >[#(dim?1#, @[#4hasdefaultAh#8defvalueQ#<defvalue_tagR[#L  [arginfoS ;__s_constvalue,WnextX;# Y# iZ`#$ Z[#(constvalue\}y`v[w[libx}A length`# C#arglist|array__s_symbolTinextj#parentk# l#hashmy#(addrn`#, o#0 p#1usageq#2 r[#4tags[#8xyS#<dim#@fnumber[#Hrefer#Lnumrefers[#Psymbol VsymV#constval`#tag[# # boolresult# arrayidxl#isc_error[-L-nnumber[hmessageiIjfirstline[klastline[largptrmprefixްpreQ " Rsc_opensrc -.^IXsc_closesrc..<n hsc_resetsrc.<.xn hposition i sc_readsrc.x.^ QtargetY[ZRsc_getpossrc ..n hlastpos@sc_eofsrc[..^ Xsc_openasm ..^fd[Xsc_closeasm..^ X sc_resetasm./n h Gsc_writeasm[//4n hsti sc_readasm/4/T^ QtargetY[Z sc_openbin /T/h^IX sc_closebin/h/n hdeletefile[i 4sc_resetbin//n h sc_writebin [//n hbuffer i[j sc_lengthbin[//^ Xresetglobals/0^about01 n dumplits1 1nj[ak[` Qaligndata12Xnnumbytes[h calc_arraysize/`2X2ndim.`.[icur.[j add_constant /23Pn .`val .`a .[jtag .[ksym 0V_ \sc_addconstant[3P3nXi`Ytag[[ fetchfuncV34n`tag[isymVh o`a operatorname[45nh R[Xstrhval`l Stag2str56Pndesthtag[ioperator_symname6P7Hnhitag1[jtag2[k[l [mtagstr1`tagstr2P R[Q   mfind_constval_byval }7H7p^ }Xval `Yptr }X8funcdisplayname7p9ndesthfuncnameitags1hopnameXtagsym8P!unary["H78L#e#s##$L$[$i H} %parse_funcname[&fname&tag1&tag2&opname!ptr'!unary[operatoradjust[9=nR[hsymVij [ktags1hcount[barg`tmpnameHoldsym Vk(@id[`)<<errnameh~  MNtestsymbols 8[=>nroot 7VhC 7[itestlabs 7[jtestconst 7[k  9entry :[`sym <Vhcount_referrers [>>^entry VQi [\count [Xcalc_array_datasize t`>?nsym sV`o slilength u`h)??\sublength |``destructsymbols ?ATnroot VhC [i o `\savepri [bsym Vh` 8 `opsym Vaelements ``  #delete_consttable ATAn }hcur }`next }`insert_constval }ABnprev }hnext }i jval `kZ lcur }`append_constval }BBT^ }X Yval `]Z [cur }Qprev }Xsc_addtag[BTC4nval`lptr}`last[atag[hcheck_operatortag[C4DnR[h [ij?find_constval }DDpn }h iZ jptr }hdoexpr DpEncomma [hchkeffect [iallowarray [jmark_endexpr [ktag lchkfuncresult [m  [l Z [`  [X  [dval `hconstexpr 1[EFDnval 0lYtag 0Z  2[d Z 2[lcidx 3`hneedsub`FDFntaghval`linit`FG n[htagii`linitvector`G In[btag[i`hfillzero[kprev1`aprev2`dctag[lellips[`curlit[jxstep``initials@ILHn?[htag?[i?ljdim?k?[lctagA[lcurlitB[bdC[`offsl`l!dsizel`declglbLHR<nh[[v[stock[$[ [gtag[kispublic[d 1h Hval` `cidx`strdim1@ [b C[`filenum[symVcglbdecl`"N@O*&`)NLO$4a+?dumpzero&count[!i[declloc[R<Wnv[l [htag[d 1h HsymVcval` `strlval\cur_lit[fdim1 [b C[` $[j(gfirst`Zi[Yctag[explicit_init[`Ddecl_const WXdn [h ~ Pval `LstrHtag[aexprtag[Dsymbolline[c)X4XDorgfline[`3decl_enum-Xd[Ln,[henumname.P ~.val/` i/` /`str0tok1[`tag1[bexplicittag1[`increment2`multiplier2`Ydeclargs h[[Ljtnsym gVgptr j~argcnt k[holdargcnt k[itok k[btags kY  k[dval l`~arg m~!arglist m  n~  o[m  o[~ $ o[~idx p[d(Zaltidx [a,i^a#y*l*~#####($X$~$~H$ c)`P`$ c, haTa* `# h$ ]$ Z(+$ c$ 8`-@fDf$ Y$ L~$ X~ i[ + hdoarg F. D. D[.o D[&tags D. D[. E[.$ E[&arg E!argsym GV' H`' I1/ 'C l[0!i }[0!size_tag_token h0!paranthese [0' !val `% argcompare &[&a1 %&a2 %!result '['C '[0!i 2[!Rfuncstubjtlnnative[htok[`tag[astrHval`L 8PsymV` R [c!test Nlonlabel M[hparens M[iinvert M[j Z O[T!tok O[cidx P`Plval Q\X  R[bptr sY"1addwhileop nptrhk[\delwhilep p4^1readwhilep4pln"fetchlab@Vplpn?`symAVh"exporttagpqntag[h)pqxptr}\'estatement Uqnlastindent Thallow_decl T[itok V[aval W`~st X~,#'erPr$'x`$'}$'}$'~$'x`$'}$'}$'~,$"'st\$'@$'b$'c$'d2'$(`0$'@$'b$'c$'d2'$(`,$l($uHu$(6}$(A}$(M`P$(6}$(A}$(M`,$(Zuv$(m}h$(m},$(vv$(`)vv$(`,$(vv$(`$(`,%0(w@wh$(}$(}$(`$(}$(}$(`,&(w{$) f$)c$)0h$)AX$)Md$)_a$)q}$)}}$)$)`$)i$)~)w{$) f$)c$)0h$)AX$)Md$)_a$)q}$)}}$)$)`$)i$)~)yz$)}(&*$(z~,&T)|0|$)}$)},&)||$*`$*a2*$*`$*a2*,&*/|}@$*@}$*@},&*M}P}$*_`)}P}$*_`,'.*k}~h$*y}$*b$*a$*y}$*b$*a"*~L$*P$*`)~L$*P$*`+'doassert!flab1['Z[!cidx`!lval\+(dofor !wq (!skiplab [' `!save_nestlevel ['Z [!ptr  ($[ +(Zdolabel%!st&!val'`!sym(V+(doreturnX!tagY[0'm+(dobreak}!ptr~+(docont!ptr+(dogoto !st !val`!symV+)doswitchO!lbl_tableP[!lbl_exitP[!lbl_caseP[!tokQ[!swdefaultQ[!casecountQ[!valR`!strS!caselistTA!cseU}!cspU}!labelnameV0!end`+)dosleep!tag[+*/doif !flab1 [!flab2 [!ifindent [+*Mdoexit!tag[+*kdowhile !wq (3* !indent [' `!count_stmt [+*dodo !wq (!top [,`newfuncy[nxhx[ix[jvx[kstockx[lsymzVaargcnt{[`tok{[`tag{[ifuncline{[f R|[d!opererror|[ 8}Pstr~~val`~cidx`~glbdecl`~filenum[c,,0,`$,vl0$,vl-,E$,`)h  +,define_args!symV0!subV-%declfuncvarntok[hitag[j[kv[lfstock[m$[` P-parse@ntok[[tag[b $[`fstock[c v[cval`lstrh09sc_compile[@nargc[argv09!entry[i[`jmpcode[hfd_out[aretcode[Xincfname0?wreportname0?obinf0P_inpfmark elcl_ctrlcharmlcl_packstr[llcl_needsemicolon[klcl_tabsize[jtmpdir X4cleanup50VHT,/0h#0y#0*0e#0#0#0,/0HL*0c*0a*0d*1 l#1#1'P$15g$1Ab$1KX21^,/1k*1Yx$1_$1X21,/1($1Y$1Y,01*1d$2]$2 a$2`$2&i 0P67initglobals!+0setopt&argc[&argv09&iname&oname&pname&rname+1kparseoptionsP&argcN[&argvN09&inameN&onameN&pnameO&rnameO!strQ0?!iR[!stack_sizeR[!lenS+1setconfig&root!path0?!ptr!len[+1setconstants!debug[+23reduce_referrers &root V!i [!restart [!sym V!ref V2maint[dnargcs[hargvs09ienvs09jargv0u0?w8iv[)Dpwd[ 2h9:__ctype%2 2 :__iob2;loctab\;glbtab];litq^l 3!9;pline_3;lptr`;tagname_tabaA;libname_tabbA;curlibraryc};curfuncdV;inpfnamee 39;outfnamef3;sc_ctrlcharg;litidxh[;litmaxi[;stgidxj[;labnumk[;stagingl[<`m`;glb_declaredn`;code_idxo`;ntv_funcidp[;errnumq[;warnnumr[;sc_debugs[;charbitst[;sc_packstru[;sc_compressx[;sc_needsemicolony[;sc_dataalignz[;sc_alignnext{[;curseg|[;sc_stksize}`;freading~[;fline[;fnumber[;fcurrent[;intest[;sideeffect[;stmtindent[;indent_nowarn[;sc_tabsize[;sc_allowtags[;sc_status[;sc_rationaltag[;rational_digits[;inpf0P;inpf_org0P;outf0P;errbufAlaststj[<nestlevelk[8rettypel[4skipinputm[0 7[ _wqn7Dwqptrobinfnamep0?#?adGNU C 3.4.5embryo_cc_sc2.c/home/falko/e/e17/libs/embryo/src/bin__FILEi(__FILE_cnt#(#_ptr$/#_base&/#_flag'5# _file(5# __orientation)F# __ionolock*F# __seekable+F# __filler,F# int5unsigned charlong long intFILEJ[size_tRFlong intlong unsigned intdoublefloatcharlong doubleshort intshort unsigned intlong long unsigned int  ( ucell1Fcell2(, N stkitem6 IsymnameG# H# PdataL8#sizeM(#arraysizeN(#addrO,# QvalD,sizeI]arrayP__s_arginfoP9 :# ;# <#!tags=#$numtags>(#(dim?#,numdim@(#4hasdefaultA5#8defvalueQ#<defvalue_tagR(#L  (arginfoS3__s_constvalue,WnextX3# Y# FZ,#$index[#(constvalue\}ydeclaredv(idxtagw(libx}9 length,# #arglist|array__s_symbolTinextj# }k# l#hashmF#(addrn,#, o#0 p#1 q#2compoundr(#4tags(#8xyK#<dim#@ u(#Hrefer#Lnumrefers(#PsymbolH__s_stringpairnextH#first#second#matchlength(# stringpairEmbryo_CellJ(pushstkDdnvalCNhpopstkMN^/plungequalifiedfileV(hnUhextensionsW/fpX?bextYext_idxZ(a ? ^plungefile(h n`try_currentpath(itry_includepaths(j.(hi(iptrQpathw !check_empty p^lptrXNlexclrpnclreol(hpreproc_expr(nval8htagi.(hindex(l,h term!"# Q$ chrcat%str%chr \getstringxndesthmax(ilinej litchar,xdnlptr `rawmode(ic,hcptr/i is_startstring@(dd^&L?X Eskipstringbd`n&La endquotec<d(a strins`ndest`srcisrclenjj destlenj'lexinit6^ alpha (P^c X( alphanum %(Pnc $h ematch(nsthend(ik(\ptr`'lexpushXn( tokeninfoN(XnvalM8hstrM i stowlitn&F,hp8a ?unpackedstringnlptr&<(i packedstringxnlptr&<(ii(`valach add_symbol 1xnroot 0hentry 0isort 0(jnewsym 2j) Gfree_symbol Ensym Dharg F` delete_symbol e(nroot dhsym di delete_symbols y(nroot wh& w(idelete_labels w(jdelete_functions x(ksym zX(Qnamehash Fn& a ptr / len (find_symbol 0nroot h& i&u (jptr hhash `(findloc /0L^& .Y(findglb $Ll^& #Ypfind_symbol_child l^root Xsym Yptr X(refer_symbol (nentry bbywhom icount (`refer Xnewsize (a0markusage ,^sym ]& (Ypreprocess,`n iscommand(*H#a+!X+*c+5e+A`,+M`*[x#n`H-{*M+X+e+n+n+n+np+X+e+n+n+n+n*8#i#h+m+e+`+X.+Do+Pn+_a*+ w+Z+`-&+ w+Z+`-&. +o+`.Wh+ c+d+%`+3a+?b+Ma+Y`/n”+o*2d"M#Zn#fl#vn.+`+n+a+d+n+n+c+`.-!"#X,-**P:H(#S`+_g-l+yQ.p+`(+n.@+n.X+2n.p+o+Z-+X.+n.+on.+o+!a0[readline1linei(num(cont(ptr2 ptr)$stripcomY%lineX cZ3gcommand7( tok8( ret8( val9, str: index;(4<,5 pathname5 val,5-42 i(5? val,5j4 digits, i(5| val,,5 val3,54> i?( comma?( sym@54g i(2 sym2 s2>6k?w2 pattern4^ start end count(4$( def w '  GN$substallpatternsc%lineb7Sb( startd endd4$e( substf02doinclude8ci(8.(3substpattern(%line7Sj%pattern7^4$( p s e args match( arg( len(2 ch,   3:strdel%str%lenj lengthj3skippgroupv7Lu nestw( openx closey(elexO(`nlexvalueN8elexsymN iiP(htoolongP(cnewlineP(\<P(YtokptrQ `*eـڜ#zl#b.t+]+l!ـل"" +`*٬""H+ `!ڄ","8h+Da*#Q"d#pl+|a+`+X+P+c+b+]+L+X+Y!9T#MX,\+Y*+3number(%val875 i(4F,3btoi(%val875 ptr3htoi(%val875 ptr3Qdtoi(%val875 ptr39ftoi'(%val&875& ptr( fnum) ffrac) fmult) dnum* dbase* i+( ignore+(5 expZ( signZ(2 test1 test2 c1` c2`3fpow107F( res(matchtoken.(Dntoken-(hval/,lstr0htok1(X(needtokena(Dntoken`(`s1b>Xs2b>@(Tfindconst 5<n& 4hsym 6`(finddepend C<|n&} Bhsym DQ(+addsym S|n& Rhaddr R,i& R(j& R(ktag R(l& R(mentry Trefer T`(addvariable |n& zdaddr z,i& z(j& z(ktag z(ldim {mnumdim {(cidxtag {esym }h} }btop }X ~(a9getlabel (^(itoh nval hitohstr ptr ji (lnibble P max (   (  [ :__iob 5;:__ctypeXk?wTK1PGNU C 3.4.5embryo_cc_sc3.c/home/falko/e/e17/libs/embryo/src/binintunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong double[cell2[TI G# H#P dataL)# sizeM[# arraysizeN[# addrO# Q valD sizeI/ arrayPT __s_arginfoP9 name:# ident;# usage<#! tags=#$ numtags>[#( dim? #, numdim@[#4 hasdefaultAb#8 defvalueQ#< defvalue_tagR[#L[arginfoS __s_constvalue,W nextX# nameY# valueZ#$ [#(constvalue\ Qy declaredv[ idxtagw[ libxQ  length# #  arglist| arrayW __s_symbolTi nextj# parentk# namel# hashms#( addrn#, vclasso#0 identp#1 usageq#2 compoundr[#4 tags[#8 xy#< dim#@ fnumber[#H refer#L numrefers[#Psymbol+ sym+# # tag[# ident# # arrayidx)#valueuser_inc[^user_dec_^nextopk[ njhlistjicommutative .[ ^ -Xfcheck_userop[ n}hhtag1}[itag2}[jnumparam}[k~nlresulttag~mbinoperstrtbinoper_savepriunoperstr4unopersDopernamehsymbolnameHi[]swapparams[esavepri[csavealt[dparamspassed[jsym+`~f1[hM4matchtagH[ L^formaltagG[XactualtagG[YallowcoerceG[ZdropoutLn[hiexit1[jnk[ plnge1N[nhierM hMni O[h O[l!cidxPh" [n  %skim[dnopstrhidropval[jendval[khier lnm [`!hits[b!droplab[d!endlab[` [d!allconst[c e [l!cidxh ycheckfunctiondnnh!sym+Y  dbltest [H^ X nY  nZ truemodulusHlnahbi plnge2aln_hhhier` i`nj `nk b[T!cidxcP# t!lvaltmpy1X# !ptrY#  !ptrY$ p% i& % k% -]' :calc(left)(right) plnge[<nopstreopoff[ihier jnkforcetaglchkbitwise[m [` [T!count[`  1X Zarray_totalsize<nsym+h!lengthh!sublengthQhier149[n8nh :[a  ;1X!lval3;1@ >hc!tok?[X ?[b!i?[\!val@!stA!bwcountB[g!arrayidx1C!arrayidx2C!org_arrayidxD)`*~!exactmatch[a*H!sym1+h!sym2+`!i[a+x!same[aQexpression[naval)itagjchkfuncresult[k 1X hier13)[n(na *[`!flab1*[h!flab2*[b  +1X!array1,[\!array2,[Q#!ptrHYh!ptrNY:hier12q[^pn]ghier11w[^vn]hier10}[8^|n[ hier9[8 nn`$ <h%"e&0%>d&K,Wa,cT,oX,{h'plnge_rel$[(opstr#(opoff#[(hier# )#n-%[-%[- &1.count'[hier8[  ^n[hier7[  ^n[hier6[  @^n[:hier5[ @ l^n[fhier4[ l ^n[hier3[  ^n[clear_value  ^nX checktagP[  tntagsOhnumtagsO[iexprtagO[j!iQ[`6hier1[ t'nnd [h [}!tok[X!symtok[f!val}!cidx}  1X!st}.close!sym+e/restartX $056  &L,X},c`1o,{},`0& ,X,},},},},},},`* P,}, `002h&I x1U,c`,oa,~e,l,j,i,~,g,~,~,}, }*C ,a}*h ,tX,a ,X* 0,1`,=}08&&+8,a* P,Of$ !(%f%m%}%)k%:}#!! t#("#(,Ja ,`'primary[)n.st-[.tok[.val.sym+22 @[) ?n.tok A[- A[- A[.val B.item B.cidx B.st C.sym D+3.tag i[.lasttag i[4callfunctioni(symh+.closej[-j[.argposk[.argidxl[.nargsm[.heapallocn[.namedparamso[-p1.argq.arglistr.arrayszlsts .lexvalt.lexstru5,-?5J.symJ+-K5\-5s.dummytag[3.aszQ-3.sym+?'findnamedargE[(argD(nameD.iF[4Vsetdefarray(string)(size)(dataaddr)(fconst[3.i [Ihier2['1Pnnh [`!tok[X!tag[a!paranthese[`!vall!sth!sym+a!saveresult[`*4 7[d$I+,`%gc%sb+/P/`.f'array_levelsize%(sym$+)$[float6lptr`6curfuncd+6litidxh[6stagingl[6glb_declaredn6charbitst[6freading~[6intest[6sideeffect[6sc_allowtags[6sc_status[6sc_rationaltag[6rational_digits[lastsymbolC@bitwise_opercountD[`hop1G[!list3d [!list4eD[!list5f4h[!list6gXx[!list7h|p[!list8ih[!list9jT[!list10k[!list11l B[!list12m2L {NP1PGNU C 3.4.5embryo_cc_sc4.c/home/falko/e/e17/libs/embryo/src/binintunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong double[cell2[ZI symnameG# levelH#P dataL)# (M[# arraysizeN[# addrO# Q valD (I/ arrayPZ__s_arginfoP9 4:# ";# usage<#! tags=#$ numtags>[#( dim? #, numdim@[#4 hasdefaultAb#8 defvalueQ#< defvalue_tagR[#L[arginfoS__s_constvalue,W nextX# 4Y# Z#$ index[#(constvalue\ Qy declaredv[ idxtagw[ libxQ  length# level#  arglist| arrayW__s_symbolTi nextj# parentk# 4l# hashms#( addrn#, vclasso#0 "p#1 usageq#2 compoundr[#4 tags[#8 xy#< dim#@ fnumber[#H refer#L numrefers[#Psymbol4 sym4# constval# tag[# "# boolresult# arrayidx)#writeleader+1P1nnooperationw11ndefstorage11^nameincells12n4hclenoutval228nvalhnewline[iJsetline282nline[hfileno[i}setactivefile22nfnumber[hbegdsegy23(nbegcsegh3(3xnsetfile3x3n4hfileno[iwritetrailer=36n*setlabel66n-[hXendexpr66^fullexpr[Xstartfunc66nfnamehendfunc67 ^alignframe7 7nnumbytes[hi[]count[\Rdefsymbol 78n4 h" [ivclass [joffset ktag [lsymbolrange,89 nlevel+[h(+irvalue>9 :hnlval=hsym?4h:addressp:h;nsymo4h 3store;nsym4h(ij 6const2>>nvalhmoveto1+>?npush15??0npush2??0?Xn pushvalI?X?nvalHXpop1T??npop2^??nswap1h?@n ffswitchx@@8nlabelw[X dffcase@8@nhlabelnameinewtable[j ffcall@Ansym4hnumargs[iffretAAn ffabortAB0nreason[X ffboundsB0Bxn(h =jumplabelBxBn-[X imodstkBBndelta[h setstkBCtnh modheapCtCndelta[hsetheap_priCDn setheapDD8nXcell2addr%D8D`ncell2addr_alt3D`Dnaddr2cellCDDnchar2addrQDDncharaligncDE4n addconstnE4Etnmhos_mult|EtEnos_divEEnos_modEEnob_addEF nob_subF FHnob_salFHF|nos_sarF|Fnou_sarFFnob_orFG nob_xorG G4nob_andG4G\nob_eqG\Gnob_neGGnrelop_prefixGGnrelop_suffix!GH nos_lt-H HTnos_le8HTHnos_gtCHHnos_geNHHnlnegYHInnegcII@ninvertmI@IhnincIhKnlvalhsym4h decKMnlvalhsym4hKjmp_ne0MNn-[Xvjmp_eq0NNPn- [Xlitidxh[stagingl[glb_declaredncode_idxontv_funcidp[sc_debugs[charbitst[sc_dataalignz[curseg|[sc_stksize}sc_status[ $QlNPGNU C 3.4.5embryo_cc_sc5.c/home/falko/e/e17/libs/embryo/src/bin9long intunsigned charcharshort intintlong long intshort unsigned int9long long unsigned intlong unsigned intlong double__FILE __FILE _cnt ##_ptr $#_base &#_flag 'n# _file (n# __orientation )# __ionolock *# __seekable +# __filler ,# nFILE Jva_list Ujmp_bufE  [ error9NPQn number8hprefix: lastline;llastfile;perrorcount;tmsg<Ypre<argptr=string>wstart?[  [  [6errorsetQQl^ codeXinpfnameeerrnumqwarnnumrflinefcurrentsc_statusoutferrbuf n [~ [errstr_tableT  [JerrmsgE . [fatalmsg T [warnmsgDTerrflag(derrstart)h JNrQlGNU C 3.4.5embryo_cc_sc6.c/home/falko/e/e17/libs/embryo/src/bin__FILEi(__FILE_cnt#(#_ptr$/#_base&/#_flag'5# _file(5# __orientation)F# __ionolock*F# __seekable+F# __filler,F# int5unsigned charFlong long intFILEJ[long intcharshort intshort unsigned intlong long unsigned intFlong unsigned intvlong double ( ucell1Fcell2( GtagAMX_HEADER8usizev(#magicw#file_versionxv#amx_versionyv#flagsz#defsize{# cod|(# dat}(#hea~(#stp(#cip(#publics(# natives(#$ S(#(pubvars(#,tags(#0 b(#4AMX_HEADER IsymnameG#levelH~# PdataL#sizeM(#arraysizeN(#addrO # QvalD sizeIYarrayP__s_arginfoP9name:#ident;v# usage<v#!tags=#$numtags>(#(dim?#,numdim@(#4hasdefaultA5#8defvalueQ#<defvalue_tagR(#L v (arginfoS9__s_constvalue,WnextX9#nameY#valueZ #$index[~#(constvalue\ ydeclaredv(idxtagw(libx? length #level~# arglist|array__s_symbolTinextj#parentk#namel#hashmF#(addrn #,vclassov#0identpv#1usageqv#2compoundr(#4tags(#8xyQ#<dim#@fnumber(#Hrefer#Lnumrefers(#PsymbolOPCODE_PROC$4 4 ^ , l( #name)#segment*(#func+# OPCODE,:hex2long7QlRns6hn6iresult8`negate9(adigit:(Z8align16`8RR^v_8Qsa/tb5]~|align32m|RR^vl|Qsn/to5[jskipwhitespaceRS0^strXstripcommentS0S\nstrhptr rwrite_encodedS\Un]4hc rinum(j p\t xhcode5gindex(` 5  noop UU^]4XsYl Z parm0 UV$n]4hsil  cparm1 V$Vln]4hsil pl parm2 VlVn]4hsl p h   .do_dump VWhn]4`sl jplnum(h do_call WhY$n]4hsil namePi(jsymjpL do_jump9 Y$Yn]84hs8il8 i:(jp;l do_fileL Y[@n]K4`sKlK pMhclenMllenN(j Ndo_symbolj [@]n]i4asiili endptrkloffsetldclenlhflagsl`lenm(jmclassn5`typen5 do_switch ]]n]4hsil i(jpl'do_case ]^n]4hsl ji(iphvlqcurfile ^^n]4hsil jfindopcode^(^`ninstr]Ymaxlen](ilow_(hhigh_(amid_(icmp_(str`P  v  assemble`rnfout~4hfin~4itagFUNCSTUBaddressF#nameofsF# FUNCSTUBEhdrGfuncnumpublics(mnumnatives(jnumlibraries(dnumpubvars(knumtags(epadding(anametablesizejcnameofsjcline }instra!s`i(apass(dcount~}sym`nativelistgconstptr`mainaddr }"b(tags("S(publics(natives(pubvars(cod(dat(hea(stp(cip(size(defsize(# alias}match(b# alias^} 0lindex(` v  -5$%__ctypeX"&glbtab]&tagname_taba?&libname_tabb?&labnumk(&glb_declaredn &code_idxo &ntv_funcidp(&sc_debugs(&charbitst(&sc_compressx(&sc_dataalignz(&sc_stksize} &fcurrent(codeindex. xlbltab/|writeerror0(bytes_in1(bytes_out1(  opcodelist cKlrGNU C 3.4.5embryo_cc_sc7.c/home/falko/e/e17/libs/embryo/src/bin__FILEi(__FILE_cnt#(#_ptr$/#_base&/#_flag'5# _file(5# __orientation)F# __ionolock*F# __seekable+F# __filler,F# int5unsigned charlong long intFILEJ[long intcharshort intshort unsigned intlong long unsigned intlong unsigned int}long doublecell2(( = JfindG# H#savesizeI(#SEQUENCEJ r #end#argstackM grow_stgbufferMrrn requiredsizeL(h pNhclearO(stgbuffer_cleanupers$nstgmarks$sn mark}hKfilewrite(ss^ strYstgwritesun sthlen(stgdelBuu^indexA(XAYstggetL(uu^indexKXKY#stgsetauvnonoff`(hTphopt_cleanup(vw<ni(phopt_initz(w<ynnumber{(`i{(blen{(hstr|~}v \stgstringy0nh end ptrm nest(b argc(a arg(c stack\`bzzsfc H@kz{hb$0 p<aH`R ^! "{{a!% h`b"}0}d $7CZ WQr#stgoptq$p%endp&zrseqs(&s(&s('&}vv (qmatchsequence($%end%pattern$z$var(i(strqstart_org}v q(replacesequence %pattern $z $ lptrvar(buffer#gstrreplace\%destZ$Z%sub_lengthZ($Z(%dest_length[(offset](stgout0ln index(h5)*__ctypeX+stgidxj(+stagingl(+code_idxo+sc_debugs(+sc_status(+outf ^ 55v~v,sequences_table  c=vr sequences_cmpK S stgbufF stgmaxG(sequencesv ='TlGNU C 3.4.5embryo_cc_scexpand.c/home/falko/e/e17/libs/embryo/src/binintmunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doublestrexpand`lTndestZsourceg\maxlen`[pairtableXstack`cktop_len`Ym  m S)TGNU C 3.4.5embryo_cc_sclist.c/home/falko/e/e17/libs/embryo/src/binintlong intlong long intunsigned charcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleF__s_stringlistnextF#line#stringlist__s_stringpairnext#first#second#^# ^stringpair^ Jinsert_stringpair&JTn root%Ja first%i second%j %^k cur'J` pred'Jh delete_stringpairtableFn rootEJh curGJ` nextGJa find_stringpairZJn curYJh firstYi Y^j result[^]Rinsert_aliasJxn nameh aliasi curJhlookup_alias^xn targeth namei curJidelete_aliastable ^insert_path n path` curhLEget_pathn index^h cur`delete_pathtablen cur` nexta adjustindexln c` curJ\(insert_substJl n pattern` substitutioni prefixlen^j curJhwfind_substJ  n name` length^i itemJhdelete_subst ^ nname hlength ^iitemJX 8(\4delete_stringpairo^rootnJitemnJcurpJgdelete_substtable ni!^] alias_tab includepathsL substpairJ9 substindex q 2GNU C 3.4.5embryo_cc_scvars.c/home/falko/e/e17/libs/embryo/src/bin__FILEl+__FILE_cnt#+#_ptr$2#_base&2#_flag'8# _file(8# __orientation)I# __ionolock*I# __seekable+I# __filler,I# int8unsigned charlong long intFILEJ^long intjmp_buf E +  charshort intshort unsigned intlong long unsigned intlong unsigned intlong double + cell2+ [IsymnameG#levelH# PdataL*#sizeM+#arraysizeN+#addrO# Q valD sizeI0 arrayP[__s_arginfoP9name:#ident;# usage<#!tags=#$numtags>+#(dim?#,numdim@+#4hasdefaultA8#8defvalueQ#<defvalue_tagR+#L  +arginfoS__s_constvalue,WnextX#nameY#valueZ#$index[#(constvalue\ Uyv+ idxtagw+ libxU length#level#  arglist| array[__s_symbolTinextj#parentk#namel#hashmI#(addrn#,vclasso#0identp#1usageq#2compoundr+#4tags+#8xy(#<dim#@fnumber+#Hrefer#Lnumrefers+#Psymbolloctab"glbtab#litq$*( !pline%plptr&,tagname_tab'libname_tab(curlibrary)U curfunc*\inpfname+| outfname,hsc_ctrlchar-litidx.+litmax/+stgidx0+labnum1+staging2+3glb_declared4code_idx5ntv_funcid6+errnum7+warnnum8+sc_debug9+charbits:+sc_packstr;+sc_compress<+sc_needsemicolon=+sc_dataalign>+|sc_alignnext?+curseg@+sc_stksizeAxfreadingB+flineC+fnumberD+fcurrentE+intestF+sideeffectG+stmtindentH+indent_nowarnI+tsc_tabsizeJ+psc_allowtagsK+lsc_statusL+sc_rationaltagM+rational_digitsN+inpfP /ainpf_orgQ /outfR /errbufTy 4}GNU C 3.4.5embryo_cc_prefix.c/home/falko/e/e17/libs/embryo/src/bin__FILEl+__FILE_cnt#+#_ptr$2#_base&2#_flag'8# _file(8# __orientation)I# __ionolock*I# __seekable+I# __filler,I# int8unsigned charlong long intFILEJ^long intoff_tmuid_t Hm m charshort intshort unsigned intlong long unsigned intlong unsigned intulong_t _ ino_t blkcnt_t mblksize_t mlong double mode_t k gid_t w dev_t  nlink_t  time_t mtimespec &tv_sec '#tv_nsec (m#timestruc_t >>dirent d_ino#d_offy#d_reclen#d_name># N  )dd_fd%+#dd_loc&+#dd_size'+#dd_buf(# DIR)Nstatst_devu#st_pad1#st_ino#st_modeX#st_nlink#st_uid#st_gidg# st_rdevu#$st_pad2#(st_sizey#0st_pad3m#4st_atim#8st_mtim#@st_ctim#Hst_blksize8#Pst_blocks(#Tst_fstype #Xst_pad4#h  m    ,m 2doublefloate_prefix_shutdownne_prefix_get,^e_prefix_bin_get,^e_prefix_data_get,^e_prefix_lib_get,^._e_prefix_fallbacks+npe_prefix_fallbackn_e_prefix_try_proc6+Xnf7cbuf8_func9i Xlen@+`pAmodeA _ptr1B_ptr2B_a    ke_prefix_determine1+Xnargv00hp2`buf2_st3^kt pX`cba~C 4 *~ 5 AX J~  *~ 5 AX J~ Ua aQ l _e_prefix_try_argvh+argv0gpathipicpisilenj+lenexej+bufkbuf2kbuf3k {_e_prefix_share_hunt+!buf!buf2!p!st"!dirp {!dp "!file_exe_path! _prefix_path"_prefix_path_bin#_prefix_path_data$_prefix_path_lib%a /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/syssyslimits.hstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hsetjmp_iso.hsetjmp.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_sc1.c-L-P-T-`-t-x-|-----------... .(.0.<.@.\.d.l.x.|...........////(/4/8/T/T/h/l/t/x/|/|///////////+//k0000 00000 0$0(0,0004080<0@0D0H0L0P0T0X0\0`0d0h0l0p0t0x0|000000000000001000$1 1%1r1"10 1L1L1T1l11111111111 117122X2`2p2t2t2|2 22222 2222 22 222223%3p3$3p3 $3(3<3Pk3T3\3`3l3p3 33333333/3e333333333344!4 k4444<4Di4X4`4h*444494444!44t4*4j5-5g5 !5 s5655 5([54!54s5`65`^5h35p5t5a55575^5*55ܸ5566686@6P6T6t6|66666666666677$7,7H7H7L7P7P7X7`7`7pw7t777777c7 77777778 88(8,84888L)8\8`8`8h8l8l8t8 8888g8888868889999,X9H.9`9hd9:9~99999/9u9999999::(k:4:@:@:H:P:P:X:h:p:p:x::::u:$::::::;,;,;4;<;L;h;t&;tn;|;;;;;;;;;;;;;;;;;;<< <<<<(<0<0<8<@<\,<`$<`p>>> '>(>l>> >(>0l>@>H>Pb>X>`>`>p>>>>>>>>>>>>̝>>>>>????? ?4?8?8?@?\?`?`?lq???t??+???I?L?H??Q?C????@Q@$C@$Q@,@L@X@X@`@h@p@p@x!@|@@@@@@@@@@@@@@@@@@A\AA A!AsAA(A,A,A4A@.AThAXA`A`AhAlAlAtAAAAAAABBBB BBBB$B4BTkBXB\B\BdBlBp BpBBBBBBBBBBBBBBCCgCC C C(C4 C8CDCTCtCt C|-CfCCCCCCCCCCDDDD,D<D<DTD\D\DdDpDtDDDDDDDDDDDDD DDDDDEE E$E,E4E<EHEPE`EhEpoExEEEE(EEE!EEEEEE EFFFF F F(F0F8FDqFHFLFTFXF\F`F`FhFpFxFxFFFFF[FFFFuFFFFFFFFFG GGG G$G(G,G0G4G8G@GDGDGLGX)GXkGd#GxuGGGGGGGGGGGGGGGGG"GrHHH0H@HLHLHTHXHlHlHtHHHHHHHHHHHfHH&HnHI%III I,KIH1IPIPIXI`aIl/ItI~III+IiIIIIIIIIJJ$J$J0#J0 J8J@JDJDuJLJXJXJ`JpJxJJJJJJ JKKKK K$K(K,K,K4K@GKLKL KTK\Kd$KKK@KKKKfKuK L :LL$]L8LH}LL#LPqLT#LXqLh#LlLxLLLLLLLLLLuLLLLLLLL,LqMMMM(M(M0M<MD MHMLMLMTMtMMMM MMMMMMMMMMMNNN NN,N0N0N8N@~NLNPNPNXN|N| NNNNNNOOOOO O O(O0O4O8O<O@ODOHOHOPO\OdOdOlOxOOOOOOOOOOOOOOOOOOPP PP(sP4P<P<PDPPPPPXPdiPxPTPPPPPPPPPPPtPP8PPPQQQQ Q$Q(Q0Q<QdQpQQQQQQQQQQQQQ QQXRxVN}(,t|}  (<Xp 8d|| (048@HHPhhp|l:Z-c1c1(c(1<c<1DP_XX`:dZd:ll  (<<DPX`h$$,L`t|@HPT `q( ~ $,"8@H\d~p-g-g-g-gs!  $\ddl o },4<}DLT\}hStt|T(z$(4<DHPdB5 ../../src/lib/opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hmath_iso.hiso/math_c99.hmath.hieeefp.hfloatingpoint.hint_types.hsyslimits.hsetjmp_iso.hsetjmp.hmachtypes.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hEmbryo.hembryo_cc_sc2.cctype_iso.hdWhlptx||   44<<DLXdp\  (,4HPXh ptt|  ( 4LXptx|u $D LX`b248*8j@H(Pfdl-x  Hl(@=W(=<<DLPg?udxd !j  @@HTdltt|<`Rdp8PTp~  ~@HXO\g  $X`h|)o%o%o u  48@3DaH3LbP2`td tf   (0f44<D$LT\d lx|  &,4<PX`pl   u((08@PP\ px)  (,<DbHHu'm&`'$4@`@4L Xddxx l'm'm=  0`h  04LtPllptt|! 028gPPx||'[! $04<<DHTTxY*',y0HtXXdlcY:"r" ,<DLX`hlptu$$,L\WMG,R4'4m<L`d5x yyt t7]$((08@(Xi\\dlt$ue    $$,4@HcLL TX&\`hDtMU (,008@LT``xx{$8\<Q@CDQLP>\eX||  ,<DzLLzTdd~l 5 >V DLL|Tddlt|!yt  (,08@H $((0<DD|LT`|ll}Ċ||(,0488@Ll08}@@zTTz\hpp~x}{{ ,@HX$<ptt|@ˆ”}¨¬°´´¼ $$008<DLX\~\d~px|ÀÄÔg ff4@K@IHKP$\ll||Ĉİļ$$ ,8DD`pŘŨŬtżż$~~08!8sL!LsTXdƀƄuƔƔƴ+~~:~  4PP`-xLjǔǜ~Ǥ  $@@vHL$Ltdh hqp#ȄȈ"ȜuȜȴȼ]7  (^<DDLxɈɤɨɰɴɴɼ$(,0"8nPT\pt$tpʈ$ʈpʐ ~  U4<Xt&tˀ'ˀ ːː ˤˤˬ˴~Z.,@\H~PX}`d2dbpp|2|b̄5̬̄̌C @%DpLPP"X`uh̀̈́͌ ͨ͘͘͠hʹͼw  $ $t,8 @|HPtdlppx΀ΌΐΔΜΜθHH\dtt |όόϤϤϬϸ|$,p4<+PX~`l|| ЌЌ ДР,Ш]а&tS}$U@HaP<hh p|р}фь}ќ~ѨѰѴ~Ѹ~~8DX5hh pҀҀ ҈ҘҘҠҨHҬLҰHҸ̄ԄN0P`hlӄӄӌӘӠӬӸӼ W L$H(L0@<@SDAHSP}X`l}t|ԈԘN044<D~T`l t|լլռ_`A $$ ,P\pք֌֌֔֘֜~֠֨~ָ`dppx|׈אהטנפר׬װ״׸׼$,,4s1T1x1111111|11{112 2222222$28w2<2@2D2H2L2P2P 2X2`2l2x2222X222r2222222233(i3,30343<3<3D3L3X3h3x:3|33 33333333344444 4 4(484H4d4p4e444444 445555$5$5D5L5L5l55u5555555556r66$606@6D6H6P6P6X6d6l6|6s66)66666666667 77777 7(7(707P7\7h7t77777777$7p7777778888$888<8@8@8H8d8p8|88888888889 9999 9$9$ 9,+9,p94$9<9@9D9H9H9P9`9l9x9l99999999p999:.:$ :8:@r:T:\':h:l:::::::::::p:: ::;;; ;(;(;0;4;4 ;<';<t;D ;L;X;\;`;d;d;l;|;;o;;;;;;;p;;;<#<< u<4<<$>$ >,>4 ><>H>T>`>l>/>> >> >>>>>>>>?? ??0?4?@?X?\?h?l?t?????????@"@@@@ @8@<@@@D@H@P@X@d@p@|@@@@@@@@#@q@AAA A,A<ALALAdAAAAAlAA'AAAABB BBB0B4B8B<BDBDBLBTB`BxB|BBBB&BBBBBBBBBBCC$C(C,C,C4C4C<CHCTC`CtCxC|CCCCCCCCCCCDDDDDD,D8D<DHD`DdDpDDDDDDDDDDDD"DDEE4E8E<E@E@EHEPE\EtExEEEEEEEEEEFF F$F0FHFLFXFdF|FFFFFFFFFFG GGG4G8GDG\G`GlGGGG-GGGGGGGHH H$H0H<HTHXHdHpHHHHHHHHHHIIII(I@IDIPIh%IlItItI|I#IqI<IgI-IIIIIIIIIcIIJJJJJJ$J,J8JDJHJLJPJPJXJhJtJJZJJJJJJJKKK0K<KHKXKd&KxKhKK0KKKKKK#KqK<KgK-KKKKKKKLLcL L,LPLTLXL\L\LdLlLxLLLLLLLLLLZLLLMMMM<MHMTMpM|MMM&MMhMM0MMMMNNN N,N0N8NP /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hsetjmp_iso.hsetjmp.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_sc5.cembryo_cc_sc5.scpNPLNT!N\sNl!NpsNp!NxNNNNNN NNNNNNNNNN&NOOOO0OH#OHqOPOlOOOOOOOOOOOOOOPPPWP P$P0P8P<PDPPuPTP`PxPxP PPPPP7P PPpPPPP$Q&QQQQQ( Q0Q8QL QPQPQXQ`Ql /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hint_types.hsyslimits.hsetjmp_iso.hsetjmp.hmachtypes.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_sc6.cctype_iso.hQlJQpQQQQQQQRRRRR R$R(R,R0R4R8R8R@RHRLRLRTRXRXR`RdRppR|'RRRRRRoR-RRRRRRRRRRRR)RSS0S4S@SDSDSLSPS\S`SlBSUSS SSSSSSSSSSSST TTTTT4T@TTTpTTTTTTTTTTTTkTTUUU U0U8rU@U@UPUPUXU`&UtUUUUUBUUUVV V VV$V(V,V0V<V@VDVDVLVTVlVpVtV|VVVVVVVVVVuVV VVVVVWWW$W$W\WhWlWWWWWWXX$X0XPXXX`XlXXXXXXXXXXXYYY$"Y,Y<YHYLY\YpYtYtY|YYYYYY YYYYYZZ Z$ Z$Z,ZHZPZZZZZZZZZZZZ[[ [0[@"[D[d[l[x[[[[[[\\\\\ \(\8\<\@\@\H\X\h\x\\\\h\\*]]$]4]@]D]T]h]l]l]t]]]]]] ]]]!]^^^^ ^0^D^H^H^P^l^t^|^^^ ^^^!^^^^^^____,_8_<_<_D_H_T_d___________``+`4`\`dt``` ` ``````````.aaafa<aXaa0a8a8a@aXadad apap aaaaaaaaaaaaaa"araaaa^a6bbb[b$9b$[b,<bTb`b`btb b!bsbbbbbbbebbbdb0bbccecc 0c4mc8cDcL]ch0c|@ccc$cpcccccccc cc c$dddd d$d,d0d4d8d<d@dDdHdLdPdTdXd\d`dddtdtd|dddddddddddddddddeee eeeee e(e0 e8e<e@ eDeH eLePeTeX e\e`edehelepetexeeeeeeeeeeeeeeefffff<fDfDfLfTfXf\f`f`f|4f|`fffffff f!fsffffffggg(g@gHgLgPgTogX$g\pg`%g`ogh4glglgtg|gggg ggggggggghhhh h h(h0h0hH!hLhPhXh`hxhhhhhhhih*hjhhhhhhi i ii4i@idilnixi1iiiiiiiiiiijjj j$j(oj0+j0ij8j@ j@tjHjtj|$j+jij+jijjjj!jsjjkk kkk k<kLk\ktk|kkkok$kpk%kok+kkk*kjkk ktklll lll8lHlXlplxl|llol$lpl%lol*llllllmmmm mm m$m$m,m4mT3mhmh mpdmxmm-mgmm mmmmmnnnnnn ndnhntnxnnn(njn*nonnn!nsnooo,o8oDo\ododolojo.ofo.oooooooop `ppp!p p0p8pHpP~pPpXp`Tphpp~p|pXpp pppp ptpppppppqq qq q(q0qD}qXq`uqptqqq qq~qqEqqЅqq~qqrr /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hsyslimits.hsetjmp_iso.hsetjmp.hint_types.hmachtypes.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_sc7.scpembryo_cc_sc7.cctype_iso.hr`rr$r(r,r4r4r<r@r@rHrLrTrTr\rdrhrhrprtrtr|rrrurrrrrrrrrsssss$,s(s4s4s<sTslstssssss+sss#sqstt@tdttttttupu$u$u4u4u<uDuLuTuduulut(u|uuuuuuuuuuuu%uuuvvv(v0v4v@vLvLvTv\vd vlvtvxvvvQvvvvwww(w0w<@w@w`wpwtwwwww wwwwwwwxx$x4x@x@xHx`xdxdxlxxxxxxxxxxmxyy y y, y8y<yDyHyHyPy`uyhyyyyy~yUyyUyFyLyHyLyyyy}zzz z(Jz,}z,zP}zPzXMzt@ztTz|DzzzMzGz}zFzNzz[z9z^z~{{{{${TG{dP{h{h{p{x4{x`{-{g{>{{{{{ {{ {&{({m{'| s| |"| |8p|H|P|T|dp|d$|l|x|x ||.|f|.|i||||"|r|||(||}P}0L}4}8}8}@}L}T}dG}t}|}}}^}6}~}}~}C~~(~8~@~@~H~p~p ~]~~~~~~~~~$,00@HT\ht+"t ,L\l&nFW b(0@H\dx|K|I ~HN`Jh|txx #c)c1  (08Z@HP TT\lt|2up-C} 0N4@@H`l /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hsyslimits.hiso/setjmp_iso.hsetjmp.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_scexpand.cl(    ('0 44<DT /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdlib_iso.hstdlib_c99.hstdlib.hsyslimits.hstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hsetjmp_iso.hsetjmp.hint_types.hmachtypes.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_sclist.cT9Xdp| t  (0pD`/4<DLPPX`tt| $< <DLs`|64LXx| ,88@PP\ht| (,,@HPTT\dh 44Plp ,H (TT~~s! ~(08DX`t|~ /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hsyslimits.hsetjmp_iso.hsetjmp.hmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hembryo_cc_amx.hembryo_cc_sc.hembryo_cc_scvars.c  /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hdirent.hdirent.hstat.hauxv.hdlfcn.hmath_iso.hiso/math_c99.hmath.hieeefp.hfloatingpoint.hpwd.hgrp.hglob.hembryo_cc_prefix.c,@Xdpp p 4@DDLP`t4,d044-<dLPTT\`dhl|%o#q(08n<D/LX}ddl$@LLTltIO%o ! 0)@nDH%LoL%To\`dhl$lpt|n%o% $0PPXlt}|UL}CQAV> V > H"Xl }} 4D\lww7$"44@P\}\dll}|9y"   (,0@HP``h | -L -  -.< - .<< -  .x . -  . . .$. - /  -  /4 /T/h0 - / - /, -  / /0\ - 1  - 1l - 2XH - 2 - 3P0 - 3$ - 48 - 5t - 6P -  7H(7p, - 9t - =x -  >D> - ? - ATT - Ap -  B<BT - C4 - D\ - Dp` - Et - FDd - Fx - G d - I - LH - R<x - W - Xd - [L( - jt - l - o -  p (p48 - pl - p - q8 - 8 -   - 0 - @t -  -  | dL -  4 - h -   Pp\ -  -  - x -  dd - `l -  4 PPD -  - @ - XX -  -  - \ - x -  -  - ( -  -  -  0 L l(L -  L,$4 - ` ( -  - DT -  - <@ - |8 -   -   -  |    \ -    | -   @ LL -  @ -   -  d -  T H$ -  l -  P -  < -   -   -   -  0 0 0 8 -   ,  ,  ,  @,  l,  ,     -   t -  ' H -  |  1P\ -  1( -  1 1 -  24 -  28x -  2 -  2\ -  3(P -  3xx -  3 -  6 -  60 64 -  6 7  -  7 -  8h -  9 \ -  :h -  ;, -  \ -  >( -  ?( -  ?0( -  ?X4 -  ?( -  ?( -  ?( -  @4 -  @8x -  @$ -  A( -  A4 -  B0H -  Bx4 -  B@ -  B -  Ct@ -  CL -  D8 -  D8( -  D`( -  D( -  D< -  DH -  E4@ -  Et( -  E( -  E4 -  E( -  F ( -  FH4 -  F|4 -  F4 -  F( -  G ( -  G4( -  G\( -  G( -  G4 -  G@ -  H 4 -  HT4 -  H4 -  H4 -  H( -  I( -  I@( -  Ih@ -  K@ -  M4 -  N4 -  | NP -  Qh | 0QlP -  0R 0R$ 0R<0S0, - 0S\ -  0U0U, - 0V$H - 0Vl\ - 0V - 0Wh - 0Y$ - 0YP - 0[@ - 0] - 0] - 0^  - 0^ - 0` -  | @r - @r4 - @s$p -  @s0@s -  @u( @u8@u - @v - @w<t - @y  - @0< -  | |l -  | T4 -   -  -  - x -    -  -  -  - l -   -   - 8 -  | 4 -  4 4 4 4 4 - 4 - 4 - 4Xt - 7Qgsc_error"sc_opensrcRsc_closesrcsc_resetsrcsc_readsrc sc_getpossrcRsc_eofsrcsc_openasmsc_closeasmsc_resetasm sc_writeasm Gsc_readasm sc_openbin sc_closebin sc_resetbin 4sc_writebin sc_lengthbin add_constant sc_addconstant \fetchfunc Soperator_symnamemfuncdisplaynamedelete_consttableappend_constvalsc_addtagfind_constvalconstexpr"exporttag-sc_compile23main7Q#spushstkpopstkplungequalifiedfileEplungefile!lexclr lexinit alphanum elexpush }tokeninfo stowlit Gdelete_symbol delete_symbols namehashfindlocfindglbprefer_symbolmarkusage0preprocesslexfmatchtokenneedtokenfindconstTfinddependaddsym+addvariablegetlabelitoh#sc_tokensF[6Xcheck_useropmatchtag Zhier14expressionxPEwriteleader`nooperation|defstoragenameincellsoutvalsetlineJsetactivefile}begdsegbegcsegsetfilewritetrailersetlabel*endexprXstartfuncendfuncalignframedefsymbolRsymbolrangervalueaddressstore 3memcopy ^copyarray const1 fillarray const2 6moveto1 Npush1 dpush2 zpushval pop1 pop2 swap1 ffswitch ffcase dffcall ffret ffabort ffbounds jumplabel =modstk isetstk modheap setheap_pri setheap cell2addr !cell2addr_alt ?addr2cell Ychar2addr scharalign addconst os_mult os_div os_mod ob_addob_sub-ob_salDos_sar[ou_sarrob_orob_xorob_andob_eqob_nerelop_prefixrelop_suffixos_lt2os_leHos_gt^os_getlnegneginvertincdec jmp_ne0Kjmp_eq06error errorseterrstr_tablet assembleT stgbuffer_cleanupstgmarkKstgwritestgdelstggetstgset#phopt_cleanupTphopt_initgstgout 5sequences_tablestrexpandinsert_aliasRlookup_aliasdelete_aliastableinsert_pathget_pathEdelete_pathtableinsert_subst(find_substwdelete_subst4delete_substtable uloctabglbtablitq!pline5lptrHtagname_tabblibname_tab|curlibrarycurfuncinpfnameoutfnamesc_ctrlcharlitidxlitmax.stgidxClabnumXstagingndeclaredglb_declaredcode_idxntv_funciderrnumwarnnumsc_debug charbits$sc_packstr=sc_compressWsc_needsemicolonvsc_dataalignsc_alignnextcursegsc_stksizefreadingfline fnumber fcurrent 2intest Gsideeffect `stmtindent yindent_nowarn sc_tabsize sc_allowtags sc_status sc_rationaltag rational_digits inpf 5inpf_org Loutf _errbuf9 Je_prefix_shutdownke_prefix_gete_prefix_bin_gete_prefix_data_gete_prefix_lib_get.e_prefix_fallbacke_prefix_determine-Ln7QdO<[6Fx1PNPtQl TrXlT 9  `  8 ` 0$8( 0'(*<*P)*<*P*`/h/;;9:11;=::995713112L3|<<<<44|:;9|989X786 6<=;<;;996L6<<;<<;<,<<@x@B BEEhQQEGShTdIIGHXS\ShHIDS@S\NHNIIJ,JIJR R0NdNS@S\NO4R0R<ODORS4OORRP|QR<RVVVWVVaa4jHjaLb8a8aHbcLlhlcehllfTg k@lhHP\ \ `  d hXtxXLLX(0;'x00'0 :`:9:\9$9l66!l"232X2#\#`8966554501d%'0%%(#$5534221d2X( (000l0+0P( +t((()l//,-//./ 01d55451 1d55686L6P6\7T7h7l7x7899888888889l9;8;:;4:; ;D;T>> FG?h@>0?8>$>,>> ?h@$>0><>$>,>H>xFG@$@x>? @x@@AHIGHClDBBGHHI(h   4 H,(dP0(dP(< !l;;@997`756//,,D++**(('(($x%#$T$$<//,,D++**(('D('D(++H**(()*;@<09;797P7`6705@5/5,D/|++-4-:,:D.,/ 5@5x4544..44./ 23(;@;9p9x6709:,99848789D9p::A AFFE@EDD,dx\\ T dxhtX T X 4  4X H 4X  P l ( X @HPX T  H maxcharsresulttagcompoundsymnamefconstunsigned intsymbolnamelevelfilenameopertokindexdeclaredvalueoffsetfstaticconstnameidentsave_declconstantsizefirstnamefirsttagfpublictablelocalstagingnamenumdimopernamevclassnumtagsidxtaghandlecode_indexlevelunsigned intprefixlenresultcurptrrawstringvaluestringbuffersizesubstitutionsc_tokensfnumberparentusageidentnamevclasssymnameunsigned intlevellvalindexlvaluelval1constantarray_sztestfuncopidxboolresultoperconstvallval2unsigned intvalueidentsizenumbernameunsigned intunsigned intlibrariesfbinnametableopcodeparamssymbolsunsigned intmatch_lengthreplacerepl_lengthstartcode_indexunsigned intmatchlengthunsigned intunsigned intdeclaredunsigned int.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.bss.rela.plt.text.init.fini.rodata.dynamic.data.ctors.dtors.eh_frame.jcr.data.rel.local.symtab.strtab.comment.debug_abbrev.debug_info.debug_line.debug_frame.debug_pubnames.debug_aranges.debug_ranges.debug_str.shstrtab    p p"@@ o(,(, -B(L(L$  7B(p(p$ AB(( K++oQ,,WHH]``?+2ڌڌ(Fڴڴ( enިިLt{  <X"p p).D;M ?WLh u@ v  % /0707010000d2b1000041ed0000000000000000000000024551d43900000000000000760000000700000000000000000000000e00000000reloc/include0707010000d2b2000081a40000000200000002000000014551d42c00001717000000760000000700000000000000000000001700000000reloc/include/Embryo.h#ifndef _EMBRYO_H #define _EMBRYO_H #ifdef EAPI #undef EAPI #endif #ifdef WIN32 # ifdef BUILDING_DLL # define EAPI __declspec(dllexport) # else # define EAPI __declspec(dllimport) # endif #else # ifdef __GNUC__ # if __GNUC__ >= 4 # define EAPI __attribute__ ((visibility("default"))) # else # define EAPI # endif # else # define EAPI # endif #endif #ifdef __cplusplus extern "C" { #endif /* potentioal error values */ enum { EMBRYO_ERROR_NONE, /* reserve the first 15 error codes for exit codes of the abstract machine */ EMBRYO_ERROR_EXIT, /** Forced exit */ EMBRYO_ERROR_ASSERT, /** Assertion failed */ EMBRYO_ERROR_STACKERR, /** Stack/heap collision */ EMBRYO_ERROR_BOUNDS, /** Index out of bounds */ EMBRYO_ERROR_MEMACCESS, /** Invalid memory access */ EMBRYO_ERROR_INVINSTR, /** Invalid instruction */ EMBRYO_ERROR_STACKLOW, /** Stack underflow */ EMBRYO_ERROR_HEAPLOW, /** Heap underflow */ EMBRYO_ERROR_CALLBACK, /** No callback, or invalid callback */ EMBRYO_ERROR_NATIVE, /** Native function failed */ EMBRYO_ERROR_DIVIDE, /** Divide by zero */ EMBRYO_ERROR_SLEEP, /** Go into sleepmode - code can be restarted */ EMBRYO_ERROR_MEMORY = 16, /** Out of memory */ EMBRYO_ERROR_FORMAT, /** Invalid file format */ EMBRYO_ERROR_VERSION, /** File is for a newer version of the Embryo_Program */ EMBRYO_ERROR_NOTFOUND, /** Function not found */ EMBRYO_ERROR_INDEX, /** Invalid index parameter (bad entry point) */ EMBRYO_ERROR_DEBUG, /** Debugger cannot run */ EMBRYO_ERROR_INIT, /** Embryo_Program not initialized (or doubly initialized) */ EMBRYO_ERROR_USERDATA, /** Unable to set user data field (table full) */ EMBRYO_ERROR_INIT_JIT, /** Cannot initialize the JIT */ EMBRYO_ERROR_PARAMS, /** Parameter error */ EMBRYO_ERROR_DOMAIN, /** Domain error, expression result does not fit in range */ }; /* possible function type values that are enumerated */ #define EMBRYO_FUNCTION_NONE 0x7fffffff /* An invalid/non existant function */ #define EMBRYO_FUNCTION_MAIN -1 /* Start at program entry point */ #define EMBRYO_FUNCTION_CONT -2 /* Continue from last address */ /** An invalid cell reference */ #define EMBRYO_CELL_NONE 0x7fffffff /* program run return values */ #define EMBRYO_PROGRAM_OK 1 #define EMBRYO_PROGRAM_SLEEP 2 #define EMBRYO_PROGRAM_BUSY 3 #define EMBRYO_PROGRAM_TOOLONG 4 #define EMBRYO_PROGRAM_FAIL 0 typedef unsigned int Embryo_UCell; typedef int Embryo_Cell; typedef struct _Embryo_Program Embryo_Program; typedef int Embryo_Function; typedef union { float f; Embryo_Cell c; } Embryo_Float_Cell; /** Float to Embryo_Cell */ #define EMBRYO_FLOAT_TO_CELL(f) ((Embryo_Float_Cell) f).c /** Embryo_Cell to float */ #define EMBRYO_CELL_TO_FLOAT(c) ((Embryo_Float_Cell) c).f EAPI int embryo_init(void); EAPI int embryo_shutdown(void); EAPI Embryo_Program *embryo_program_new(void *data, int size); EAPI Embryo_Program *embryo_program_const_new(void *data, int size); EAPI Embryo_Program *embryo_program_load(char *file); EAPI void embryo_program_free(Embryo_Program *ep); EAPI void embryo_program_native_call_add(Embryo_Program *ep, char *name, Embryo_Cell (*func) (Embryo_Program *ep, Embryo_Cell *params)); EAPI void embryo_program_vm_reset(Embryo_Program *ep); EAPI void embryo_program_vm_push(Embryo_Program *ep); EAPI void embryo_program_vm_pop(Embryo_Program *ep); EAPI void embryo_swap_16(unsigned short *v); EAPI void embryo_swap_32(unsigned int *v); EAPI Embryo_Function embryo_program_function_find(Embryo_Program *ep, char *name); EAPI Embryo_Cell embryo_program_variable_find(Embryo_Program *ep, char *name); EAPI int embryo_program_variable_count_get(Embryo_Program *ep); EAPI Embryo_Cell embryo_program_variable_get(Embryo_Program *ep, int num); EAPI void embryo_program_error_set(Embryo_Program *ep, int error); EAPI int embryo_program_error_get(Embryo_Program *ep); EAPI void embryo_program_data_set(Embryo_Program *ep, void *data); EAPI void *embryo_program_data_get(Embryo_Program *ep); EAPI const char *embryo_error_string_get(int error); EAPI int embryo_data_string_length_get(Embryo_Program *ep, Embryo_Cell *str_cell); EAPI void embryo_data_string_get(Embryo_Program *ep, Embryo_Cell *str_cell, char *dst); EAPI void embryo_data_string_set(Embryo_Program *ep, char *src, Embryo_Cell *str_cell); EAPI Embryo_Cell *embryo_data_address_get(Embryo_Program *ep, Embryo_Cell addr); EAPI Embryo_Cell embryo_data_heap_push(Embryo_Program *ep, int cells); EAPI void embryo_data_heap_pop(Embryo_Program *ep, Embryo_Cell down_to); EAPI int embryo_program_recursion_get(Embryo_Program *ep); EAPI int embryo_program_run(Embryo_Program *ep, Embryo_Function func); EAPI Embryo_Cell embryo_program_return_value_get(Embryo_Program *ep); EAPI void embryo_program_max_cycle_run_set(Embryo_Program *ep, int max); EAPI int embryo_program_max_cycle_run_get(Embryo_Program *ep); EAPI int embryo_parameter_cell_push(Embryo_Program *ep, Embryo_Cell cell); EAPI int embryo_parameter_string_push(Embryo_Program *ep, char *str); EAPI int embryo_parameter_cell_array_push(Embryo_Program *ep, Embryo_Cell *cells, int num); #ifdef __cplusplus } #endif #endif 0707010000d2b3000041ed0000000000000000000000034551d43900000000000000760000000700000000000000000000000a00000000reloc/lib0707010000d2b4000081a40000000200000002000000014551d42b00020ee8000000760000000700000000000000000000001600000000reloc/lib/libembryo.a! / 1162990586 0 0 0 1116 ` (1hhulxembryo_program_recursion_getembryo_program_error_getembryo_program_vm_popembryo_data_string_setembryo_data_string_getembryo_program_variable_count_getembryo_data_heap_pushembryo_program_return_value_getembryo_program_variable_findembryo_program_native_call_addembryo_program_runembryo_program_variable_getembryo_swap_32embryo_swap_16embryo_program_function_findembryo_data_address_getembryo_parameter_cell_array_pushembryo_data_heap_popembryo_data_string_length_getembryo_parameter_string_pushembryo_program_data_getembryo_program_freeembryo_error_string_getembryo_program_vm_resetembryo_program_vm_pushembryo_program_newembryo_program_loadembryo_program_const_newembryo_parameter_cell_pushembryo_program_max_cycle_run_getembryo_program_max_cycle_run_setembryo_program_error_setembryo_program_data_set_embryo_args_init_embryo_fp_initembryo_shutdownembryo_init_embryo_rand_init_embryo_str_init_embryo_time_initembryo_amx.o/ 1162990557 0 0 100644 69384 ` ELF H4(.shstrtab.debug_abbrev.debug_info.debug_line.text.rodata.data.debug_frame.debug_pubnames.debug_aranges.debug_ranges.debug_str.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.rodata.rela.data.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% : ; I : ;  : ; I8  : ; I 8 $ >  I$ >  : ; I8 : ;I8 : ;I8 ' III!I/ .: ; ' @ : ; I 4: ; I4: ; I .? : ;' @ : ;I .: ; ' I@ : ; I 4: ; I 11  U41 .: ; ' I : ; I 1! "41#.: ; ' $ U% &.? : ; ' I@ '.? : ;' I@ (: ;I )4: ;I *4: ;I +1,4: ;I-4: ;I.&I/ : ;0&1.? : ;' I@ -WGNU C 3.4.5embryo_amx.c/home/falko/e/e17/libs/embryo/src/lib__FILEf%__FILE_cnt#%#_ptr$,#_base&,#_flag'2# _file(2# __orientation)C# __ionolock*C# __seekable+C# __filler,C# int2unsigned charlong long intFILEJXlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intz long doubleEmbryo_UCellICEmbryo_CellJ%Embryo_ProgramK(_Embryo_ProgramlKbase,#pushes%#cip#frm# hea#hlw#stk#stp#flags%# error%#$pri#(alt#, #0 #4syscall_d#8native_calls#<native_calls_size%#@native_calls_alloc%#Dcode,#Hdont_free_code2#Lretval#Pparams#Tparams_size%#X params_alloc%#\ run_count%#` %#d #hEmbryo_FunctionL%floatEmbryo_ParamS_Embryo_Paramstring# #cell_array_size%#cell# Embryo_Header_Embryo_Header8 sizeC# magic# file_versionz# ep_versionz# flags# defsize# cod%# dat%# hea%# stp%# cip%# publics%# natives%#$ libraries%#( pubvars%#, tags %#0 nametable!%#4Embryo_Func_Stub(f_Embryo_Func_Stub address %# name #Embryo_Native{ f?zs_embryo_byte_swap_32/^v.Xs0,t02\C;embryo_swap_32%^v$X_embryo_native_call:%nep9hindex9i9jparams9Yhdr;Q<[f=fQl_embryo_var_getc%nepbhindexb%ivarnamebjbkhdrehvarf`lQl__entryswap32%v%vv%embryo_swap_16^vX !" ! *Q# 4_embryo_byte_swap_16&v%s',t'2 _embryo_program_initt%nepsbcodesihdru$ fs`i%anum%h% cipacode_sizeQcodeX!len& iembryo_program_newnbsize%iepacode_data`' embryo_program_const_new n( hsize %i)ep i' Sembryo_program_load%nfile$h)ep&`)hdr')f( Sa)program)b)program_size*%`[ embryo_program_freeYnepXh)iZ%a embryo_program_native_call_addwnepvhnamevifuncv{j*xj)hdry`)iz%a)numz%b$ G*Q+ rlQ!l!)callsX embryo_program_vm_resetneph)hdr` embryo_program_vm_pushnep`)hdr\ Tembryo_program_vm_popneph'Rembryo_program_function_find4nep3gname3i)first5%e)last5%d)mid5%h,5%)pname6RP-hdr7+.b   "]lQLbzs_embryo_func_getT%epSindexS%funcnameShdrUfuncV'xembryo_program_variable_find`nep_hname_i)firsta%b)lasta%a)mida%`,a%)pnamebRP)paddrcL-hdrd'embryo_program_variable_count_get%neph-hdr'Jembryo_program_variable_getnephnum%Y-hdr)paddrL)pnameRPembryo_program_error_set^epXerror%Y'embryo_program_error_get%^epQembryo_program_data_set^epX(Y'Zembryo_program_data_get^epQ'embryo_error_string_getnerror%h)messages.zs'7embryo_data_string_length_get%^epX(Y)len %X-hdr!embryo_data_string_get6nep5h(5idst5j)i7%h-hdr8!)tmpLl?embryo_data_string_setcnepbhsrcbi(bj)id%b-hdre)tmp}l'embryo_data_address_get^epXaddrY-hdr*,Q'embryo_data_heap_push^epXcells%Y-hdr,,-addr`embryo_data_heap_pop^epXdown_toY'embryo_program_recursion_get%^epX'+embryo_program_run %nep hfn i-hdr )func [)code ,l* ,f)pril)altg)stke)frmd)heam-hea_start*k*j)cipa)codesize`)i%])op2Q)offsi)num%i*%c)cycle_count%b)switchtable+/SWITCHTABLE_EMBRYO_OP_NONEH/SWITCHTABLE_EMBRYO_OP_LOAD_PRId/SWITCHTABLE_EMBRYO_OP_LOAD_ALTh/SWITCHTABLE_EMBRYO_OP_LOAD_S_PRIl/SWITCHTABLE_EMBRYO_OP_LOAD_S_ALTp/SWITCHTABLE_EMBRYO_OP_LREF_PRIt/SWITCHTABLE_EMBRYO_OP_LREF_ALTy/SWITCHTABLE_EMBRYO_OP_LREF_S_PRI~/SWITCHTABLE_EMBRYO_OP_LREF_S_ALT/SWITCHTABLE_EMBRYO_OP_LOAD_I/SWITCHTABLE_EMBRYO_OP_LODB_I/SWITCHTABLE_EMBRYO_OP_CONST_PRI/SWITCHTABLE_EMBRYO_OP_CONST_ALT/SWITCHTABLE_EMBRYO_OP_ADDR_PRI/SWITCHTABLE_EMBRYO_OP_ADDR_ALT/SWITCHTABLE_EMBRYO_OP_STOR_PRI/SWITCHTABLE_EMBRYO_OP_STOR_ALT/SWITCHTABLE_EMBRYO_OP_STOR_S_PRI/SWITCHTABLE_EMBRYO_OP_STOR_S_ALT/SWITCHTABLE_EMBRYO_OP_SREF_PRI/SWITCHTABLE_EMBRYO_OP_SREF_ALT/SWITCHTABLE_EMBRYO_OP_SREF_S_PRI/SWITCHTABLE_EMBRYO_OP_SREF_S_ALT/SWITCHTABLE_EMBRYO_OP_STOR_I/SWITCHTABLE_EMBRYO_OP_STRB_I/SWITCHTABLE_EMBRYO_OP_LIDX/SWITCHTABLE_EMBRYO_OP_LIDX_B/SWITCHTABLE_EMBRYO_OP_IDXADDR/SWITCHTABLE_EMBRYO_OP_IDXADDR_B/SWITCHTABLE_EMBRYO_OP_ALIGN_PRI/SWITCHTABLE_EMBRYO_OP_ALIGN_ALT/SWITCHTABLE_EMBRYO_OP_LCTRL/SWITCHTABLE_EMBRYO_OP_SCTRL&/SWITCHTABLE_EMBRYO_OP_MOVE_PRI@/SWITCHTABLE_EMBRYO_OP_MOVE_ALTC/SWITCHTABLE_EMBRYO_OP_XCHGF/SWITCHTABLE_EMBRYO_OP_PUSH_PRIK/SWITCHTABLE_EMBRYO_OP_PUSH_ALTN/SWITCHTABLE_EMBRYO_OP_PUSH_RU/SWITCHTABLE_EMBRYO_OP_PUSH_CQ/SWITCHTABLE_EMBRYO_OP_PUSHY/SWITCHTABLE_EMBRYO_OP_PUSH_S]/SWITCHTABLE_EMBRYO_OP_POP_PRIa/SWITCHTABLE_EMBRYO_OP_POP_ALTd/SWITCHTABLE_EMBRYO_OP_STACKg/SWITCHTABLE_EMBRYO_OP_HEAPn/SWITCHTABLE_EMBRYO_OP_PROCu/SWITCHTABLE_EMBRYO_OP_RETz/SWITCHTABLE_EMBRYO_OP_RETN/SWITCHTABLE_EMBRYO_OP_CALL/SWITCHTABLE_EMBRYO_OP_CALL_PRI/SWITCHTABLE_EMBRYO_OP_JUMP/SWITCHTABLE_EMBRYO_OP_JREL/SWITCHTABLE_EMBRYO_OP_JZER/SWITCHTABLE_EMBRYO_OP_JNZ/SWITCHTABLE_EMBRYO_OP_JEQ/SWITCHTABLE_EMBRYO_OP_JNEQ/SWITCHTABLE_EMBRYO_OP_JLESS/SWITCHTABLE_EMBRYO_OP_JLEQ/SWITCHTABLE_EMBRYO_OP_JGRTR/SWITCHTABLE_EMBRYO_OP_JGEQ/SWITCHTABLE_EMBRYO_OP_JSLESS/SWITCHTABLE_EMBRYO_OP_JSLEQ/SWITCHTABLE_EMBRYO_OP_JSGRTR/SWITCHTABLE_EMBRYO_OP_JSGEQ/SWITCHTABLE_EMBRYO_OP_SHL/SWITCHTABLE_EMBRYO_OP_SHR/SWITCHTABLE_EMBRYO_OP_SSHR/SWITCHTABLE_EMBRYO_OP_SHL_C_PRI/SWITCHTABLE_EMBRYO_OP_SHL_C_ALT/SWITCHTABLE_EMBRYO_OP_SHR_C_PRI/SWITCHTABLE_EMBRYO_OP_SHR_C_ALT/SWITCHTABLE_EMBRYO_OP_SMUL/SWITCHTABLE_EMBRYO_OP_SDIV/SWITCHTABLE_EMBRYO_OP_SDIV_ALT/SWITCHTABLE_EMBRYO_OP_UMUL/SWITCHTABLE_EMBRYO_OP_UDIV/SWITCHTABLE_EMBRYO_OP_UDIV_ALT/SWITCHTABLE_EMBRYO_OP_ADD /SWITCHTABLE_EMBRYO_OP_SUB#/SWITCHTABLE_EMBRYO_OP_SUB_ALT&/SWITCHTABLE_EMBRYO_OP_AND)/SWITCHTABLE_EMBRYO_OP_OR,/SWITCHTABLE_EMBRYO_OP_XOR//SWITCHTABLE_EMBRYO_OP_NOT2/SWITCHTABLE_EMBRYO_OP_NEG5/SWITCHTABLE_EMBRYO_OP_INVERT8/SWITCHTABLE_EMBRYO_OP_ADD_C;/SWITCHTABLE_EMBRYO_OP_SMUL_C?/SWITCHTABLE_EMBRYO_OP_ZERO_PRIC/SWITCHTABLE_EMBRYO_OP_ZERO_ALTF/SWITCHTABLE_EMBRYO_OP_ZEROI/SWITCHTABLE_EMBRYO_OP_ZERO_SM/SWITCHTABLE_EMBRYO_OP_SIGN_PRIQ/SWITCHTABLE_EMBRYO_OP_SIGN_ALTT/SWITCHTABLE_EMBRYO_OP_EQW/SWITCHTABLE_EMBRYO_OP_NEQZ/SWITCHTABLE_EMBRYO_OP_LESS]/SWITCHTABLE_EMBRYO_OP_LEQ`/SWITCHTABLE_EMBRYO_OP_GRTRc/SWITCHTABLE_EMBRYO_OP_GEQf/SWITCHTABLE_EMBRYO_OP_SLESSi/SWITCHTABLE_EMBRYO_OP_SLEQl/SWITCHTABLE_EMBRYO_OP_SGRTRo/SWITCHTABLE_EMBRYO_OP_SGEQr/SWITCHTABLE_EMBRYO_OP_EQ_C_PRIu/SWITCHTABLE_EMBRYO_OP_EQ_C_ALTy/SWITCHTABLE_EMBRYO_OP_INC_PRI}/SWITCHTABLE_EMBRYO_OP_INC_ALT/SWITCHTABLE_EMBRYO_OP_INC/SWITCHTABLE_EMBRYO_OP_INC_S/SWITCHTABLE_EMBRYO_OP_INC_I/SWITCHTABLE_EMBRYO_OP_DEC_PRI/SWITCHTABLE_EMBRYO_OP_DEC_ALT/SWITCHTABLE_EMBRYO_OP_DEC/SWITCHTABLE_EMBRYO_OP_DEC_S/SWITCHTABLE_EMBRYO_OP_DEC_I/SWITCHTABLE_EMBRYO_OP_MOVS/SWITCHTABLE_EMBRYO_OP_CMPS/SWITCHTABLE_EMBRYO_OP_FILL/SWITCHTABLE_EMBRYO_OP_HALT/SWITCHTABLE_EMBRYO_OP_BOUNDS/SWITCHTABLE_EMBRYO_OP_SYSREQ_PRI/SWITCHTABLE_EMBRYO_OP_SYSREQ_C/SWITCHTABLE_EMBRYO_OP_FILEI/SWITCHTABLE_EMBRYO_OP_LINEJ/SWITCHTABLE_EMBRYO_OP_SYMBOLK/SWITCHTABLE_EMBRYO_OP_SRANGEL/SWITCHTABLE_EMBRYO_OP_JUMP_PRI#/SWITCHTABLE_EMBRYO_OP_SWITCH&/SWITCHTABLE_EMBRYO_OP_CASETBLM/SWITCHTABLE_EMBRYO_OP_SWAP_PRI8/SWITCHTABLE_EMBRYO_OP_SWAP_ALT=/SWITCHTABLE_EMBRYO_OP_PUSHADDRB/SWITCHTABLE_EMBRYO_OP_NOPF/SWITCHTABLE_EMBRYO_OP_SYSREQ_D /SWITCHTABLE_EMBRYO_OP_SYMTAGN$*)i %c$*")pri$*S-len%*i-addr)len,%Y*-`-addr-%*)cptr([)hdra)i%e)num%f*`$**ZlQ!h+,+,s+20'+yembryo_program_return_value_getf^epeQ+embryo_program_max_cycle_run_set^epXmax%Y',embryo_program_max_cycle_run_get%^epQ',nembryo_parameter_cell_push%nephcelli)prX',embryo_parameter_string_push%nephstrX)pr])str_dupi1embryo_parameter_cell_array_push %nep `cells bnum %j)pr ]* a+ /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_amx.cB| (XXXV|^   Zff( #  -#~~p$p~L#  &E |||||hhh|*   "& & 3&! "!(or(lu3+ &? "m t hy4i q,.J-p}|zz zzozzCQ"  qq{YFAz g~ }|| ||k|x ||m{~ {{  }} ~fa  sp}O #e#e~6%   B~||,R   b%%o%o#q"r{q/e c|i#8  t\,~]}UR,ig~{|}zI%'u)qs,k *   * ** `㿐`$`%+``&` +  ` ** `'  * @:   (` + +` @ @   @@+`  & $ <` @& $& $ 㿈 * 0 1 , - @ +* *`* 2 .@(`+ +` @  3 /@  <"@@ @@4쀠` @ (` + +` @ @ &  @'@ * *㿐  @+ @$H@`@`@` @` @`@`@`@`@` @`$@`(@`,@`0@`4`(``<a  N``N``` +`` @ (`8`@  @ *0``"`4``+ +``@ (`@ `ܰ ` ``$`%*`` `!` (``&@ * *`" ` + *+` @ @ `#`'@  *`":`@@ @6`1@` ` +` @ (`8``@`1`,`-`0 ``2*/`* (``.  @ *+`@+ `3 @ `/ @  *`":`@@ @_ `/``4`5*   (`* `6+ *+` @ @ `7@  *`":`@@ @ @` +`` @ (`8``@ $ ``` ` ``*`+ *(` @ *+`@ `` @ @ 0`H @ @ @`@  @@@@@% @` ` +` @ (`8``@`0`1`2`3`5+ `6+`@ (`@ `7H@@@`(`㿐 l `7 @`@ @  @ @0@㿐 l `7 @   `L @ &`L@  X@` 5  @ @@ 7' 8 @ @@@&@  @  @@@0@@ 㿐 9 L`& < H @ < 1 X`3   T`` X@ ,```@ T``" X@ X@ T @@ @@ L@  X`4 T T 0@ <㿈`?`?@@  H +` @ (`8`} ( )*` $ %(` *@ ** &+`@ +  + '@  @ @ c @` D@ M& @ <+`@  $ %*+  & +`@ '@  @K@ (`+ +` @ `*@   `@ 2  @0`0`0`.... +` `@ (`8``@Ҵ0@'ނ@`& D*`@ < " @& < @ D& D& @㿐 O`K H +` (`@ * @ @   +`(`@ +  @ @      *(` @ *`*+  +`  @ @  "&       *`+`*(`@ @ + *   @ @ @ & & & 㿐  ``$ @ H  +` (`@ *  @@ $$ 㿐    `& @&h mc H `$ `%*` ` `!*  `& (`* `" ` + +`* `  @ `' `#@  *` @@:`? @H@EH `$ `% ` `! ` ++ +`* * `& `  @ `"*`@@(`* 3  `' `#@   <; "@@@4̀``@@ 4Ȩ? Ū  `@'@c h FcAc 0 1 , -*` 2*  (` . *+ +` * @ 3 /@  *` @@:`? 0`@ 8`  @ 4?  c㿐 "   0 1*` , -*  2 (`* . + *+`  @  3 /@  *` @@:`hc Ж̀` c ć 2" $  `$ 2" h  `h(`@ h. `   "%  ` "  (`+  +`@ @ @ (   @` * @`2 㿈/ "-. `'."%.  (`+  +`@  @ @(.8.@`  @ '. . @ `2'.㿈 GC @   ++  `+` @ @ @/-`"+&N@` ,$&@ "!&N@'&N@`, ` ` ` ` + `+`@+  @ ,쀣@  !  `  (`+  +`@ @ @  (`+  +`@ @ @    c` *`  #@ #@ `? c"   8 8`  @ @ 4"  `x ;   @P  "J& $   *`*  *+ (` @ +` @     "   `' -'䀦V`"' !*  $ % (` "@+**` & + @ +`@ * # ' @ :"@ & $ & $  (` + +` @ @ '@ @6  & $& `@@@ @ (`+  +`@ @ @ & $ ( ' @' , 0 4T`@ X C T ,``2'`` %,7 X, @ @# Y@ V@%@ T`@cA@ A `*@`%`(`%%@& T& \& X`@@  ``& ` d  `(``@``@%@' V& $뀤逤@`$@& & & & L ڀ`  `& d& & :& `π@%Ǣ`%î%'@@  @`  쀦`@ 2`@@`$@& '& & &   ` " ` H `$ `%* `( `) ` *  `& + * `* ` (`@ +`+  @ `+ `'*`"@:` @3/܀@  ` ` +` @ (`8``@! +` @ `  '@@$@& & & &  6` "l ` `& d& & & `& $@쀠@ %` ` & d& & & `& $@`$@& & (& ,& ` 3& P `& d& & & `& $X @`    @2B `  :> `@@ @6@ 4`% ``쀠@:@ݢ`쀠@8@ע`@ @ Ѣ`@(@ @'ʢ`(`@'@(@ @`@  @  @2 ` @: `'(`@@  @  @2 ` @: `'@`    @2 ` Ѐ`"``2 `}-    @2 ` : `k%@@ %d`@@ %\`@%W`@%Q`@ @ K`@ @ D`@%@`@% ;`@`6@ @@ '0`@`,@'(`@`@  @  2c ` @^`"  ``2O `  '쀣@  @  2I ` @:E ` '@@ `@@ '`@`@'ޢ`@`@ @@ 'Ѣ`@`@'Ȣ`@@ `@@Ԣ` @ ` & $!& ``'`@@ %`@ %`@%`@`%2%%''@``(``@@``(``@@`i`  @e@@a`@^@$@%X$@`%@Q@`'䀦@`@`C& `'䀦@ `9@@`@@E` @/ `r 쀠@"&`@#@쀠@"(@`쀠@(@`쀠`2@`쀠@*@ `쀠`"@`@``  @@ '`'@`?'`@@ `?'`쀠@  '쀠@  '쀠@  '쀥" `@@'® % 쀠`?'@'@'@'%' @'@'쀤 ͐@@'@@'`@@ '`8' '} {'@%w`@(@ 'q`8@m'0@i'(@e'쀠@6H@_`쀠@4J@Y`쀠@$F@S`쀠@&<@M`@H'쀠@`?C'쀥@ >'쀥`?9'쀠@@ 4'@@ .'@`?(' `4$# ``'쀠@  '@`@   @  2N ` @ :J `@@@ @B@ @    6 :5 ` @@ @-@ :, ` @'' `% @ @ `#@ ̢`@ `% Ƣ`@ % `@ @ #@ `@`@   @  2 ` @ : `@@@ @倠@ 〥    ـ : ` @@ @Ѐ@ : ` @쀤 @@%@'p" `@@@$'_@Z'@0@ 'T`@-P`@5L`KGD'B@ =';'  (` + +` @ @ /' (` + +` @ @ #' ''$@'@@@@@@ @ @ @@2F ` '2A `%'5@ `$@& & (& d& ,& & & & 0& 4& `8  M& $ J& $H& $ `& `& & & 0& 4' @w `  ` & d& & & `2& $& `& (& , ` & d& & & `#& $ ` & d& & & `& $  `P8 8`  @" d  `d㿐 X \``+ @  & X T(`@ " " "   & \@ T  & T X㿐`#@ #  X \``+ @  & X T(` #` #`#` & \@ T`& T Xߐ`@ 㿐.@0``?@  X \``+ @ & X T(`#` #` #`@ @& \@ T`& T X@ rb(none)Forced exitAssertion failedStack/heap collision (insufficient stack size)Array index out of boundsInvalid memory accessInvalid instructionStack underflowHeap underflowNo (valid) native function callbackNative function failedDivide by zero(sleep mode)(reserved)Out of memoryInvalid/unsupported P-code file formatFile is for a newer version of the Embryo_ProgramNative/Public function is not foundInvalid index parameter (bad entry point)Debugger cannot runEmbryo_Program not initialized (or doubly initialized)Unable to set user data field (table full)Cannot initialize the JITParameter error(unknown)EMBRYO: CALL [%i] %s() non-existant! |  $  -  -   -  - t -  - < - X - L - t - H -  - , -  - \ -     < -   - , -  T , 4 -   x -  -  - -[ embryo_swap_32embryo_swap_16 embryo_program_new iembryo_program_const_new embryo_program_load Yembryo_program_free embryo_program_native_call_add embryo_program_vm_reset embryo_program_vm_push embryo_program_vm_pop Tembryo_program_function_findembryo_program_variable_findxembryo_program_variable_count_getembryo_program_variable_getJembryo_program_error_setembryo_program_error_getembryo_program_data_setembryo_program_data_getZembryo_error_string_getembryo_data_string_length_get7embryo_data_string_getembryo_data_string_set?embryo_data_address_getembryo_data_heap_pushembryo_data_heap_pop`embryo_program_recursion_getembryo_program_run+3embryo_program_return_value_get+yembryo_program_max_cycle_run_set+embryo_program_max_cycle_run_get,embryo_parameter_cell_push,nembryo_parameter_string_push,embryo_parameter_cell_array_push2Hh 0 H  P<T@T,@ P./$@./L `./ ..`p/(/8(/(/88pfunc_entryunsigned intresultstr_cellreset_stkdatamax_run_cyclescell_arrayentry_nameep_addrreset_hea4  #1A4  U$jqPH, /6<@TR/rxd, 8X4(\$  );BIPVh1t,0 !<5<CJ<bi L tt0Lx049?0 `yembryo_amx.c_embryo_program_initswitchtable.0_embryo_var_get_embryo_native_call_embryo_byte_swap_32callocembryo_program_recursion_getembryo_program_error_getembryo_program_vm_popembryo_data_string_set_embryo_fp_init_embryo_rand_initembryo_data_string_getembryo_program_variable_count_getstrlen.uremembryo_data_heap_pushembryo_program_return_value_getfreadembryo_program_variable_findembryo_program_native_call_add.divembryo_program_runfopenembryo_program_variable_getembryo_swap_32embryo_swap_16embryo_program_function_find_embryo_time_initmemcmpprintfmemcpy.udiv_embryo_args_initembryo_data_address_get_embryo_str_initembryo_parameter_cell_array_pushembryo_data_heap_popmallocembryo_data_string_length_getembryo_parameter_string_pushembryo_program_data_getembryo_program_freestrcmprewindfcloseembryo_error_string_getstrcpyembryo_program_vm_resetembryo_program_vm_pushstrdupreallocembryo_program_newfreeftellembryo_program_load.remembryo_program_const_new.umulembryo_parameter_cell_pushembryo_program_max_cycle_run_getfseekembryo_program_max_cycle_run_setembryo_program_error_setembryo_program_data_set   2H D t (d72{F  $$ $( 4[ 4_    "\M Q ]   4   ,   , U 4 Y    8   $  (  /2   2   w  {  8  8   40 9Q P  0 T  H `  4 d  H s  H w     P < P @    d  P `3 7 C d >  ( ( m q     2B F     X \ p H `  *e i @2 @ 26 :     /2{(d7(K r #H #8 # # "9 "b " " "P ! !% !L !s ! !| !l !P !8: ! a !          E hk T 8 &h $ $+ $tR $ly $d $T $D $8 $4 #W #| # # # #\ %2 T %pw %8 % % $ $* &PL & n % % &8 &  D )0h ) ) ( ( (  ( @ ( h -, - -< )H ,!% ,|!H -!k '<! '! '! '! '" '"? '"a '" '" (p" (`" (H# (0#: (#a (# (#  # )# )$ )$: )$] )$ )$ )p$ )\$ *% ' %/ '%R &%y &% &% &% && +L&2 +,&V +&| +& +|& +d& +' 't'/ +'R *0'u d'  ' ' p( (0 (S (x ( -L( ( ) )6 p)] `) D) <) ) )**'*8\*T*g\* * *0**H*Q* T* p+ X+ p+a /+e 0+ 0+ 04+ 04+ 0L,: 0L,> 0, 0, 1t- 1t- 2H-LF      $ $ 4 8 <       $ , 4 < D L T \ d l t |                    + 43 8; <C @K PS T[ Tc \k ds l{ t |             D D L T T \ # + 3 ; C K S [ c k s {        $ $ , 4 T \ \ d h p |   # + 3 ; C K S [ c k s {             $ ( , @ D H L \ \ h# p+ p3 x; C K S [ c k s {       ( 8 @ H P X ` h p        ' / 7  ? G $O (W (_ 0g <o @w D D L L T d d l l t            ' / 7 ?  G O (W 4_ @g Ho Lw L T t |                         '   /  0 7  @ ?  X G  l O  t W  t _  | g  o  w                   (  0  8  <   X   `   t   x '  /  7   ?  G   O   W  _  , g  T o  \ w  \   l                  $   $   0 )  H 3  P ;  \ C  ` K  ` S  h [  t c  x k  | s  {          p                8 # < + < 3 D ; P C T K ` S p [ x c | k | s  {        ( , 8 @ D D P         %  0  ;  F  N  V  ^  f  n  v        ( 4 < T d h x    % - 5 = $E 4M LU P] Xe `m lu x}      ( , 8 8 @ H T ` h l p p x   % - 5 = E M U ] e m u }            $ , , 4 <      % - 5 = E 4M HU P] Xe `m pu p} x            $ $ , 0 8 @ L L h# + 5 = E M U ] e m u }  @ @ P X X ` t x | |          % - 5 = E M U L] Pe Tm Xu \} ` d h l p t x            $ , \! `) h1 h9 xA I Q Y a i s {             $ , , 4 @ L P X X `( h0 t8 @ H P X ` h p x                 , 0 4 4 < D" H* P2 X= XH `P lX p` th xp xx                    ! ) 1  9 D O W _ g $o <z D H X ` d h p t |          # . 9 A  I $Q (Y ,a 0i 4q Hy L L T X X ` d          ( 0 0 8! L. L; TH pU t] xe |m u }                     (& ,. 06 4> 8F 8N @V d` ph p x                     $ 0# 8. <6 L> TF hN lV x^ |f q |                 $  H  H  X  X  `  `&  t.  t9  |A  I  T  _  j  u  }               ! !  ! ! ! !  !$ !( !0 !8 !< !H !P !T% !d- !l5 !p= !tE !|M !U !] !e !m !u !} ! ! ! ! ! ! ! ! ! " " "  "  "( "( "< "< "D "P "x+ "x6 "A "L "T "\ "d "l "t "| " " " " " " " " " " " # # # # # #  #0 #8 #@ #H$ #L, #T4 #\? #`G #dO #hW #p_ #pg #xo #z # # # # # # # # # # # # # $ $ $  $ $ $0 $8) $D1 $T9 $XA $\I $dQ $lY $tc $xk $|s $|{ $ $ $ $ $ $ $ $ $ $ $ $ % % % %, %8  %@ %D  %H  %L % %P - %P 5 %X = %d E %h M %p W %x _ %| g % o % w %  % % % % % % % % % % % % % % % %! &! &! &! &!' &!/ & !9 &(!A &(!I &0!Q &8!Y &@!a &@!i &H!q &P!{ &X! &X! &`! &h! &p! &t! &t! &|! &! &! &! &! &! &! &! &" &" '" ' " '<"$ '@", '@"4 'H"< '\"D 'l"L 't"T '"_ '"g '"o '"w '" '" '" '" (" (" ( " (" ((" (0" (4" (@" (H" (L" (X" (`" (p" (# (# (# (# (#' (#2 (#: (#B (#J (#R (#Z (#b (#j (#r (#z )# )# )# )# )# ) # ) # )(# )0# )8# )8# )@# )H# )\# )p# )# )$ )$ )$ )$ )$% )$0 *$; *$F *$N *0$V *4$^ *8$f *<$n *@$v *D$~ *d$ *d$ *t$ *t$ *|$ *$ *$ *$ *$ *$ *$ *$ *$ *$ +$ +% +,% +0% +D% +L% +P%( +\%0 +d%8 +h%@ +t%H +|%P +%X +%` +%h +%p +%x +% +% +% +% +% +% +% +% +% , % , % ,% ,<% ,<% ,D% ,`% ,`& ,h& ,t& ,|&& ,&. ,&6 ,&> ,&F ,&N ,&X ,&` ,&j ,&r ,&z ,& -& -& -& -$& -,& -0& -4& -<& -@& -D& -L& -T& -`& -l& -t& -|' -' -' -'! -') -'1 .'9 .'A .'L . 'T .('\ .0'd .8'l .@'v .H' .P' .X' .`' .`' .h' .t' .t' .|' .' .' .' .' .' .( .( .( /( /(' /(/ / (7 /((A /0(I /8(T /T(_ /\(j /`(r /d(z /h( /l( /t( /( /( /( /( /( 0( 0( 0( 0( 0 ( 0 ( 0() 04) 04) 0@) 0L)! 0P)) 0T)1 0X)9 0\)A 0`)I 0d)Q 0h)Y 0h)a 0t)i 0)q 0)y 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0) 0* 0* 0* 1* 1*# 1 *+ 1*3 1*; 1 *C 1$*K 1(*S 10*] 14*e 1@*m 1D*u 1D*} 1L* 1X* 1`* 1h* 1t* 1x* 1* 1* 1* 1* 1* 1* 1* 1* 1* 1* 1+ 1+ 1+ 1+ 1+' 1+/ 1+7 1+? 1+G 1+O 1+W 1+_ 2+i 2 +q 2+y 2+ 2 + 2 + 2(+ 24+ 24+ 2H$ ( G"G<&T&\'d'l't&|&&&&&&&&&&",&"\"x& &8.@HP0X)h&'03L,lBtBBB  $ ,J4C@9`t9|&3AB:B: B B B B B B B (B ` " 8 4& T@ ,=03B""G<8@&"X8"  , ( ("G`l/B/,<B  " 8 8\&$ /$ /$ /$ /'P'`-( (-(4G)LG**,l,,E,E,",E,E,"-G/(+/ -/ -/ -/ -|/ -/ -/ ./ -t/ -t/ -t/ t/ -l/ -`/ -T0@0 `0?14@1\ `1`B1|31,2H2@24B 8h(888HX (` $  #H #8 # # " " " "$ "P( !, !0 !4 !8 !< !|@ !lD !PH !8L ! P ! T  X  \  `  d h hl Tp 8t &hx $| $ $t $l $d $T $D $8 $ # # # # # #\ %  %p %8 % % $ $ &P & % % &8 &   )0 ) ) ( ( ( ( ( -, - -< )H$ ,( ,|, -0 '<4 '8 '< '@ 'D 'H 'L 'P 'T (pX (`\ (H` (0d (h (l (p  t )x )| ) ) ) ) )p )\ * '  ' & & & & & +L +, + + +| +d + 't + *0 d    p     -L    p ` D <  $ ( , 0 4 8 < @ D H L P T X \ ` d h l p t x |                                          $ ( , 0 4 8 < @ D H L P T X \ ` d h l p t x |                                   $ ( $4 8 4P T l p  |  4           8$ (  @ D  \ ` Px |   d    (        ( , D H T X p t     @        /  0  04  0L4 8 0P T 1t   as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54# W-[%1N+1]2H7Ha?EhRb q htnX t    I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I .? : ; ' I<  4: ; I .? : ; ' @ GNU C 3.4.5embryo_args.c/home/falko/e/e17/libs/embryo/src/libintfunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleEmbryo_CellJYEmbryo_ProgramK<H_Embryo_ProgramlKbase`#pushesY#cip#frm# hea#hlw#stk#stp#flagsY# errorY#$pri#(alt#,reset_stk#0reset_hea#4syscall_d_#8native_callse#<native_calls_sizeY#@native_calls_allocY#Dcode`#H dont_free_codef#Lretval#P k#Tparams_sizeY#X params_allocY#\ run_countY#` max_run_cyclesY#d data#hfloatEmbryo_Parame_Embryo_Paramstring#cell_array_#cell_array_sizeY#cell# Embryo_Header)_Embryo_Header8 sizew# magic# file_version# ep_version# flags# defsize# codY# datY# heaY# stpY# cipY# publicsY# nativesY#$ librariesY#( pubvarsY#, tags Y#0 nametable!Y#4Embryo_Native>D Y Y _&)Q_embryo_args_numargs^epYX_Yhdr[data`[bytesXR_embryo_args_getarg^epYZ_Yhdr[data `[val!\_embryo_args_setarg/^ep.YZ._Yhdr0[data1`[val2\_embryo_args_getsargAnep@Yb@_ihdrB[dataC`[base_cellD\sE`iFYaaalloca w}offsetVY___cptr]_Z_embryo_args_initfnepeY` /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_args.c#   (` + +`@ @  @ `2 @`   +` (`@ +  @ ` (` @ @ `` +`  @` $   +` (`@ +  @ ` (` @ @ `` +` @ 4` @ ` "  㿐@`  4 ` 0  (` +`@+  @ `+` @ @ #`  `,@K@`` ` @4(`@ @㿐`@%`@#`@``@``3@5`@numargsgetargsetarggetfargsetfarggetsarg |  D t  -  - $_embryo_args_initunsigned intparams #D 8DtL\axHembryo_args.c_embryo_args_setarg_embryo_args_numargs_embryo_args_getarg_embryo_args_getsargembryo_data_string_setembryo_program_native_call_add_embryo_args_initembryo_data_address_get   x   D  D  r v \  \ H f j ~  < H     , 0 4 D D H L X \   % - 5 = E M U ] e m u }       0 0 H P \ ` d h l p x    % - 5 = E M U ] e  m  u }  < H L d |       4L P T X \d Dh p tx D|       D    ( \ ( \  $ ( D4 8 D H \` d H as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 +9d% ,170?xL(\ kv0 ~,  H  Lh  x  ,  8  P?embryo_float.o/ 1162990566 0 0 100644 14044 ` ELF34(.shstrtab.debug_abbrev.debug_info.debug_line.text.rodata.debug_frame.debug_pubnames.debug_aranges.debug_str.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% $ > $ >  I : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I4: ; I I!I/ .: ;' I@ : ;I : ;I 4: ;I4: ;I .? : ;' @ GNU C 3.4.5embryo_float.c/home/falko/e/e17/libs/embryo/src/liblong unsigned intdoublefloatintcharlong doubleunsigned charlong long intlong intshort intshort unsigned intlong long unsigned intEmbryo_CellJEmbryo_ProgramKP\_Embryo_ProgramlKbase#pushes#cip'#frm'# hea'#hlw'#stk'#stp'#flags# error#$pri'#(alt'#,reset_stk'#0reset_hea'#4syscall_d #8native_calls#<native_calls_size#@native_calls_alloc#Dcode#H dont_free_code#Lretval'#P #Tparams_size#X params_alloc#\ run_count#` max_run_cycles#d data%#hEmbryo_Paramp_Embryo_Paramstring#cell_array #cell_array_size#cell'# Embryo_Native '   :'\r_embryo_fp_degrees_to_radians^angle radixY_embryo_fp0'^ep/X/ Yf2%_embryo_fp_str;'nep:a: ibuf=%str> `f?len@5Z?}_embryo_fp_mulM'^epLXL YfP_embryo_fp_divY'^epXXX Yf\ _embryo_fp_adde'^epdXd YfhU_embryo_fp_subq'^eppXp Yft_embryo_fp_fract~'nep}h} ifl_embryo_fp_round'neph if G_embryo_fp_cmp'^epX Yf(ff)_embryo_fp_sqroot'nep` if _embryo_fp_power'neph if)ff(G_embryo_fp_log'nepX if ffl_embryo_fp_sin'neph if_embryo_fp_cos'neph if #_embryo_fp_tan'neph if r_embryo_fp_abs'^epX Yf)_embryo_fp_init!nep ` /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysmath_iso.hiso/math_c99.hmath.hstdio_tag.hieeefp.hfloatingpoint.hstdarg.hva_list.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_float.c2  !s#d`d` `` H`ʕ H`ȁʁ#@` `#dd#P@` @`@?`> @@'@` `` )#dd#@` `` #dd#@` ``)#dd#@` ``#dd#㿈@`  `'쑠(?@쑢H'㿈@`( `````` `H?@聠 ' ?` 7  ?@@`  `` )   ?㿈@` ` ?聠H @ `   '@@ 㿈@` `)?`(?@葠'㿀@`+ ```  '쁪J`쁪J(  ?@'@ 0 ?@쑠)??@ 㿈@`  `` ?@葠'㿈@`  `` ?@葠'㿈@`  `` ?@葠'@`  ``J'#dd#㿐`@`@`@`@`@`@`@`@`@`@`@`@`@`@`3@5`@@ !TD-@f@i?A floatatoffloat_mulfloat_divfloat_addfloat_subfractroundfloat_cmpsqrtpowlogsincostanabs | lx,xt - 0x0x0x0xH -  -  D - L -  - D - D - D - @x - " r_embryo_fp_init4unsigned intparamsl, -D<D KlixH,D0t  0Dl0p@L<0#3JNmqw{embryo_float.c_embryo_fp_embryo_fp_sqroot_embryo_fp_cos_embryo_fp_cmp_embryo_fp_degrees_to_radians_embryo_fp_log_embryo_fp_fract_embryo_fp_tan_embryo_fp_sub_embryo_fp_str_embryo_fp_mul_embryo_fp_sin_embryo_fp_add_embryo_fp_abs_embryo_fp_round_embryo_fp_power_embryo_fp_div_embryo_fp_initembryo_data_string_getpowembryo_program_native_call_addsinlog10tanembryo_data_address_getsqrtcosembryo_data_string_length_getceilflooratoflogembryo_program_error_set  4[ HLll   P T<g <l l (,? rv    ! e i|   ! bfy , ,p  ?p C W  4    ("@*l2p:BJRZbjrz  (<@PXl p"*2:BJRZbjrz(00HHPp  $,4$<(DDLHTL\PdTlXtX|dpx  $,4 < D,L8T8\PdTl`t`|l,0@L\pt $,4<DLT\,dDl\tt|$4 $ ( , 8 < T X #&)(L P X d(  'D (L (p$| (+ , ,( 0, 0H!`+p** %T" 4 4 8 l 8 l @  @  H   H   X < X  < h l  h$( l, x0 8 x<@ D H P TX \ ` h lp t x                           ,  ,   p$ (, p,0lDH`d x|<l  $(@D\`x|,pas: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 +s % ?1 47@?L&\" kBvX ~ "  $P  ,  1  3X  3d  3|?embryo_main.o/ 1162990569 0 0 100644 3144 ` ELF (4(.shstrtab.debug_abbrev.debug_info.debug_line.text.debug_frame.debug_pubnames.debug_aranges.debug_str.bss.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% $ > $ > .? : ; ' I@ 4: ; I mGNU C 3.4.5embryo_main.c/home/falko/e/e17/libs/embryo/src/libintunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doublefloatembryo_initYnembryo_shutdown'Y^_embryo_init_countY /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_main.c)㿐! ` `$ @@ `? ` | @ -  2qembryo_init-embryo_shutdownTunsigned int   "@28@Dembryo_main.c_embryo_init_countembryo_shutdownsrandembryo_inittime Tr#'@F@JTl$4@@T   $, 4 @ D P  0 4@as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 (Pxq%1T74<Dp6T c ns {I    (l  0      ?embryo_rand.o/ 1162990573 0 0 100644 4560 ` ELF4(.shstrtab.debug_abbrev.debug_info.debug_line.text.rodata.debug_frame.debug_pubnames.debug_aranges.debug_str.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% $ >  I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I 4: ; I.? : ; ' @ GNU C 3.4.5embryo_rand.c/home/falko/e/e17/libs/embryo/src/libintfunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleEmbryo_CellJYEmbryo_ProgramK<H_Embryo_ProgramlKbase`#pushesY#cip#frm# hea#hlw#stk#stp#flagsY# errorY#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls#<native_calls_sizeY#@native_calls_allocY#Dcode`#H dont_free_codef#Lretval#P  #Tparams_sizeY#X params_allocY#\ run_countY#` max_run_cyclesY#d data#hfloatEmbryo_Parame_Embryo_Paramstring#cell_array#cell_array_sizeY#cell# Embryo_Native   &QU_embryo_rand_randnephi_embryo_rand_randf nep h ir()fHdouble_embryo_rand_initneph /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_rand.c㿐@1?# 㿈@?c '쑠 ` ʑ'㿐`3@5`@@randrandf |  - D - 4 - $_embryo_rand_initunsigned intparams  !D4`4Feembryo_rand.c_embryo_rand_rand_embryo_rand_randf_embryo_rand_initembryo_program_native_call_addrand x 15H tx` `  L`dx| @ D d h l p x |   04LP`as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 +;%'1 07 ? dL D(\ l k v  ~ j     \  H  L  X  p?embryo_str.o/ 1162990581 0 0 100644 28120 ` ELFj4(.shstrtab.debug_abbrev.debug_info.debug_line.text.rodata.debug_frame.debug_pubnames.debug_aranges.debug_ranges.debug_str.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% $ >  I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I  U4: ; I  U4: ; I.? : ; ' I<   4: ; I.? : ; ' I< 4: ;I 4: ;I 4: ;II!I/ .: ;' I@ !: ;I ": ;I #4: ;I$.? : ;' @ GNU C 3.4.5embryo_str.c/home/falko/e/e17/libs/embryo/src/libinteunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleEmbryo_CellJXEmbryo_ProgramK;G_Embryo_ProgramlKbase_#pushesX#cip#frm# hea#hlw#stk#stp#flagsX# errorX#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls#<native_calls_sizeX#@native_calls_allocX#Dcode_#H dont_free_codee#Lretval#P  #Tparams_sizeX#X params_allocX#\ run_countX#` max_run_cyclesX#d data#hfloatEmbryo_Paramd_Embryo_Paramstring#cell_array#cell_array_sizeX#cell# Embryo_Native   %P_embryo_str_atoinep`is1`uiX vs_embryo_str_fnmatch#nep"a"is1$cs2$b )`6)X v*`*X vJ_embryo_str_strcmp1nep0a0is12cs22b7` 7X v8`8X v*_embryo_str_strncmp?nep>h>is1@bs2@aG`GX vH`HX v_embryo_str_strcpyOnepNhNis1P`U`UX vWQ_embryo_str_strncpy]nep\h\is1^`l_Xhf`fX vjQ _embryo_str_strlenpnepo`ois1q`uiuX v )_embryo_str_strcat|nep{h{is1}bs2}as3}`  v `X v `X vZ \_embryo_str_strncatnephis1bs2as3`l1Xl2X  v `X v D`X vZ {_embryo_str_strprepnephis1bs2as3`  v `X v c`X vZ _embryo_str_strnprepnephis1cs2as3`l1Xl2X  v S`X v `X vZ_embryo_str_strcutnephis1as2l1X) vm`X vZZ_embryo_str_snprintfnepdis1bs2eiXcoXhinescXfinsubXapXgpnumXm] v`X vZcptrX fmt;`tmp<}l=XQ/tmpfalgXQYtmpS{lTXQi`iX  _embryo_str_strstrn!epa"is1bs2i#pW`X v`X v _embryo_str_strchrn!epa"is1cs2b#p`EX v`X v o_embryo_str_strrchrn!epa"is1cs2b#p`0X v`X v$_embryo_str_initn!ep`  /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_str.c* u "r ~<mh=W %o[1%c)?U; %o%,,hTYpPl Y㿐@` @``@ #`@@ 㿐@`  6 @` @  ?#`@`@ @  ?#`@`?`? @?@㿐@`? 5 @` @  ?#`@`@ @  ?#`@`?`?@?@㿐@` 5 ` `&&` @`  @  ?#`@@`  @  ?#`@`?`?@?@` 㿐@`@` @ #`@`@`@ 㿐@` *` `&&` @` @ #`@@` @(@@``@ 0 㿐@` @``@ #`@@ 㿐@`E@`  @  ?#`@@`  @  ?#`@`?`?@@@  ?#`@@@` @ 㿐@` S` `&&` @`  @  ?#`@@`  @  ?#`@`?`?@$@@`#`@@` ` @ @`@ @0(@ 㿐@`E@`  @  ?#`@@`  @  ?#`@`?`?@@@  ?#`@@@` @ 㿐@` P` `&&` @`  @  ?#`@@`  @  ?#`@`?`?@!@@  ?#`@` ` @$(@@@` @ 㿐@`K` `&:&` `@ &&`@` =@  ?#`5@@` @&`&` `6 " #`@@`` @ (@`@ @0Ȓ &``@ @` 㽀@`   @ ``<@` M@  ?#`E@``#`%?-@@0`L`?  ' ``"?` `ai`$L`\G `%"T -@ L`" -@`@`@ꀕ-@`@ @0? L`nt `t2 -@  @   @ Ԣ L`fl `s`c]`d`%`X"/æ ``2-@`sO`x`i /-@ Ѭ ////////// @ L`i`d`x`X L@ !@@` @#@8;`@ +>@@ q  -@l /h / /@@  (? @!@`Ӑ@#@8;`@ +=@ -@  6 @  @  ?#`@@`@#@8;`@ ,@7/-@ٰ  ad7x/ !x7s/`x'o/㿐@`3 @`  @  ?#`@`@  @  ?#`@`?`?@?@ 2"㿐@`  0 @` @  ?#`@`@ @  ?#`@L@ ?"㿐@`  0 @` @  ?#`@`@ @  ?#`@L@ ?"㿐`@`@`@`@`@`@`@`@`@`@`@`@`@`@`3@5`@%fatoifnmatchstrcmpstrncmpstrcpystrncpystrlenstrcatstrncatstrprepstrnprepstrcutsnprintfstrstrstrchrstrrchr |  -  -  -  -  -  -  - ( - ` - ( - T - @ -   -  -  -  -  - #o_embryo_str_init h(,8hD@ $0`  L h p  X@L@ <lpx| allocaunsigned int___lparams___cptr !5(I\` ]Tr`x  x  8@` | 4(3F]t{D$+38embryo_str.c_embryo_str_strcmp_embryo_str_strncpy_embryo_str_strprep_embryo_str_strncat_embryo_str_strnprep_embryo_str_strrchr_embryo_str_strncmp_embryo_str_strlen_embryo_str_atoi_embryo_str_fnmatch_embryo_str_snprintf_embryo_str_strcut_embryo_str_strcpy_embryo_str_strchr_embryo_str_strcat_embryo_str_strstrembryo_data_string_setembryo_data_string_getstrlenembryo_program_native_call_addmemsetstrncatstrncpystrncmpembryo_data_address_get_embryo_str_initstrstrstrrchrembryo_data_string_length_getstrcatstrchrstrcmpstrcpyfnmatchatoisnprintf  w/3Fch v{0 P#7;D@ MhR^x @ $)5jxn` , , I`M`}t  -1`6 CHTi|mr 4  *4 .\ A w H   \           4 T  I\ M `              $ 0 E I N |           $ (\ - :, >\ C O d h m   8      P  * . P 3 ? X P \ a n h r w     0   8  x . l2 7 D H MYr0w  L h  xKb f k x |    H`48Z^c quz| -16CX\@a os@x|`   %2FJ<O ]bo`D  15 : H MZD hx $,4<DDTL`Tl\dlt|@PXdx|,H` dll$t,4<DLT\d`lhtp|p|(48@@H $,4< D(L4T\\`dplt|,8@PTT\hx \x$,4<DLT\d l Pt |           8 < L \ l       $ , 4 < D L T D\ Ld hl xt ||                 \ ` ` h  x( 0 8 @ H S [ c k s ~          < < D L L ` ` |  | ! ) 1 9 A I Q Y c k s {$$,,44<DPpx     % - 8 @ H R Z b j rP zX h h p x             $ , 8 @ *D 2L <P DX Ld T \ d l t |  @ \ h l l |          < H T ` $d ,h 4l <p Dx L| T| \ d l t, |8 D H ` x        8 P h      $8(`h.$($(<l-$($(8d+$($($P#t$($$0(X`|$$(H$`($( ,,)8$L$($(,8`,p!$$( $0(Tx,)$ $ $( H T$ l(    " ) $ ( p$ (   " $ 0 P$ ` h l $ (  L  P  $  H$h/p, $4 @ H/P$$($($(8`&$($ (4@*$($($'H L P T X` (d l (pt x 0|  0  8 x 8 x @ ` @ ` H  H  P  P  X 4 X 4 `  \ ` \  h$ , h04 8 p< D pHL P T 8\ `d 8h l xt x| x      |  |  `  `04LPhlx`4\,0HL 8dh x|`D  as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 90% #1"77?8pL:\'\: k:8y<(= @ABH `  Nx  ^ t  h  j,  j8  jP?embryo_time.o/ 1162990584 0 0 100644 6432 ` ELF4(.shstrtab.debug_abbrev.debug_info.debug_line.text.rodata.debug_frame.debug_pubnames.debug_aranges.debug_str.symtab.strtab.rela.debug_info.rela.debug_line.rela.text.rela.debug_frame.rela.debug_pubnames.rela.debug_aranges.comment% $ >  I$ >  : ;I : ;  : ; I8 : ; I : ; I 8 : ; I8 : ;I8 ' II.: ; ' I@ : ; I : ; I 4: ; I 4: ; I .? : ; ' @ bGNU C 3.4.5embryo_time.c/home/falko/e/e17/libs/embryo/src/libintfunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doublesuseconds_t 7time_t jtimeval1tv_sec2'#tv_usec3#tm$Etm_secFY#tm_minGY#tm_hourHY#tm_mdayIY# tm_monJY#tm_yearKY#tm_wdayLY#tm_ydayMY#tm_isdstNY# Embryo_CellJY Embryo_ProgramK?K_Embryo_ProgramlKbase`#pushesY#cip#frm# hea#hlw#stk#stp#flagsY# errorY#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls #<native_calls_sizeY#@native_calls_allocY#Dcode`#H dont_free_codef#Lretval#P #Tparams_sizeY#X params_allocY#\ run_countY#` max_run_cyclesY#d data#hfloat Embryo_Paramh_Embryo_Paramstring#cell_array#cell_array_sizeY#cell# Embryo_Native )T_embryo_time_seconds#nep"h"itimev$6ht%()f&Kdouble1_embryo_time_date1nep0h0itimev26htm31att4'dcptr<`t=()f>K(j_embryo_time_init[nepZhB /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_time.c6㿈 @T@a@+`# +  @ (`$`'  L'㿀@` P @'@䢒 G@` `gl$@` ``$@` ` $@` `$@` ` @ $@` `$@` `$@` @` ʑL " 㿐`3@5`@A.A.secondsdate | | - T - 4 - $f7_embryo_time_initunsigned intparams  |T!|6UZ4lembryo_time.c_embryo_time_date_embryo_time_secondsembryo_program_native_call_add.div_embryo_time_initembryo_data_address_getgettimeofdaylocaltime.rem x 7;|N | NRh|'/7?GOW_gow,488T`ddt|'/7?H P ,HXt         |   |04|LPas: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.54 +&Qf%F1 7?(dL(\ kv@ ~(  |  D  TH      ?0707010000d2b5000081ed0000000200000002000000014551d42a0000032a000000760000000700000000000000000000001700000000reloc/lib/libembryo.la# libembryo.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libembryo.so.0' # Names of this library. library_names='libembryo.so.0.9.1 libembryo.so.0 libembryo.so' # The name of the static archive. old_library='libembryo.a' # Libraries that this one depends upon. dependency_libs=' -lm' # Version information for libembryo. current=9 age=9 revision=1 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/usr/local/lib' 0707010000d2b6000081ed0000000200000002000000014551d42a00017df0000000760000000700000000000000000000001d00000000reloc/lib/libembryo.so.0.9.1ELF4xx4 (#"UUXX ef  "$%'(*,-./013457;<>?ACDFHJLMOPRSTXZ[^_`abc !#&)+2689:=@BEGIKNQUVWY\]de:x Y4 A>`, V1X w~)  `X >h T %:8 >:T V]"u|YLx : Z  4DL 7X W6H mY T .  { :d & ")9\ EJ"` z=| > Y  X  8, *' 0< 9@5t W^ucgT u{/ U g0 /0t ; 6L 9D )0] Bd R&8 X^:L wfT ~_edataembryo_program_data_getembryo_program_max_cycle_run_getembryo_data_heap_popembryo_program_native_call_addsnprintfembryo_swap_16_end__dso_handlestrncat_GLOBAL_OFFSET_TABLE_embryo_program_runembryo_data_string_setfnmatchsin.udivstrrchrembryo_data_heap_pushmallocmemcmpembryo_program_error_setembryo_error_string_getstrlen__deregister_frame_infostrcpyembryo_parameter_cell_pushembryo_data_string_length_getreallocstrncpylogftellfopensqrtatofembryo_parameter_cell_array_pushatoifreadstrstrgettimeofdayembryo_program_vm_resetembryo_program_return_value_getembryo_program_vm_popembryo_parameter_string_pushtansrand_embryo_time_initembryo_program_freeembryo_program_new_Jv_RegisterClasses_embryo_str_init.remstrdupembryo_program_data_setembryo_initmemsetembryo_program_variable_getceil__register_frame_info_PROCEDURE_LINKAGE_TABLE_fclosepowcosembryo_data_address_get_DYNAMICembryo_program_recursion_getfseekembryo_program_max_cycle_run_set_lib_versionlocaltimestrncmpembryo_program_variable_findembryo_swap_32strcmpembryo_program_vm_pushrewind.div_embryo_rand_initfloorcallocembryo_program_load_etextmemcpy.umulembryo_shutdownembryo_program_const_newembryo_data_string_getembryo_program_function_findembryo_program_variable_count_getstrcat_embryo_args_init_embryo_fp_init_finilog10embryo_program_error_getstrchr.uremlibm.so.2SUNW_1.1libc.so.1libgcc_s.so.1GCC_3.0libembryo.so.0/opt/csw/lib =' =' y&P\`dhlpdt x0|X`\[\[`hpx\ (8@HPX`h^acahb`Pc`  _ $(,048_<ct@_Dd@H`LbHP_TXg4\p`xdhgXliptx| (0kon`pzj|lhhsrDkdym8x8@HP~8 }1:dhhplptx|(8`x@pBMM|M`MHMMM MN|NNL L$L(L,Lt0LX4L@8L(<L@LDLHMLH PGTGpXG\\G@`JpdJLhJlIpItIxI|IIIIlITI4I$IHKLBK$JJJJJKKKKKGFFPPlPTP<P,PP OOOO OOdO$ON QP$Q@(Q0,Q 0Q4Q8Q<P@PDPHPLPPQTQXQ\G(`TdThT|lTdpTPtT<xT(|TU0UTTHHU HRLR,RRRQQQS<RdFTEEEXCCCCULCCpChCTCDC(C B BBBBB B$B(B,B0B4B8B<B@BDBHBLBPBTBXB\B`BdBhBlBpBtBxB|BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB BBBBB B$B(B,B0B4B8B<B@BDBHBLBPBTBXB\B`BdBhBlBpBtBxB|BBBBBBBBBBBBBBBBBBBBBBBBBBBBP\:h1tWOI^_Q2.SV/ (C4@NL%X0d<p|L(? e34 $0Z<"HRT9`!lx=a>,FA-$G]  ,78PD&Pc\h'tJ㿠@;@u㿠@㿐#/W`  @  `@@`" `@$@``a``@X`  +㿐㿐/Wͮ@a ` @X ``a `@W㿐 *   * ** @㿐`$`%+``&` +  ` ** `'  * @W֑:   (` + +` @ @   @@+`  & $ <` @& $& $ 㿈 * 0 1 , - @ +* *`* 2 .@(`+ +` @  3 /@  <"@@W @W@4쀠` @W (` + +` @ @ &  @W~'@ * *㿐  @+ @Wj$H@Wk`@Wi`@Wg` @Wb` @W``@W^`@W\`@WZ`@WX` @WV`$@WT`(@WR`,@WP`0@WN`4`(``<a  N``N``` +`` @ (`8`@  @ *0``"`4``+ +``@ (`@ `ܰ ` ``$`%*`` `!` (``&@ * *`" ` + *+` @ @ `#`'@  *`":`@V@ @6`1@V` ` +` @ (`8``@`1`,`-`0 ``2*/ * (``.  @ *+`@+ `3 @ `/`@  *`":`@V @ @_ `/ `4`5*   (`* `6+ *+` @ @ ``7@  *`":`@V@ @ @V` +`` @ (`8``@ $ ``` ` ``*`+ *(` @ *+`@ `` @ @ 0`H @ @ @Vw`@  @Vw@Vx@Vy@Vz@V{% @Ve` ` +` @ (`8``@`0`1`2`3`5+ `6+`@ (`@ `7H@VK@@`(`㿐 l `7 @VN`@VK @VG  @VB @V@0@V=㿐 l `7 @V)   `L @ &`L@V   X/U᠂`,@V 5  @V @V@V 7' 8 @V @V@Uڐ@&@U  @U  @U@U@U0@Uߐ@U 㿐 9 L`& < H @ < 1 X`3   T`` X@ ,```@U T``" X@U X@ T @U@U @U@U L@U  X`4 T T 0@U <㿈`?`?@@U  H +` @ (`8`} ( )*` $ %(` *@ ** &+`@ +  + '@  @U7 @ c @` D@ M& @ <+`@  $ %*+  & +`@ '@  @K@ (`+ +` @ `*@   `@U@ 2  @0`0`0`.... +` `@ (`8``@Ҵ0@T'ނ@`& D*`@U  < " @& < @ D& D& @㿐 O`K H +` (`@ * @ @Tݒ   +`(`@ +  @ @      *(` @ *`*+  +`  @ @  "&       *`+`*(`@ @ + *   @ @ @ & & & 㿐  ``$ @T H  +` (`@ *  @T@ $$ 㿐    `& @Tv&h mc H `$ `%*` ` `!*  `& (`* `" ` + +`* `  @ `' `#@  *` @@T,:`? @H@E`H `$ `% ` `! ` ++ +`* * `& `  @ `"*`@@(`* 3  `' `#@   <; "@S@@S4̀``@S@T- 4Ȩ? Ū  `@S'@c h FcAc 0 1 , -*` 2*  (` . *+ +` * @ 3 /@  *` @@S:`? 0`@ 8`  @S 4?  c㿐 "   0 1*` , -*  2 (`* . + *+`  @  3 /@  *` @@Sm:`hc Ж̀` c ć 2" $  `$ 2" h  `h(/RB⼂`@SU h.  ` ? "%  ` "  (`+  +`@ @ @ (   @` * @`2 㿈/ "-. `'."%.  (`+  +`@  @ @(.8.@`  @ '. . @ `2'.㿈 GC @   ++  `+` @ @ @/-`"+&N@` ,$&@ "!&N@'&N@`, ` ` ` ` + `+`@+  @ ,쀣@  !  `  (`+  +`@ @ @  (`+  +`@ @ @    c` *`  #@ #@ `? c"   8 8`  @ @ 4"  `x/QB⼀    @P  "J& $   *`*  *+ (` @ +` @     "   `'ܴ' -'䀦V`"' !*  $ % (` "@+**` & + @ +`@ * # ' @ :"@Q & $2 & $  (` + +` @ @ '@ @6  & $& `@Qƒ@@ @ (`+  +`@ @ @ & $ ( '  4@' , 0'T @ X C T ,``2'`` %,7 X, @Q @Q֐c Q@Qђ K@Q%@Q T`@Q# 9@Q H `*@Q`%`(`%%@Q~& T& \& X @@  ``& ` d  ``(+` @` @%@' T& $ꀤ耤@`$@& & & & ; ـ` 6 `& d& & 7& `̀@@%Ţ`%%'@@  @`  쀦`@ 2`@@`$@& '& & &   ` " ` H `$ `%* `( `) ` *  `& + * `* ` (`@ +`+  @ `+ `'*`"@P:` @- ؀@ " ` ` +` @ (`8``@٠ +` @ `  '@P@$@& & & &  3` { `& d& & & `& $@쀠@ "` ` & d& & & `& $@`$@& & (& ,& ` 6& P `& d& & & `& $ @`@  @  @2\ ` @ :X `@@@ @W@ U`% ``쀠@:@آ`쀠@8@Ң`쀠@(@̢`@ @ Ƣ`@(@ @'`(`@'@(@ @`@  @  @2 ` @: `'(`@@  @  @2 ` @: `'@`@  @  @2 ` @䀦`"``2 `r-p`@@`?'i`@@ `?'a`@@  @@n` @W ` & $& `M`'I`@@ %A`@ %;`@%6`@`%2+'%#%''@``K`x%.` @ @``K`%.` @ @``  @@@``  @@ '@@`@@$@%$@`%@ۢ@`'䀦@*`@`& `'䀦@ 4`â@ @@Т` @ `c 쀠@"`@@쀠@"@`쀠@*@`쀠`2@`쀠`"@`@`@%`@%`@ @ `@ @ y`@%u`@% p`@`k@ @@ 'e`@@ %^`@@ %V`@  @  @2 ` @: `D%@`>@ @@ '7`@`3@'.`@@ `'@@ '`@`@'`@`@  @  2n ` @i`" ``2q ` '쀣@  @  2C ` @:? ` '@'``" `@Nv@Nu'Һ@N'쀤 @Nj@Ng'@@N '`" `@NY@NV@M$'@M'@0@ '`@/@`@7@`@(@ '`8@'0@'(@'쀠@6y@`쀠@4u@{`쀠@$q@u`쀠@&e@o`쀠`?j'@@M'd`@@ '^`8Z' V'T R'@%N`'@J' @F'@B'쀤 @Mْ@Mؒ'5@1'@-'@)' $% @ @ #@ `@ % `' ` % @ @ `#@ `@ `% `@`@   @  2F ` @ :B `@@@ @K@ I@  @  F@ :E `@ @@ @%@ :$ ` @Mo'@`@   @  2( ` @ :$ `@@@ @@ @  @   @ : `@ @@ @@ : ` @M쀠@`?'쀧@@ '쀧@`?'쀠@@ }'@@ w'@`?q'``4ml ``gd'쀠@  \'쀠@  U'쀠@  N'`J'쀠@  C'B>;'975'  (` + +` @ @ )' (` + +` @ @ '$@''' '@@ @ @@@@@@@2s ` '2n `%5'@ T& $ `& ($@& & d& & ,& & & 0& 4& `t @& $ `& `& & & 0& 4h & d& &  & `-& $ `& d& &  `& d& &  `& (& 4& `& ,& 0F  `& d& &  & ` & $ `& `& (& , `& d& &  `& d& &  `& d& &  & `& $ `& d& & @L" `  `& d& H& & (& `& ,& 0& 4 @8, pt  `P8 8`  @" d  `d㿐 X \``+ @  & X T(`@ " " "   & \@K T  & T X㿐/Ju㈐`#`$@K #  X \``+ @  & X T(` #` #`#` & \@K T`& T X@Kg 㿐.@KZ0``?@  X \``+ @ & X T(`#` #` #`@K? @K}& \@KY T`& T X@K2   (` + +`@ @  @ `2 @`   +` (`@ +  @ ` (` @ @ `` +`  @` $   +` (`@ +  @ ` (` @ @ `` +` @ 4` @ ` "  㿐@`  4 ` 0  (` +`@+  @ `+` @ @ #`  `,@K@`` ` @4(`@J̐ @Jʒ㿐/I㜂`<`4 @Jѐ`8`@ @JȔ`0`D @J`H@J`L@J`P`T @J㿈;'/IĂ```;`` ` @ L@ ʁȁ@` `#dd#P@` @J]`@Jw?`> @Jq@Jr'@` `` )#dd#@` `` #dd#@` ``)#dd#@` ``#dd#㿈@`  `'쑠(?@J5쑢H'㿈@/Iuഀ`, ``"````` @H?@J聠 ' ?`@ 7  ?@J쁠@`  `` )   ?㿈@/H/㜀` ` ?聠H @`@   '@I@Iΰ 㿈@` `)?`(?@I葠'㿀@/Hⴀ`/ `@``  'J`@쁪J(  ?@I'@I 0 ?@I쑠)??@I 㿈@`  `` ?@I葠'㿈@`  `` ?@Ir葠'㿈@`  `` ?@Id葠'㿈/H@؀`  `@J''㿐/Huം`ܚ` @I`X` @I`\` @I``` @H`d` @H`h` @H`l` @H`p` @Hߐ`t` @Hא`x` @Hϐ`|` @Hǐ`` @H`` @H`` @H`` @H`` @H㿐/G✂``  `$@H@H㿐/GH`@?'@㿐@H1?# 㿈/G@H?c 'a   ʑ'㿐/Gᘂaa @HPa a @HH㿐@` @H#``@H: #`@H3@H^ 㿐@`  6 @H` @H  ?#`@H`@G @H  ?#`@G`?`? @?@H 㿐@`? 5 @G` @G  ?#`@G`@G @G  ?#`@G`?`?@?@G㿐@` 5 ` `&&` @G`  @G  ?#`@G@Gp`  @G  ?#`@G`?`?@?@G` 㿐@`@GM` @Gd #`@G]`@G9`@G5 㿐@` *` `&&` @G%` @G< #`@G5@G` @(@@G ``@G 0 㿐@` @F``@G #`@G@FՐ 㿐@`E@F`  @F  ?#`@F@F`  @Fޒ  ?#`@Fؔ`?`?@@F@F  ?#`@FZ@F@F` @F 㿐@` S` `&&` @F`  @F  ?#`@F@Fw`  @F  ?#`@F`?`?@$@FP@FM`#`@F @F` ` @ @`@FG @FE0(@ 㿐@`E@F6`  @FN  ?#`@FH@F$`  @F<  ?#`@F6`?`?@@E@E  ?#`@E@FT@E` @E 㿐@` P` `&&` @E`  @E  ?#`@E@E`  @E  ?#`@E`?`?@!@E@E  ?#`@F ` ` @$(@@E@E` @E 㿐@/D`L` `&:&` `@ &&`@E` >@E  ?#`6@E@Ej` @&`&` `6 " #`@@E`` @ (@`@E^ @E\0Ȓ &``@EQ aX@EM x@/Dᴀ`   H ``D@E7` M@EP  ?#`E@EJ``#`-?-@@0`L`?  ' ``"?`$ -@5\'ܶ`$L`\G `%"T -@ L`" -@`@ @ꀕ-@`@D @D0? L`nv `t2 -@  @ @  @ Ԣ L`f"n`s`c_`d`%`X"æ ``2-@`sQ`x`i -@ Ѭ @/////////// @D L`i`d`x`X L@D !@D@Dt` @#@8;`@ +>@@D*`o  -@j f  @/  @D@DX (?a` @D!@D8`ϐ@#@8;`@ +=@D7 `-@ 0 @D+  @DC  ?#`@D=@D `@#@8;`@ ,@ ai7z/-@װ  !d7r/ ax7m/`x'i/㿐@`3 @C`  @D  ?#`@C`@Cڐ  @C  ?#`@C`?`?@?@D' 2"㿐@`  0 @C` @C  ?#`@C`@C @C  ?#`@CL@C ?"㿐@`  0 @Cx` @C  ?#`@C`@Cd @C{  ?#`@CtL@C ?"㿐/Bἂada @CYaha @CQala @CIapaP @CAata @C9axa< @C1a|aT @C)aa @C!aaD @Ca a@ @Ca$aH @C a(a @Ca,a @Ba0a @Ba4a @Ba8aL @B㿈/A㨒 @C+T@Bla@(`#@+`# a+ @$ '𕢉 J'㿀@/A׮` R @C'@C䢒 I@B` `gl$@B` ``$@B|` ` $@Bu` `$@Bn` ` @Bs $@Bc` `$@B\` `$@BU` a@@̑J " 㿐/A|ᨂaa @BTaa @BL㿐/APa@?㿐rb(none)Forced exitAssertion failedStack/heap collision (insufficient stack size)Array index out of boundsInvalid memory accessInvalid instructionStack underflowHeap underflowNo (valid) native function callbackNative function failedDivide by zero(sleep mode)(reserved)Out of memoryInvalid/unsupported P-code file formatFile is for a newer version of the Embryo_ProgramNative/Public function is not foundInvalid index parameter (bad entry point)Debugger cannot runEmbryo_Program not initialized (or doubly initialized)Unable to set user data field (table full)Cannot initialize the JITParameter error(unknown)EMBRYO: CALL [%i] %s() non-existant! numargsgetargsetarggetfargsetfarggetsarg@ !TD-@f@i?A floatatoffloat_mulfloat_divfloat_addfloat_subfractroundfloat_cmpsqrtpowlogsincostanabs@randrandf%fatoifnmatchstrcmpstrncmpstrcpystrncpystrlenstrcatstrncatstrprepstrnprepstrcutsnprintfstrstrstrchrstrrchrA.A.secondsdate00<0H0T0`0l0x00000000000000 0,080D0P0\0h0t0000000000000~0{0x(0u40r@0oL0lX0id0fp0c|0`0]0Z0W0T0Q0N0K0H0E0B0? 0<09$06003<00H0-T0* & &8 (  odzoo0"\ oo  (\"& &8 &L X X  \ !" !-6\AX P`&T {'  [' \v' )  d 0 !X (6( F' Z` `'$ u\ [\D [t Z` h p x   \      % , 3( :8 A@ HH OP VX ]` dh k^, va cD ahD ^p b `PH cD ` 0 _t Z         # )_0 8ctD G_0 Vd@T e` vbHL _0 g4 Zp x  gXX i      % , 3( :0  k o( 2n`` FpT [z oj| l Z         # h h sL rDP kd y  m8( x /Z8 @ H P =~8h O} Pdv qH :x Y4 >`, 1X <) K P`>]X s>h  T :8 :T "YLx +: IQW]bgZ (4DL X 6H Y  T -2. E Y{ jov:d & 9\ " =|  > ; AY  bX t{ y8, ' o0<  5t   gT   / U   g0 /0t 8; O6L l9D  ] d &8  :L fT .libs/libembryo.so.0.9.1crti.svalues-Xa.cBbss.bssDdata.dataDrodata.rodatacrtstuff.ccall___do_global_dtors_auxcall_frame_dummyforce_to_data__CTOR_LIST____DTOR_LIST____EH_FRAME_BEGIN__object.2completed.1p.0__JCR_LIST__embryo_amx.c_embryo_program_init.LLC25.LLC26.LLC27.LLC28switchtable.0_embryo_var_get_embryo_native_call.LLC0_embryo_byte_swap_32embryo_args.c_embryo_args_setarg_embryo_args_numargs_embryo_args_getarg.LLC1.LLC2.LLC3.LLC4.LLC5_embryo_args_getsargembryo_float.c.LLC10.LLC11.LLC12.LLC13.LLC14.LLC15.LLC16.LLC17.LLC18.LLC19.LLC20.LLC21.LLC22.LLC23.LLC24_embryo_fp_embryo_fp_sqroot_embryo_fp_cos_embryo_fp_cmp_embryo_fp_degrees_to_radians_embryo_fp_log_embryo_fp_fract_embryo_fp_tan_embryo_fp_sub_embryo_fp_str.LLC6.LLC7.LLC8.LLC9_embryo_fp_mul_embryo_fp_sin_embryo_fp_add_embryo_fp_abs_embryo_fp_round_embryo_fp_power_embryo_fp_divembryo_main.c_embryo_init_countembryo_rand.c_embryo_rand_rand_embryo_rand_randfembryo_str.c_embryo_str_strcmp_embryo_str_strncpy_embryo_str_strprep_embryo_str_strncat_embryo_str_strnprep_embryo_str_strrchr_embryo_str_strncmp_embryo_str_strlen_embryo_str_atoi_embryo_str_fnmatch_embryo_str_snprintf_embryo_str_strcut_embryo_str_strcpy_embryo_str_strchr_embryo_str_strcat_embryo_str_strstrembryo_time.c_embryo_time_date_embryo_time_seconds__DTOR_END__call___do_global_ctors_aux__CTOR_END____JCR_END____FRAME_END__crtn.s_END__START__edataembryo_program_data_getembryo_program_max_cycle_run_getembryo_data_heap_popembryo_program_native_call_addembryo_swap_16_end__dso_handle_GLOBAL_OFFSET_TABLE_embryo_program_runembryo_data_string_set.udivembryo_data_heap_pushmallocmemcmpembryo_program_error_setembryo_error_string_get__deregister_frame_infoembryo_parameter_cell_pushembryo_data_string_length_getreallocftellfopensqrtatofembryo_parameter_cell_array_pushfreadgettimeofdayembryo_program_vm_resetembryo_program_return_value_getembryo_program_vm_popembryo_parameter_string_pushsrand_embryo_time_initembryo_program_freeembryo_program_new_Jv_RegisterClasses_embryo_str_init.remstrdupembryo_program_data_setembryo_initmemsetembryo_program_variable_getceil__register_frame_info_PROCEDURE_LINKAGE_TABLE_fclosepowembryo_data_address_get_DYNAMICembryo_program_recursion_getfseekembryo_program_max_cycle_run_set_lib_versionlocaltimeembryo_program_variable_findembryo_swap_32embryo_program_vm_pushrewind.div_embryo_rand_initfloorcallocembryo_program_load_etextmemcpy.umulembryo_shutdownembryo_program_const_newembryo_data_string_getembryo_program_function_findembryo_program_variable_count_get_embryo_args_init_embryo_fp_init_finilog10embryo_program_error_get.uremas: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 @(#)SunOS 5.10 Generic January 2005as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun Compiler Common 10 Patch 05/06/2005 GCC: (GNU) 3.4.5as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 GCC: (GNU) 3.4.5as: Sun WorkShop 6 2003/12/18 Compiler Common 6.0 Patch 114802-02 ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.482% : ; I : ;  : ; I8  : ; I 8 $ >  I$ >  : ; I8 : ;I8 : ;I8 ' III!I/ .: ; ' @ : ; I 4: ; I4: ; I .? : ;' @ : ;I .: ; ' I@ : ; I 4: ; I 11  U41 .: ; ' I : ; I 1! "41#.: ; ' $ U% &.? : ; ' I@ '.? : ;' I@ (: ;I )4: ;I *4: ;I +1,4: ;I-4: ;I.&I/ : ;0&1.? : ;' I@ % $ >  I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I .? : ; ' I<  4: ; I .? : ; ' @ % $ > $ >  I : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I4: ; I I!I/ .: ;' I@ : ;I : ;I 4: ;I4: ;I .? : ;' @ % $ > $ > .? : ; ' I@ 4: ; I % $ >  I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I 4: ; I.? : ; ' @ % $ >  I$ >  : ; I : ;  : ; I8 : ; I 8 : ; I8 : ;I8 ' I I.: ; ' I@ : ; I : ; I 4: ; I  U4: ; I  U4: ; I.? : ; ' I<   4: ; I.? : ; ' I< 4: ;I 4: ;I 4: ;II!I/ .: ;' I@ !: ;I ": ;I #4: ;I$.? : ;' @ % $ >  I$ >  : ;I : ;  : ; I8 : ; I : ; I 8 : ; I8 : ;I8 ' II.: ; ' I@ : ; I : ; I 4: ; I 4: ; I .? : ; ' @ -^[\'GNU C 3.4.5embryo_amx.c/home/falko/e/e17/libs/embryo/src/lib__FILEf%__FILE_cnt#%#_ptr$,#_base&,#_flag'2# _file(2# __orientation)C# __ionolock*C# __seekable+C# __filler,C# int2unsigned char long long intFILEJXlong int charshort intshort unsigned intlong long unsigned intlong unsigned intz long doubleEmbryo_UCellICEmbryo_CellJ%Embryo_ProgramK(_Embryo_ProgramlKbase,#pushes%#cip#frm# hea#hlw#stk#stp#flags%# error%#$pri#(alt#, (#0 d#4syscall_d#8native_calls#<native_calls_size%#@native_calls_alloc%#Dcode,#Hdont_free_code2#Lretval#Pparams#Tparams_size%#X params_alloc%#\ run_count%#` 7%#d 2#hEmbryo_FunctionL%floatEmbryo_ParamS_Embryo_Paramstring# F#cell_array_size%#cell# Embryo_Header_Embryo_Header8 sizeC# magic# file_versionz# ep_versionz# flags# defsize# cod%# dat%# hea%# stp%# cip%# publics%# natives%#$ libraries%#( pubvars%#, tags %#0 nametable!%#4Embryo_Func_Stub(f_Embryo_Func_Stub address %# name #Embryo_Native{ f?zs_embryo_byte_swap_32/''^v.Xs0,t02\C;embryo_swap_32%''^v$X_embryo_native_call:%'(nep9hindex9i9jparams9Yhdr;Q<[f=fQl_embryo_var_getc%()nepbhindexb%ivarnamebj\bkhdrehvarf`l)P)TQl__entryswap32%v%vv%embryo_swap_16))^vX)) !))" ! *Q# 4_embryo_byte_swap_16&v%s',t'2 _embryo_program_initt%).nepsbcodesihdru$ fs`i%anum%h% -L-cipacode_sizeQcodeX!.P.len& iembryo_program_new./0n2bsize%iepacode_data`' embryo_program_const_new /0/n(2 hsize %i)ep i' Sembryo_program_load%/0nfile$h)ep&`)hdr')f( Sa)program)b)program_size*%`[ embryo_program_freeY01nepXh)iZ%a embryo_program_native_call_addw14Dnepvhnamevifuncv{j*xj)hdry`)iz%a)numz%b$ G0*QQ+ rl33Q!33l!34<)callsX embryo_program_vm_reset4D5neph)hdr` embryo_program_vm_push56nep`)hdr\ Tembryo_program_vm_pop66Lneph'Rembryo_program_function_find46L8nep3mname3i)first5%e)last5%d)mid5%h,5%)pname6RP-hdr7+.b77L   `"]l77QLbzs_embryo_func_getT%epSindexS%funcnameShdrUfuncV'xembryo_program_variable_find`89Dnep_hname_i)firsta%b)lasta%a)mida%`,a%)pnamebRP)paddrcL-hdrd'embryo_program_variable_count_get%9D9neph-hdr'Jembryo_program_variable_get9:8nephnum%Y-hdr)paddrL)pnameRPembryo_program_error_set:8:L^epXerror%Y'embryo_program_error_get%:L:d^epQembryo_program_data_set:d:x^epX(2Y'Zembryo_program_data_get:x:^epQ'embryo_error_string_get::nerror%h)messages.zs'7embryo_data_string_length_get%:;^epX(Y)len %X-hdr!embryo_data_string_get6; ^epXaddrY-hdr*2,Q'embryo_data_heap_push> >`^epXcells%Y-hdr,2,-addr`embryo_data_heap_pop>`>^epXdown_toY'embryo_program_recursion_get%>>^epX'+#embryo_program_run %>Xnep hfn i-hdr )func [)code ,k*2 ,f)pril)altm)stke)frmd)heal-hea_start*(j*d`)cipa)codesize\)i%])op2])offsi)num%i*7%c)cycle_count%b)switchtable+#/SWITCHTABLE_EMBRYO_OP_NONEHB/SWITCHTABLE_EMBRYO_OP_LOAD_PRIdM/SWITCHTABLE_EMBRYO_OP_LOAD_ALThM|/SWITCHTABLE_EMBRYO_OP_LOAD_S_PRIlM`/SWITCHTABLE_EMBRYO_OP_LOAD_S_ALTpMH/SWITCHTABLE_EMBRYO_OP_LREF_PRItM/SWITCHTABLE_EMBRYO_OP_LREF_ALTyM/SWITCHTABLE_EMBRYO_OP_LREF_S_PRI~M/SWITCHTABLE_EMBRYO_OP_LREF_S_ALTM/SWITCHTABLE_EMBRYO_OP_LOAD_IN|/SWITCHTABLE_EMBRYO_OP_LODB_IN/SWITCHTABLE_EMBRYO_OP_CONST_PRIN/SWITCHTABLE_EMBRYO_OP_CONST_ALTL/SWITCHTABLE_EMBRYO_OP_ADDR_PRIL/SWITCHTABLE_EMBRYO_OP_ADDR_ALTL/SWITCHTABLE_EMBRYO_OP_STOR_PRIL/SWITCHTABLE_EMBRYO_OP_STOR_ALTLt/SWITCHTABLE_EMBRYO_OP_STOR_S_PRILX/SWITCHTABLE_EMBRYO_OP_STOR_S_ALTL@/SWITCHTABLE_EMBRYO_OP_SREF_PRIL(/SWITCHTABLE_EMBRYO_OP_SREF_ALTL/SWITCHTABLE_EMBRYO_OP_SREF_S_PRIL/SWITCHTABLE_EMBRYO_OP_SREF_S_ALTL/SWITCHTABLE_EMBRYO_OP_STOR_IM/SWITCHTABLE_EMBRYO_OP_STRB_IH /SWITCHTABLE_EMBRYO_OP_LIDXG/SWITCHTABLE_EMBRYO_OP_LIDX_BGp/SWITCHTABLE_EMBRYO_OP_IDXADDRG\/SWITCHTABLE_EMBRYO_OP_IDXADDR_BG@/SWITCHTABLE_EMBRYO_OP_ALIGN_PRIJp/SWITCHTABLE_EMBRYO_OP_ALIGN_ALTJL/SWITCHTABLE_EMBRYO_OP_LCTRLJ/SWITCHTABLE_EMBRYO_OP_SCTRL&I/SWITCHTABLE_EMBRYO_OP_MOVE_PRI@I/SWITCHTABLE_EMBRYO_OP_MOVE_ALTCI/SWITCHTABLE_EMBRYO_OP_XCHGFI/SWITCHTABLE_EMBRYO_OP_PUSH_PRIKI/SWITCHTABLE_EMBRYO_OP_PUSH_ALTNI/SWITCHTABLE_EMBRYO_OP_PUSH_RUI/SWITCHTABLE_EMBRYO_OP_PUSH_CQIl/SWITCHTABLE_EMBRYO_OP_PUSHYIT/SWITCHTABLE_EMBRYO_OP_PUSH_S]I4/SWITCHTABLE_EMBRYO_OP_POP_PRIaI$/SWITCHTABLE_EMBRYO_OP_POP_ALTdI/SWITCHTABLE_EMBRYO_OP_STACKgH/SWITCHTABLE_EMBRYO_OP_HEAPnKL/SWITCHTABLE_EMBRYO_OP_PROCuB/SWITCHTABLE_EMBRYO_OP_RETzK$/SWITCHTABLE_EMBRYO_OP_RETNJ/SWITCHTABLE_EMBRYO_OP_CALLJ/SWITCHTABLE_EMBRYO_OP_CALL_PRIJ/SWITCHTABLE_EMBRYO_OP_JUMPJ/SWITCHTABLE_EMBRYO_OP_JRELJ/SWITCHTABLE_EMBRYO_OP_JZERK/SWITCHTABLE_EMBRYO_OP_JNZK/SWITCHTABLE_EMBRYO_OP_JEQK/SWITCHTABLE_EMBRYO_OP_JNEQK/SWITCHTABLE_EMBRYO_OP_JLESSK/SWITCHTABLE_EMBRYO_OP_JLEQG/SWITCHTABLE_EMBRYO_OP_JGRTRF/SWITCHTABLE_EMBRYO_OP_JGEQF/SWITCHTABLE_EMBRYO_OP_JSLESSP/SWITCHTABLE_EMBRYO_OP_JSLEQPl/SWITCHTABLE_EMBRYO_OP_JSGRTRPT/SWITCHTABLE_EMBRYO_OP_JSGEQPD Y Y _&)Q_embryo_args_numargs[\[^epYX{_Yhdr[data`[bytesXR_embryo_args_getarg[\^epYZ{_Yhdr[data `[val!\_embryo_args_setarg/\\^ep.YZ{._Yhdr0[data1`[val2\_embryo_args_getsargA\]nep@Yb{@_ihdrB[dataC`[base_cellD\sE`iFYaaalloca w}]@]`offsetVY]x]___cptr]_Z_embryo_args_initf]^xnepeY` 0_f^xGNU C 3.4.5embryo_float.c/home/falko/e/e17/libs/embryo/src/liblong unsigned intdoublefloatintcharlong doubleunsigned charlong long intlong intshort intshort unsigned intlong long unsigned intEmbryo_CellJEmbryo_ProgramKP\_Embryo_ProgramlKbase#pushes#cip'#frm'# hea'#hlw'#stk'#stp'#flags# error#$pri'#(alt'#,reset_stk'#0reset_hea'#4syscall_d #8native_calls#<native_calls_size#@native_calls_alloc#Dcode#H dont_free_code#Lretval'#P #Tparams_size#X params_alloc#\ run_count#` max_run_cycles#d data%#hEmbryo_Paramp_Embryo_Paramstring#cell_array #cell_array_size#cell'# Embryo_Native '   :'\r_embryo_fp_degrees_to_radians^^nangle radixi_embryo_fp0'^_^ep/X/ Yf2%_embryo_fp_str;'__nep:a: ibuf=%str> `f?len@5Z?}_embryo_fp_mulM'__^epLXL YfP_embryo_fp_divY'__^epXXX Yf\ _embryo_fp_adde'_` ^epdXd YfhU_embryo_fp_subq'` `P^eppXp Yft_embryo_fp_fract~'`P`nep}h} ifl_embryo_fp_round'`ahneph if G_embryo_fp_cmp'aha^epX Yf(ff)_embryo_fp_sqroot'abHnep` if _embryo_fp_power'bHbneph if)ff(G_embryo_fp_log'bctnepX if ffl_embryo_fp_sin'ctcneph if_embryo_fp_cos'ccneph if #_embryo_fp_tan'cd@neph if r_embryo_fp_abs'd@dneph if)_embryo_fp_init!dfnep `mH7g4fGNU C 3.4.5embryo_main.c/home/falko/e/e17/libs/embryo/src/libintunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doublefloatembryo_initYfgnembryo_shutdown'Ygg4n_embryo_init_countY9hg4GNU C 3.4.5embryo_rand.c/home/falko/e/e17/libs/embryo/src/libintfunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleEmbryo_CellJYEmbryo_ProgramK<H_Embryo_ProgramlKbase`#pushesY#cip#frm# hea#hlw#stk#stp#flagsY# errorY#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls#<native_calls_sizeY#@native_calls_allocY#Dcode`#H dont_free_codef#Lretval#P  #Tparams_sizeY#X params_allocY#\ run_countY#` max_run_cyclesY#d data#hfloatEmbryo_Parame_Embryo_Paramstring#cell_array#cell_array_sizeY#cell# Embryo_Native   &QU_embryo_rand_randg4gPnephi_embryo_rand_randf gXgnep h ir()fHdouble_embryo_rand_initghneph;}hGNU C 3.4.5embryo_str.c/home/falko/e/e17/libs/embryo/src/libinteunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doubleEmbryo_CellJXEmbryo_ProgramK;G_Embryo_ProgramlKbase_#pushesX#cip#frm# hea#hlw#stk#stp#flagsX# errorX#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls#<native_calls_sizeX#@native_calls_allocX#Dcode_#H dont_free_codee#Lretval#P  #Tparams_sizeX#X params_allocX#\ run_countX#` max_run_cyclesX#d data#hfloatEmbryo_Paramd_Embryo_Paramstring#cell_array#cell_array_sizeX#cell# Embryo_Native   %P_embryo_str_atoihhnep`is1`uPihX vs_embryo_str_fnmatch#hinep"a"is1$cs2$b )`6)X vhiH*`*X vJ_embryo_str_strcmp1ij|nep0a0is12cs22b7` 7X vijD8`8X v*_embryo_str_strncmp?j|kdnep>h>is1@bs2@ajjG`jjGX vjk0H`kk0HX v_embryo_str_strcpyOkdknepNhNis1P`kxkU` UX vkkWQ_embryo_str_strncpy]klnep\h\is1^`l_Xhlldf`8fX vlljQ _embryo_str_strlenplm8nepo`ois1q`PuihuX v )_embryo_str_strcat|m8n`nep{h{is1}bs2}as3}`  v mLm`m`mX v mm`mmX vn8nXZ \_embryo_str_strncatn`onephis1bs2as3`l1Xl2X  v nn`nnX v Dno`noX vooZ {_embryo_str_strprepopnephis1bs2as3`  v op`opX v cpp``p0p`X vppZ _embryo_str_strnpreppr<nephis1cs2as3`l1Xl2X  v Sq qT`q$qTX v qTq`qlqX vrr4Z_embryo_str_strcutrDsnephis1as2l1X) vmrr`rrX vZsdsZ_embryo_str_snprintfsxnepdis1bs2eiXcoXhinescXfinsubXapXmpnumXl] vst`stX vtuZcptrX fmt;`tmp<}l=XQ/tmpfalgXQYw,wtmpS{lTXQwxDi`xxDiX  _embryo_str_strstrxyn!epa"is1bs2i#pWxy@`yy@X vy@y`yXyX v _embryo_str_strchryzn!epa"is1cs2b#p`EX vz4z` X v o_embryo_str_strrchrz{n!epa"is1cs2b#p8`0XX v{{h`pX v$_embryo_str_init{}n!ep`bHD}GNU C 3.4.5embryo_time.c/home/falko/e/e17/libs/embryo/src/libintfunsigned charlong long intlong intcharshort intshort unsigned intlong long unsigned intlong unsigned intlong doublesuseconds_t 7time_t jtimeval1tv_sec2'#tv_usec3#tm$Etm_secFY#tm_minGY#tm_hourHY#tm_mdayIY# tm_monJY#tm_yearKY#tm_wdayLY#tm_ydayMY#tm_isdstNY# Embryo_CellJY Embryo_ProgramK?K_Embryo_ProgramlKbase`#pushesY#cip#frm# hea#hlw#stk#stp#flagsY# errorY#$pri#(alt#,reset_stk#0reset_hea#4syscall_d#8native_calls #<native_calls_sizeY#@native_calls_allocY#Dcode`#H dont_free_codef#Lretval#P #Tparams_sizeY#X params_allocY#\ run_countY#` max_run_cyclesY#d data#hfloat Embryo_Paramh_Embryo_Paramstring#cell_array#cell_array_sizeY#cell# Embryo_Native )T_embryo_time_seconds#}~8nep"h"itimev$6ht%()f&Kdouble1_embryo_time_date1~8nep0h0itimev26htm31att4'd~|cptr<`t=()f>K(j_embryo_time_init[nepZh,w /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_amx.c'B''''''|''(((P (T(T(\(d(d(l(x((((((((((() )$)0)8)8)@)L)PX)T)XX)X)`X)h))V))|)^)))))))***** *(*0*8*@*H*P*X*`*h********+(+8+D+L+\+h+t+x+++++++++++++ +++++,,, ,,, ,$,(,,,0,4,<,@,D,H,\,`,d,h,x,x,,,,,,,,,,,,,,,,,-- - ---4-<-<-D-L-------- -----.Z. .,.4.4.Pf.x....f..............///////0(/4/</H/T/X/d/p/t/t/|/// // ///////0000(00080H0P0T0T0\0l0l0t000000#0000001 1 1(1(101<1<1P1\1\1l1|1111 111111 11-12 22(2,2P222222#23333 3@3D3H3P3T3X~3X3`3d~3d3l333p3$3p3~3444444(4,40484DL4H4T4d4h445$5|555#555555 5 555556&666$6,6060686@6LE6P6T6X6d6h66 66667|7L7P|7\7`|7l7p|7x7||7777777h77h77h77777|88*88,8@88 8 8888 8999 99 9,949D9H9T9d9"99999:::: :$:$:,:8&:8:<:<:L :L:X:d&:d:h:h:x:x:: ::::2::::::::&::::;;;T;!;;;;;;;;<<<<$<, <<<< +> >>$>$>,>@>D>H>H>P>T>` >`>h>l>l>t>&>?>>>>> >>"?$?(?,?0?4?8?<m?@?D?H?L?P?X?\ ?\t?d ?l???h??y@@44@8@@@@@P@\@l@@@@i@@@@@@ @@@@q@@@A,AAA.AJA(A,A4A4A<ADAPA\A\AdApAtAtA|AAAA-ApAAAAAAAAAAABB BBBB B$B,B4B4}B<BHBLBPBTBTB\B\BdBhB|B|BBBBBBB|BBBBBBBBBBzBBBB CC zC(C,C<CDCHCLCT CXC`ChzCpCxC|CCCzCCCoCzCCDDD DDDD,D0zD0D8D<D<DD"DHDDDDDDDDDE EE E E4qE4E<qEXE`EdEhElEpEE{EEEE EE=EAEEEEEzEFFF FFFF F$ F$F,FTgF`FFFFFFFFF~FFFF GGGG GGG G(G,G8G@}GDGTG\GpGtGGGG|GG|GG GGG|H H |HH kH,HPHP|H`H`HhHhH|xH|HHH HHHHHH}HHHHHHH}HI I}II$I4I8ILITIXIdIl IpIxIIIII~IIIIIIIIfIIIJaJ$J(J(JL JTJXJXJ`Jp JxJ|J|JJJJJJJJJ JJJKKKK KKK$sK,K0K4K8K<K<KDKLpKPKTKXK`K`KhKp}KpKOKK KKKKKKKKkKKKK KKKL~L4LLL L(L,L0L8L@LDLPLXL\LlLtLxL|LLLLLLLLLLL;LLLLLLLMM$M$|M4M4|M<MHMLMTMXM`MdMtM|MMMMM3MMMM MMMMMMMM MMNN,N NNN<N<{NLNLNTNTNhNh~NpN| NN{NN{NN*NNNOOO$ O,O,O4OLO\OdqOh/OheOpOOO O OOOOOOOOOtOPP PP,P<PDPDPLPT P\P\PdPl PtPtP|P PPPPxP!PPPPPPPQ%QQQQQ ]Q0Q@QPQXQXQ`QlQ|Q#QQQQQQQQQRRRR,R0RDRLRPR\Rd8RhRlRpRtRxRRRRRRRRRR SS(S<sS@SDSHSLSPSp%SpoS%SoSSSSS"SrSS"SrTT {TT(T<TPTdT|TT|TT|TT5TUU %U0lUL{UTU`UlUtU|fUUU&UUVVV2V &V(&V0V8V@nVHVPnVXnV`V`~VhVtVtV|VVVV}VVV^VWjWWWW$}W8W@{WHWd&WWWWWWWVWWWzWWWWWWX X(}XH}XPXlXtX|XjXXXXXXX?X\XYYIYYY Y Y(Y4%Y4Y@YL'YPYTYXY\Y`YdYhYhYtYYYYYYuYYYY)YYYYYYYYZZZZ ZZZZ Z,Z0Z4Z8Z<ZDqZHZTZXZXZ`ZlsZtZ|Z,ZZZZZZZZZZZZZZZZZZZZZ[[[k[ [$[0[4[4[<[H[H[\ /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_args.c[\#[\[`[[[[[[[[[[[[[[\\\\\\\(\,\T\X\\\l\p\t\x\\\\\\\ \\\\\\]]]]$](],]4]<]@]H]h]h]p]x]]]]]]^^$^<^T^l^xG /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/iso/usr/include/sysmath_iso.hiso/math_c99.hmath.hstdio_tag.hieeefp.hfloatingpoint.hstdarg.hva_list.hstdio_impl.hstdio_iso.hstdio.hstdlib_iso.hstdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.htime_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_float.c^2^^^^^^^^^^^^^____ _$ _(_,_8_D_P_T_`_d_d_l_t_|__________`` ` `$`4`<`P`T`d`l``````````` `!aaasa aHaXahahaxa|aaaaaaaaaaaabbbb b bb$b,b4b4bHbLb\b`bhblbbbbbbbbbbbbbbbbbbccc c$c0c0c<ctcxcccccccccdddd,d@dPdTdXd\d`dhdldpdddddddee$eDedeeeeff$fDfdfff /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_main.cf)fffffffffggg gg(g4 /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_rand.cg4g8g8g@gXghggggggggh b /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_str.ch*hh hhh hlh|hhhhhhhhhhiHiXidipiiiiiiiiiijDjTj\jhj|jjjjk0kLkdkhkpkpkxkkkllllldllltltllllllllllmm,m8m<mDmDmLmmmnnnn$n,n8n`ndntnnoo0o<oDoToXoXo`olo|ooooooopp`p|pppppppppq qTqqqqqqqqqrrrDrHrL rXr\rdrtrrrrrrrrrsss s0s\ sdssssuss sssssstt t,t0t8t@tDtltltt"trttttt ttttttu~u<umu u4u4u<u@uDuHudhudulut=utWuu u%uou[uuuuuu1u%ucvvv )vvv<vLvTvTv\v\vdvdvlvtvvvv?vUvvvv;vvvww w%wow$%w,,wHwTwww,whwwwwTwwwwwYwpxDxLx\x\xdxlxxxPxxlxx xxxYxxxxy@yyyyyyyyyyyyyyz4zzzzzzzzzzzz{{h{t{{{{{{{{||<|\||||||}}<}\}|}}b /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.5/include/usr/include/usr/include/sysstdarg.hva_list.hstdio_tag.hstdio_impl.hiso/stdio_iso.hstdio.hiso/stdlib_iso.hiso/stdlib_c99.hstdlib.hmachtypes.hint_types.hsys/types.htime_impl.htime.hiso/time_iso.htime.hselect.hEmbryo.hembryo_private.hembryo_time.c}6}}~$~,~8~<~@~L~P~P~X~`~h~p~t~t~|~~~~~~~~~~~~~~~~~(,,<DHHX` |  '$ '' - ( -  )) - . - /0t - / - 0< - 1X - 4DL - 5t - 6H - 6L - 8, - 9D - 9\ -  :8 :L :d :x:T -  :; -  T >`, >>h -  X Y Y4YLx - Y - Z -  |  h[\D h[t h\h\ - h] -  | ^p - ^,x_t - _0x_0x_0x` 0x`PH - ` -  ahDa - bHL - b - ctD - cD - cD - d@T - d -  | fT - g0 -  | g4 - gXX - gT -  | th - th - ti - tj| - tkd - tk - tl - tm8( - tn`` - to( - tpT - trDP - tsL - tx - ty - tz - t{ -  | `} - `~8h - `T - -b embryo_swap_32embryo_swap_16 embryo_program_new iembryo_program_const_new embryo_program_load Yembryo_program_free embryo_program_native_call_add embryo_program_vm_reset embryo_program_vm_push embryo_program_vm_pop Tembryo_program_function_findembryo_program_variable_findxembryo_program_variable_count_getembryo_program_variable_getJembryo_program_error_setembryo_program_error_getembryo_program_data_setembryo_program_data_getZembryo_error_string_getembryo_data_string_length_get7embryo_data_string_getembryo_data_string_set?embryo_data_address_getembryo_data_heap_pushembryo_data_heap_pop`embryo_program_recursion_getembryo_program_run+:embryo_program_return_value_get+embryo_program_max_cycle_run_set+embryo_program_max_cycle_run_get,embryo_parameter_cell_push,uembryo_parameter_string_push,embryo_parameter_cell_array_push$-b_embryo_args_init"5* r_embryo_fp_init2>qembryo_init-embryo_shutdown$@<_embryo_rand_init#E(o_embryo_str_init$Xf7_embryo_time_init'3-b[\5*^x0>f@<g4E(hX}Th H `  hTl(Xl\pL//d//``//00Dt00 h(,8hD@ $0` , `  ||00@DP$(4dfunc_entryunsigned intresultstr_cellreset_stkdatamax_run_cyclescell_arrayentry_nameep_addrreset_heaunsigned intparamsunsigned intparamsunsigned intunsigned intparamsallocaunsigned int___lparams___cptrunsigned intparams.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.data.rel.local.rela.plt.init.fini.text.rodata.dynamic.ctors.dtors.eh_frame.jcr.bss.symtab.strtab.comment.debug_abbrev.debug_info.debug_line.debug_frame.debug_pubnames.debug_aranges.debug_ranges.debug_str.shstrtab4 `" ( (o`%B\\L  /B8 :B  OB""0 Y&&_&8&8e&L&LZkXX*XXT d s4\\t|?  gU _-KdXmq rvW" wJ,0707010000d2b7000041ed0000000000000000000000024551d43900000000000000760000000700000000000000000000001400000000reloc/lib/pkgconfig0707010000d2b8000081a40000000200000002000000014551d42f000000cc000000760000000700000000000000000000001e00000000reloc/lib/pkgconfig/embryo.pcprefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: embryo Description: embryo Version: 0.9.1.036 Libs: -L${libdir} -lembryo -lm Cflags: -I${includedir} 0707010000d2b9000041ed0000000000000000000000034551d43900000000000000760000000700000000000000000000000c00000000reloc/share0707010000d2ba000041ed0000000000000000000000034551d43900000000000000760000000700000000000000000000001300000000reloc/share/embryo0707010000d2bb000041ed0000000000000000000000024551d43900000000000000760000000700000000000000000000001b00000000reloc/share/embryo/include0707010000d2bc000081a40000000200000002000000014551d42e00002523000000760000000700000000000000000000002700000000reloc/share/embryo/include/default.inc/* Float arithmetic * * (c) Copyright 1999, Artran, Inc. * Written by Greg Garner (gmg@artran.com) * Modified in March 2001 to include user defined * operators for the floating point functions. * (c) Copyright 2004, Carsten Haitzler * Modified March 2004 by Carsten Haitzler to conform * to E coding style * Became default include for embryo... * Added string functions * Added rand functions * Added time functions * * This file is provided as is (no warranties). */ #if defined DEFAULT_INC #endinput #endif #define DEFAULT_INC #pragma rational Float #define PI 3.1415926535897932384626433832795 /* Different methods of rounding */ enum Float_Round_Method { ROUND, FLOOR, CEIL, TOZERO }; /* different angle addressing modes (default is radians) */ enum Float_Angle_Mode { RADIAN, DEGREES, GRADES }; /* varags - get numebr of args to a function */ native numargs(); /* varags - get arg no "arg" */ native getarg(arg, index=0); native getsarg(arg, buf[], buflen); native Float:getfarg(arg, index=0); /* varags - set arg no "arg" */ native setarg(arg, index=0, value); native setfarg(arg, index=0, Float:value); /* Convert a string into a floating point value */ native Float:atof(const string[]); /* Return the fractional part of a float */ native Float:fract(Float:value); /* Round a float into a integer value */ native round(Float:value, Float_Round_Method:method=ROUND); /* Return the square root of value, same as float_power(value, 0.5) */ native Float:sqrt(Float:value); /* Return the value raised to the power of the exponent */ native Float:pow(Float:value, Float:exponent); /* Return the logarithm */ native Float:log(Float:value, Float:base=10.0); /* Return the sine, cosine or tangent. The input angle may be in radian*/ /* degrees or grades. */ native Float:sin(Float:value, Float_Angle_Mode:mode=RADIAN); native Float:cos(Float:value, Float_Angle_Mode:mode=RADIAN); native Float:tan(Float:value, Float_Angle_Mode:mode=RADIAN); /* Return the absolute value */ native Float:abs(Float:value); /* return integer from string */ native atoi(str[]); /* return 0 if string matches glob, non-zero otherwise */ native fnmatch(glob[], str[]); /* same as strcmp() */ native strcmp(str1[], str2[]); /* same as strncmp */ native strncmp(str1[], str2[], n); /* same as strcpy */ native strcpy(dst[], src[]); /* same as strncpy except it nul terminates */ native strncpy(dst[], src[], n); /* same as strlen */ native strlen(str[]); /* same as strcat */ native strcat(dst[], src[]); /* same as strncat except it nul terminates */ native strncat(dst[], src[], n); /* prepends src string onto start of dst string */ native strprep(dst[], src[]); /* prepends at most n chars from src string onto dst string */ native strnprep(dst[], src[], n); /* cuts chars from char n to (not including) n2, and puts them in str */ native strcut(dst[], str[], n, n2); /* same as snprintf, except only supports %%, %c, %i, %d, %f, %x, %X, %s, \n and \t */ native snprintf(dst[], dstn, fmt[], ...); /* same as strstr */ native strstr(str[], ndl[]); /* same as strchr, except ch must be a 1 charater long string, and returns string index */ native strchr(str[], ch[]); /* same as strrchr, except ch must be a 1 charater long string and returns string index */ native strrchr(str[], ch[]); /* return random number 0 - 65535 */ native rand(); /* return random number 0.0 - 1.0 */ native Float:randf(); /* return seconds since midnight as a float */ native Float:seconds(); /* return the current date, year, time etc. in the variables provided */ native date(&year, &month, &day, &yearday, &weekday, &hr, &min, &Float:sec); /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /*****************************************************************************/ /**************************************************/ /* Hidden calls - all are overloaded on operators */ /**************************************************/ /* Convert an integer into a floating point value */ native Float:float(value); /* Multiple two floats together */ native Float:float_mul(Float:oper1, Float:oper2); /* Divide the dividend float by the divisor float */ native Float:float_div(Float:dividend, Float:divisor); /* Add two floats together */ native Float:float_add(Float:oper1, Float:oper2); /* Subtract oper2 float from oper1 float */ native Float:float_sub(Float:oper1, Float:oper2); /* Compare two integers. If the two elements are equal, return 0. */ /* If the first argument is greater than the second argument, return 1, */ /* If the first argument is less than the second argument, return -1. */ native float_cmp(Float:oper1, Float:oper2); /* user defined operators */ native Float:operator*(Float:oper1, Float:oper2) = float_mul; native Float:operator/(Float:oper1, Float:oper2) = float_div; native Float:operator+(Float:oper1, Float:oper2) = float_add; native Float:operator-(Float:oper1, Float:oper2) = float_sub; native Float:operator=(oper) = float; stock Float:operator++(Float:oper) return oper+1.0; stock Float:operator--(Float:oper) return oper-1.0; stock Float:operator-(Float:oper) return oper^Float:0x80000000; /* IEEE values are sign/magnitude */ stock Float:operator*(Float:oper1, oper2) return float_mul(oper1, float(oper2)); /* "*" is commutative */ stock Float:operator/(Float:oper1, oper2) return float_div(oper1, float(oper2)); stock Float:operator/(oper1, Float:oper2) return float_div(float(oper1), oper2); stock Float:operator+(Float:oper1, oper2) return float_add(oper1, float(oper2)); /* "+" is commutative */ stock Float:operator-(Float:oper1, oper2) return float_sub(oper1, float(oper2)); stock Float:operator-(oper1, Float:oper2) return float_sub(float(oper1), oper2); stock bool:operator==(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) == 0; stock bool:operator==(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) == 0; /* "==" is commutative */ stock bool:operator!=(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) != 0; stock bool:operator!=(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) != 0; /* "!=" is commutative */ stock bool:operator>(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) > 0; stock bool:operator>(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) > 0; stock bool:operator>(oper1, Float:oper2) return float_cmp(float(oper1), oper2) > 0; stock bool:operator>=(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) >= 0; stock bool:operator>=(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) >= 0; stock bool:operator>=(oper1, Float:oper2) return float_cmp(float(oper1), oper2) >= 0; stock bool:operator<(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) < 0; stock bool:operator<(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) < 0; stock bool:operator<(oper1, Float:oper2) return float_cmp(float(oper1), oper2) < 0; stock bool:operator<=(Float:oper1, Float:oper2) return float_cmp(oper1, oper2) <= 0; stock bool:operator<=(Float:oper1, oper2) return float_cmp(oper1, float(oper2)) <= 0; stock bool:operator<=(oper1, Float:oper2) return float_cmp(float(oper1), oper2) <= 0; stock bool:operator!(Float:oper) return (_:oper & 0x7fffffff) == 0; /* forbidden operations */ forward operator%(Float:oper1, Float:oper2); forward operator%(Float:oper1, oper2); forward operator%(oper1, Float:oper2); 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!