# PaCkAgE DaTaStReAm jbig2dec 1 1439 # end of header 0707010004d695000081a40000000000000000000000014c5c2b10000001210000010000010036ffffffffffffffff0000001100000000jbig2dec/pkginfoPKG=jbig2dec NAME=jbig2dec 0.11 SPARC 64bit Solaris 10 VERSION=0.11 PSTAMP=6th August 2010 VENDOR=The jbig2dec Project EMAIL=http://jbig2dec.sourceforge.net/ DESC=JBIG2 image compression format decoder ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010004d694000081a40000000000000000000000014c5c2b10000003c60000010000010036ffffffffffffffff0000001000000000jbig2dec/pkgmap: 1 1439 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/jbig2dec 0755 root root 48096 62310 1281108634 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/jbig2.h 0644 root root 4304 34608 1281108634 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libjbig2dec.a 0644 root root 364592 8936 1281108634 1 f none /usr/local/lib/libjbig2dec.la 0755 root root 969 19292 1281108634 1 s none /usr/local/lib/libjbig2dec.so=libjbig2dec.so.0.0.0 1 s none /usr/local/lib/libjbig2dec.so.0=libjbig2dec.so.0.0.0 1 f none /usr/local/lib/libjbig2dec.so.0.0.0 0755 root root 288152 59910 1281108634 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/jbig2dec.1 0644 root root 1788 22972 1281108634 1 i checkinstall 785 2565 1281108749 1 i pkginfo 289 22615 1281108752 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010004d695000081a40000000000000000000000014c5c2b10000001210000010000010036ffffffffffffffff0000000800000000pkginfoPKG=jbig2dec NAME=jbig2dec 0.11 SPARC 64bit Solaris 10 VERSION=0.11 PSTAMP=6th August 2010 VENDOR=The jbig2dec Project EMAIL=http://jbig2dec.sourceforge.net/ DESC=JBIG2 image compression format decoder ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010004d694000081a40000000000000000000000014c5c2b10000003c60000010000010036ffffffffffffffff0000000700000000pkgmap: 1 1439 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/jbig2dec 0755 root root 48096 62310 1281108634 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/jbig2.h 0644 root root 4304 34608 1281108634 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libjbig2dec.a 0644 root root 364592 8936 1281108634 1 f none /usr/local/lib/libjbig2dec.la 0755 root root 969 19292 1281108634 1 s none /usr/local/lib/libjbig2dec.so=libjbig2dec.so.0.0.0 1 s none /usr/local/lib/libjbig2dec.so.0=libjbig2dec.so.0.0.0 1 f none /usr/local/lib/libjbig2dec.so.0.0.0 0755 root root 288152 59910 1281108634 1 d none /usr/local/share 0755 root root 1 d none /usr/local/share/man 0755 root root 1 d none /usr/local/share/man/man1 0755 root root 1 f none /usr/local/share/man/man1/jbig2dec.1 0644 root root 1788 22972 1281108634 1 i checkinstall 785 2565 1281108749 1 i pkginfo 289 22615 1281108752 0707010004d6a5000041ed0000000000000000000000024c5c2b10000000000000010000010036ffffffffffffffff0000000800000000install0707010004d6a6000081ed0000000000000000000000014c5c2b0d000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 0707010004d696000041ed0000000000000000000000034c5c2b10000000000000010000010036ffffffffffffffff0000000500000000root0707010004d697000041ed0000000000000000000000034c5c2b10000000000000010000010036ffffffffffffffff0000000900000000root/usr0707010004d698000041ed0000000000000000000000064c5c2b10000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local0707010004d6a1000041ed0000000000000000000000034c5c2b10000000000000010000010036ffffffffffffffff0000001500000000root/usr/local/share0707010004d6a2000041ed0000000000000000000000034c5c2b10000000000000010000010036ffffffffffffffff0000001900000000root/usr/local/share/man0707010004d6a3000041ed0000000000000000000000024c5c2b10000000000000010000010036ffffffffffffffff0000001e00000000root/usr/local/share/man/man10707010004d6a4000081a40000000000000000000000014c5c2a9a000006fc0000010000010036ffffffffffffffff0000002900000000root/usr/local/share/man/man1/jbig2dec.1.TH jbig2dec 1 "2010 Feb 2" "Version 0.11" "jbig2dec Manual" .SH NAME jbig2dec \- File format converter specialized in JBIG2 decoding .SH SYNOPSIS .B jbig2dec .RI [ options ] .I file.jbig2 .br .B jbig2dec .RI [ options ] .I global-stream page-stream .SH DESCRIPTION The .B jbig2dec command converts JBIG2 files to png or pbm files. When passed a single .I file argument it is interpreted as a JBIG2 file stream, with either sequential or random-access organization. When passed two stream arguments, they are interpreted as the global and page-specific portions of an embedded organzation, as used in PDF. If a particular page references no global segment stream, /dev/null can be passed for the .I global-stream argument to request the embedded parser. .SH OPTIONS The options are as follows: .TP .BI -o " file" Store the decoded output in .IR file . Defaults to the input with a different extension. Set to \fI-\fR for standard output. .TP .BI -t " type" Force a particular output file format. Supported are \fIpng\fR and \fIpbm\fR. .TP .BR -d " or " --dump Print the structure of the JBIG2 file rather than explicitly decoding it. .TP .BR --hash Print a hash of the decoded document. .TP .BR -q " or " --quiet Suppress warnings and other diagnostic output. .TP .BR -v " or " --verbose Report additional information about the decoding process. Pass just \fB-v\fR for information about the file as it's being decoded. This is the same as \fB--verbose=2\fR. Pass \fB--verbose=3\fR or higher for debugging information. .TP .BR --version Show program version information. .TP .BR -h " or " --help Show usage summary. .SH AUTHOR jbig2-dev This manpage was initially written by Sebastian Rasmussen for jbig2dec and the Debian Project. 0707010004d69b000041ed0000000000000000000000024c5c2b10000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include0707010004d69c000081a40000000000000000000000014c5c2a9a000010d00000010000010036ffffffffffffffff0000001f00000000root/usr/local/include/jbig2.h/* jbig2dec Copyright (C) 2002-2005 Artifex Software, Inc. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the license contained in the file LICENSE in this distribution. For further licensing information refer to http://artifex.com/ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael, CA 94903, U.S.A., +1(415)492-9861. */ #ifdef __cplusplus extern "C" { #endif #ifndef _JBIG2_H #define _JBIG2_H /* warning levels */ typedef enum { JBIG2_SEVERITY_DEBUG, JBIG2_SEVERITY_INFO, JBIG2_SEVERITY_WARNING, JBIG2_SEVERITY_FATAL } Jbig2Severity; typedef enum { JBIG2_OPTIONS_EMBEDDED = 1 } Jbig2Options; /* forward public structure declarations */ typedef struct _Jbig2Allocator Jbig2Allocator; typedef struct _Jbig2Ctx Jbig2Ctx; typedef struct _Jbig2GlobalCtx Jbig2GlobalCtx; typedef struct _Jbig2Segment Jbig2Segment; typedef struct _Jbig2Image Jbig2Image; /* private structures */ typedef struct _Jbig2Page Jbig2Page; typedef struct _Jbig2SymbolDictionary Jbig2SymbolDictionary; /* this is the general image structure used by the jbig2dec library images are 1 bpp, packed into rows a byte at a time. stride gives the byte offset to the next row, while width and height define the size of the image area in pixels. */ struct _Jbig2Image { int width, height, stride; uint8_t *data; int refcount; }; Jbig2Image* jbig2_image_new(Jbig2Ctx *ctx, int width, int height); Jbig2Image* jbig2_image_clone(Jbig2Ctx *ctx, Jbig2Image *image); void jbig2_image_release(Jbig2Ctx *ctx, Jbig2Image *image); void jbig2_image_free(Jbig2Ctx *ctx, Jbig2Image *image); void jbig2_image_clear(Jbig2Ctx *ctx, Jbig2Image *image, int value); Jbig2Image *jbig2_image_resize(Jbig2Ctx *ctx, Jbig2Image *image, int width, int height); /* errors are returned from the library via a callback. If no callback is provided (a NULL argument is passed ot jbig2_ctx_new) a default handler is used which prints fatal errors to the stderr stream. */ /* error callback */ typedef int (*Jbig2ErrorCallback) (void *data, const char *msg, Jbig2Severity severity, int32_t seg_idx); /* memory allocation is likewise done via a set of callbacks so that clients can better control memory usage. If a NULL is passed for this argumennt of jbig2_ctx_new, a default allocator based on malloc() is used. */ /* dynamic memory callbacks */ struct _Jbig2Allocator { void *(*alloc) (Jbig2Allocator *allocator, size_t size); void (*free) (Jbig2Allocator *allocator, void *p); void *(*realloc) (Jbig2Allocator *allocator, void *p, size_t size); }; /* decoder context */ Jbig2Ctx *jbig2_ctx_new (Jbig2Allocator *allocator, Jbig2Options options, Jbig2GlobalCtx *global_ctx, Jbig2ErrorCallback error_callback, void *error_callback_data); void jbig2_ctx_free (Jbig2Ctx *ctx); /* global context for embedded streams */ Jbig2GlobalCtx *jbig2_make_global_ctx (Jbig2Ctx *ctx); void jbig2_global_ctx_free (Jbig2GlobalCtx *global_ctx); /* submit data to the decoder */ int jbig2_data_in (Jbig2Ctx *ctx, const unsigned char *data, size_t size); /* get the next available decoded page image. NULL means there isn't one. */ Jbig2Image *jbig2_page_out (Jbig2Ctx *ctx); /* mark a returned page image as no longer needed. */ int jbig2_release_page (Jbig2Ctx *ctx, Jbig2Image *image); /* mark the current page as complete, simulating an end-of-page segment (for broken streams) */ int jbig2_complete_page (Jbig2Ctx *ctx); /* segment header routines */ struct _Jbig2Segment { uint32_t number; uint8_t flags; uint32_t page_association; size_t data_length; int referred_to_segment_count; uint32_t *referred_to_segments; void *result; }; Jbig2Segment *jbig2_parse_segment_header (Jbig2Ctx *ctx, uint8_t *buf, size_t buf_size, size_t *p_header_size); int jbig2_parse_segment (Jbig2Ctx *ctx, Jbig2Segment *segment, const uint8_t *segment_data); void jbig2_free_segment (Jbig2Ctx *ctx, Jbig2Segment *segment); Jbig2Segment *jbig2_find_segment(Jbig2Ctx *ctx, uint32_t number); #endif /* _JBIG2_H */ #ifdef __cplusplus } #endif 0707010004d69d000041ed0000000000000000000000024c5c2b10000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010004d69f000081ed0000000000000000000000014c5c2a9a000003c90000010000010036ffffffffffffffff0000002200000000root/usr/local/lib/libjbig2dec.la# libjbig2dec.la - a libtool library file # Generated by ltmain.sh (GNU libtool) 2.2.6b # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libjbig2dec.so.0' # Names of this library. library_names='libjbig2dec.so.0.0.0 libjbig2dec.so.0 libjbig2dec.so' # The name of the static archive. old_library='libjbig2dec.a' # Linker flags that can not go in dependency_libs. inherited_linker_flags='' # Libraries that this one depends upon. dependency_libs=' -L/usr/local/lib -lm' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libjbig2dec. current=0 age=0 revision=0 # 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' 0707010004d6a0000081ed0000000000000000000000014c5c2a9a000465980000010000010036ffffffffffffffff0000002800000000root/usr/local/lib/libjbig2dec.so.0.0.0ELF+@]X@8@!   !#%&'()*+,-./012345678:;<>@BEFIJLNPRUVWYZ[\]^_`bdefgijlnorsuvyz{|~ "$9=?ACDGHKMOQSTXachkmpqtwx} y ad' + B tDU VPio D@} E| )x C0 c`  P  `P( X`* X> R O\hm 0| v u WX  x T x  s\ p/7 C`LG N0 ] P,x l _ 8X \  P  q\4< uZ xhlp fd WT @d g ]H `P S" 9 V8K (c WPHt@ ] =0P`p0 1 ?=T [,m nh x jH D0G k\s  m`0 x i` Ul >@H L [) = Y lW =<cjq   ^8 , y< L@ y` s z\l2 zTH {`^ h4t {| |$ | }( ~   ( t > ^@ Q  g H x T     fD  x<  L    8t  * 1 Uh$ D k ^ d a4 y Nh  ,     O8Hjbig2_arith_Qejbig2_huffman_get_bitsjbig2_region_find_referredjbig2_find_segmentjbig2_image_releasefreadjbig2_data_injbig2_hd_newjbig2_decode_refinement_regionstrncpyjbig2_get_int16jbig2_huffman_getjbig2_page_infojbig2_word_stream_buf_newjbig2_huffman_advancejbig2_arith_int_decodejbig2_complete_page$XAoAMiKTqCXM0Mg.rmjbig2_halftone_regionfeofjbig2_page_outjbig2_parse_extension_segmentmemcpyjbig2_comment_asciijbig2_image_resizejbig2_sd_new_initjbig2_release_pagememmove_lib_version__iobjbig2_free_segmentjbig2_metadata_new__ctypejbig2_get_int32jbig2_make_global_ctxjbig2_word_stream_buf_freejbig2_mmr_black_decodejbig2_image_composejbig2_immediate_generic_regionjbig2_arith_iaid_decodejbig2_sd_catjbig2_decode_text_regionjbig2_reallocfwritejbig2_freejbig2_metadata_freefprintfjbig2_get_region_segment_infojbig2_comment_unicodejbig2_image_clearmemsetjbig2_arith_int_ctx_newjbig2_ctx_newjbig2_image_get_pixeljbig2_arith_iaid_ctx_freejbig2_text_regionjbig2_arith_new_PROCEDURE_LINKAGE_TABLE_mallocjbig2_sd_list_referredjbig2_image_clonejbig2_symbol_dictionaryjbig2_image_freejbig2_huffman_params_Ajbig2_huffman_newjbig2_huffman_params_Bjbig2_huffman_params_Cjbig2_huffman_params_D_endjbig2_decode_generic_regionjbig2_huffman_params_Ejbig2_huffman_params_Fjbig2_errorjbig2_huffman_params_Gjbig2_arith_int_ctx_freejbig2_parse_segment_headerjbig2_huffman_params_H_finijbig2_huffman_params_Ijbig2_huffman_params_Jjbig2_image_write_pbmjbig2_decode_generic_mmrjbig2_huffman_params_Kjbig2_huffman_params_Ljbig2_huffman_params_Mjbig2_image_read_pbmjbig2_huffman_params_Njbig2_huffman_params_Ojbig2_release_huffman_table_edatajbig2_end_of_pagefflushfgetcvsnprintfjbig2_image_write_pbm_filejbig2_image_newjbig2_sd_glyphjbig2_arith_iaid_ctx_new$XAoAMiKTqCXM0Mg.lmjbig2_image_compose_unoptjbig2_allocsscanfmemcmpjbig2_end_of_stripejbig2_huffman_freejbig2_page_add_resultjbig2_huffman_lines_Ajbig2_pattern_dictionaryjbig2_huffman_lines_Bjbig2_metadata_addjbig2_huffman_lines_C_GLOBAL_OFFSET_TABLE_jbig2_huffman_lines_Djbig2_huffman_lines_Ejbig2_image_set_pixeljbig2_huffman_lines_Ffclosejbig2_huffman_lines_Gjbig2_huffman_lines_Hjbig2_huffman_lines_I$XAoAMiKOqCXMEKf.jbig2_default_allocatorjbig2_huffman_lines_Jjbig2_huffman_lines_Kjbig2_huffman_lines_Ljbig2_huffman_skipjbig2_huffman_lines_Mjbig2_hd_releasejbig2_huffman_lines_Njbig2_sd_count_referredjbig2_huffman_lines_Ojbig2_build_huffman_tablejbig2_parse_segmentjbig2_ctx_free_etextjbig2_generic_stats_sizejbig2_sd_releasestrlenjbig2_arith_decodejbig2_image_read_pbm_filefopenjbig2_huffman_offsetjbig2_global_ctx_freejbig2_refinement_region_DYNAMICjbig2_mmr_white_decodejbig2_decode_halftone_regionlibc.so.1SUNW_1.1libm.so.2libjbig2dec.so.0  =' p>x `(N H(x08@H8P`X`hp8xhP`(H H ((p08@HP(Xh`hpx0`Hx@`@h (P08@H@PX`hpPxp(hHh@p0 `(08@ HPPX`h(phx@Xh0@h@x  ((0088@`HPX`h8pxx0h(` @x (0088@`HPX`hp@xPx0| ZYWVURQOLJIFEDA(f&8"(<0=8=P(    ~ } { z y w u xt hr Xp Hn <.,0^ `@ `hCjK #@N`c 4 @ `/2?9 (@` ]kb3 @`'> :@5`eB H +@`) T M@8`[%=*1m 7@v`@g @S`x-X_i @!`q0ww_@]w_@ww_@]ސ0www__@@]Ւw_߰0ww_\`_@w_@ww_\`_@0www_\`__@w_߰ A@[awww''G뀤 H.a]!`]_@@]xG瀤?Ha]!`]G@@]ha]!`]@@]^a]!@]` 'G< wwA@[`Ԯww''wwϢ__ϐ@$@]D'Gˀ HGˀ$h `(]@$@]:_\`\` GG@'G H?'G'Gۡ< A@Zcww'www_hb]w_߀h` ]w_ p@]w_ǀh__`0]@ ?_Hdw__t`G_$`__t`__t`__t` G @ 'G_$`@_t (_$ X _$`L__D L,0@@\ʒ_t P_$ \_$ ` _$`d__D d,p,p@\_t h '_D dH"_\ hG,p,p$_\ hG,p,p$ _\ hG,p,pt (G 'G_D dO_w_ϰ@w_ `,  `,  `,  `'G< @w_ `,  `7WA@Z`wwww$w_\ (h_w_ϡ,0w__瀤 o_\ _ϐ@@\6_t (__t`0_$ 8_$ <H`_<_@\0hX_`8\`040h_<8$4_@\0h_\(8@<$4@@\H1_w_ǡ,0w__`<`8$4_@ o_\ _ǐ@@[w__] ( 8 <$4@@[_\`\`(@[__t`(__t`0_<8$@$_$ 8_\`(`<__@@[Ӕ_ <_< @$`8]ς ` @O,HT_`<`8$ H H^'_\`(`8ϐ@ @[H _`@]@ ?@[HF'_\`(`8 4 ,`D_ D H _`H] `D@ ?@[_ D H7_`<`8$ H H'_\`(`8 @[_$ H_ 8` $`_D H H _`P]@ ?@[tH _`X]D`H@ ?@[gH _$ H_ 8` $`_ D H _$`@_``]@ ?@[MH _$`@_`h]@ ?@[?H_\`(`8`<$4@@[@w_ǀh H'_ 8_< @$_D`XD`LH_D L, 'G_$`L_\`\`PG,0@@[#_t P_ Xw_D 'G _$`__\ PG,0t@_D @ H _  ? 3H _$`@H _$`@Ho_\`PD`\,0\w_\ _`<`8$4h H`'__\`(`8@@Z'_ 8_\ < @$_ \D` $`_D @ H _D`\D`XH _$`@H _$`@G H _$`@GH,'H&_`8`<H H!'_`p]@ ?@ZH'_D @ H , < #`T_DO 'G< dd0w_\ w__\ (@@ZG_\ Ph  '_D XH_\PG,0\@@ZkG 'G_D XO__\ P@@Z$_\ hh. '_D `H!_\ hG,p,p\ (h _] hG,p,p\ (@ZBG 'G_D `O__\ h@@Y__@@Y@w_w_@w_@Z w'_w_\ wG < _\ h_G @, < @, < @, < @'H/G_\  h H(' '۠ '_\ G$@h_GGנ@<   , ,@4 'Gנ 'G_\ G$@ o'4  A@W`|wwww_\  @YCw`x]_t`__t`__t`_w_߰@ww_\ _@@Y90w_ 4  / Hq_D  HB_\ w_\`_D @_$ _ D` $`_ 4  / H_!?#@$ _$`!?#@, 4 _$`  _$`H_, 4 @$ _$` _$`H*_ 4  / H _!?#@$ _$`H_ D`$ $`_ `, $`_, 4 @$ _$`H5 _$`_ `, $`_ D`$ $`_D  H_\ w_\`_D @_$ _ D` $` _$`_ 4  /_, 4 @$0ww_\  (@XYw__t`_\`@ _$  _$` _$` _ 4 !? @$_(_`, $`_ߢ D`$ $`! _$`_w_@w_D  H__ D`, $`_`, $`_ D`$ $`_D ! @O A@Uc4www_ / < ,0a]@w_ D_ $@$_ 4 _  H8__ , 4 $@$_D ! @ H%_D _ H<   '_ _ @,H < '_ _ @,_GH1'< H-'_D _ H_ _$`< '_ _ @,H_ _$`<   '_ _ @,_[GH'G< 0w_\ "@Whw_ "@W_w_www_wנ '__GӠ@@W'Gӣ, GϠ@'__GӠ@@W'Gӣ, GǠ@'GǀHe__GӠ@@W'Gӣ, GǠ@'GǀHN__GӠ@@W'Gӣ, GǠ@'GǀH7__GӠ@@Wu'Gӣ, GǠ@'GǀH __GӠ@@Wd'Gӣ, GǠ@'GǀH  '!!T'H 'à!T'H 'à T'H 'à 'H 'à 'H 'à ' 'ˠ 'GÀH__GӠ@@W('Gӡ,` ! aGǠ@'Gˣ, GǠ@'G 'GGÀOGG@'GπGˢ @?,@ @'G'G_$`GπH Gˀ H H' 'G'G< @ww_\ _@@V w'_\  @V[wߢ G,@'G_$`_\ Gې@@VM_t _\ Gې@ @V_w_www_\ w_D 'Ӡ 'Ϡ 'GӀH__GϠ@@V'Gϣ, Gˠ@'GǠ 'GGӀOGϢ Gӡ,@$'G_$` 'G< @ww_\ _\ @@V_\ _@@V0ww_\  @Uw_߀h_$ _$ _\`@ _$ _\`@ _$ __t`_w_@ww_h_@UvH0w_D  'GHG  '_ DG@$_ G,@ E   4% _D  H,_\ w_`$`_ D` $`_\`_D  @_$ _ D`$ $`_D H _ E ,   4@% 0w'_\ w_ DG ?@$_ DG , @$_D  H _ D` $`_ D`$ $`_\`_D @_$ _\`_D  @_$ _D  H _ E ,   4@% @w_D` D`< 'G< 0w'_ 'G  4@'_ DG@$_D  H2_ D` $`_ D`$ $`_`$`_\\`D  @_$ _D H_ E ,   4@% H_`D`,$`H G,@_`D`  4$`G'G< www_D '_ '_D '_\ G  4@4,0w_ /_ '_ 'GG@'Gπ H_\ w'_ D` $`_\`_D  @'GϠ$ '_$`G'GH G,@GϠ  4@'֠ H_\ wHHO_D '_ 'GÀ HHGà  4@'֠ HGG$@'HGG@'GGà@'Gπ H_\ w'_ D` $`_\`_D  @'GϠ$ '_$`G'GÀH Gå,@GϠ  4@'_$`G_$`_瀤h֠ _$`G'G< A@Qb woww?'۠$'_\ w_D 'ˠ ' '_\ Gא@@Sw_߀h _`]@ ?@SHw_Gא@ @S '_D HS_Gǥ,p,pD'GGۀHG۠ 'GG H_Gá,0$@Gà 'GG OG'_G,0@w_D` $`G_Gǥ,p,pD 'G HG'G H GGHG'GǠ 'G_D O_`]G@ ?@SI G,@'_\  @SwG_$`_\ G,0@@S w__t`_$  ' GۀHGG$@'G_G$ < ,0D@, 'G' 'GˀH_G,p,pD'GGH_G,p,pD 'GG,@'G G,@' /GGH$_`]GG@ ?@R_\ _\ @@Rɒ_\ _@@RÒ_\ _ߐ@@RHw_D H GGˢ$ H /_D @  '{GGG{$@H /GG@ H0G'GGH'_G,p,pD _Gå,0$@G_Gá,0@,`G_Gá,0@,` _Gá,0@,` Gà 'GGOHOG'GGHHGGG$@< ,$  @'{ H_G,p,pD G{$@_Gå,0$@H_G,p,pD G{@_Gå,0$@GG@_Gá,0@,` _Gá,0@,` _Gá,0@,` Gà 'GGOG 'G 'GGˀOG 'GGۀO_\ _ߐ@@R_w_@ww_h_\ _\ @@Q_\ _@@QHA@Ob4wwwww_瀤 hHw_\  0@Qw_@Q֐2 _$`_ _,`_ /Π H_ @QÐ'!<,@'G <` @<  'HΡ< ' 'G_$`_ !H H'_ #@H H' 'G'G'_  @@??  'G'GGGL@G@ < _瀤h__ < `]@ @Qg?_\ _ϐ@@QQHwGHZ_\ GGL@< ,0@Q)w 'GHDG H_G @H'G H _G@@Q*00<00H'_G@@Q7'G'G4 _G,0$@GG@'__ =`]_G,0@ @@QG 'GGO__t` H_t _  @H_G@@P2 _$`G 'H _G @_$`G '__=``] @@@Pؚ_G@@Pې: _t`G < _t`_t (_w_װ@ww_\ h _\ _\ @@PH+_\ (h__\ (@@PH3_\ (h__\ (@@PÒH&_\ (h__\ (@@PHH_  ? (H  O OOO >OO_\ _@@PW w'_D \$ '_\ wG'G〤 H_\ PG,0\@ H _\ PG,0\@H.wG$ 'G〤 O_׀h"_D \$ 'G〤 H_\ PG,0\@ H _\ PG,0\@H wG$ 'G〤 Ow_@ww_@P_$ _ @P_$ _ @O_$ _ @O_$ _ _,`_ ` $`A@Mbwwww_@Oؐ'! @'! @'!< @'GӀHGۀH__ < `]@ @OH6___@@P H;'___@@P H2'GӀH__ < `]ߐ@ @OH'__ < `]@ @OzH'#O#`OO 'G< A@M` wwww__> `]  `?\ @@>`s@OAsH___@@OH$'___@@OH'__ < `]@ @O!H '__ < `]@ @OH'__ < `]@ @OH'__ < `]@ @NH'__ < `]@ @NH'___@@OhH'___@@OgH'___@@OfH'___@@OeH'___@@OdH' _$`@__ < `]@ @NH'__ < a]@ @NH'__ < a]@ @NH{'___@@O6Hr'__`< a] ` ? @NuH__  ?`&H1`H`H `O'`O-OO)`O&O`H `O'`O2O`$H `O8`OCOOMO`0H%`& O, < #aP_נD`>H%`0 O, < #ah_נDOO 'G< d DhA@Kbwwww_  H__ < a]_`` ` @@MsH6_``H__ < a ]_`` `` @s@MsH__ < a(]_`` ``` @ss@Ms_D H__ < a0]_ @ @MA@K`wwww_\`hD``,0,0w_  H_D H_D H _$`__ < a8]@ @MY_D `'_\ hGӥ,p,pD HQGӠ 'G_D dH>_D d, 'G_$`d_\`\`hG˥,p,p@MI_t hG'G_D dH"_\ hGϥ,p,p$_\ hGϥ,p,p$ _\ hGϥ,p,pt (GϠ 'G_D dO_\ hGӥ,p,pD O_\ hGӥ,p,pwG_$`` _$`_ _$`_\  h__ < a@]@ @LږH'_@Lݐ2 _$` _ @L֐2 _$`_ @Lϐ2 _$`_ @LȐ2 _$`_ _,`$_ @M7W! @H  _$`W!<,@_4`H_$  _4`_ ?H_D  H__ < aH]@ @L _$`_$ _\  h__ < aP]@ @Ls___א@r_ ?H__` < `@M_t (H__` < `< @M_t (_\ (h__ < aX]@ @L=H#'__\`( `$ @L__ < a`]_\ (D`D`D`L @< @Ls 'G< A@Ib̮wwww_\`hD``,0,0 0`\@Ot_@K'GGπH__ < ah]GGϐ@ @KߚH__ < ap]G@ @KϘG'Ϡ 'G<  A@Iaww_D`\D`XH<_\`PD`\,0\w '_\ ?4 @h,__ < ax]@ @K_`<`8$4_t`__\`(`8@@K'_ 8_\ < @$_ \D` $` _\`hD``,0,0$ 'G<  A@I`$wwww_\`hD``,0,0 '_ ߀H__`< a]`ߐ @@K<__ < a]ߐ@ @K._@K 'G< A@Hc wwww'''_D H&G_D @_D @'_\ (D GӀH_a]GӐ@ ?@J__\ (D`GӐ@@K__\`(_GGD` @@K  'Gס< 0A@HaĮww '_D dH;_\ hG,p,pD H( _\ hG,p,p$_a]] hG,p,p  ?@@J_] hG,p,p\ (@KpH wG 'G_D dOw_0A@H`|www '_D dH8_\ hG,p,p\ (_h#__@@J _\ hG,p,p$_a]] hG,p,p  ?@@JA H'G 'G_D dO_a]@ ?@J, 'G< 0w'w_\  @Iw_߀h_\ G,0@@I_t G_$`HHw_\ h _\ G,0@ @J2H _\ _ߐ@@IڒHw_w_0ww_hH0 '_D H_\ G,0\@h __\ G,0\@@IG 'G_D O_\ _\ @@I_\ _@@I0w'_hHw_\ ,0\@w_ ww '۠ '_D H"__\ G,0@@JUw_߀h _  ? HG۠ 'G 'G_D OG'G< A@Fcwww__@@J+'ˠ '_\ Gˡ,0@@I wϠ '_D H(__\ G,0@@Jw_׀h_  ? H _\ (_Gǧ,0t@GǠ 'G 'G_D OGGˀH__ < a]GGǐ@ @H_w_w'wwǠ 'Ϡ 'GHG_Gۡ,0\@D 'G۠ 'GGO_Gϐ@@Iw_ǀh< 'Ӡ 'GH4 '_Gۡ,0\@D H"__Gۡ,0\@\ Gס,0\@@I}_\ Gӡ,0t@GӠ 'Gנ 'G_Gۡ,0\@D OG۠ 'GGO_w_߰A@F`dwwwwwww_ww 'wwwwowgw_wWwOwGw?w7w/ '+ 'w ' '___א@@IHw_D HE__@@IEwg_@IIw__@IEwW_@IAwO_@I=wG_D H(_\`D 4 `'  ' G H  G 'G,G O_G@@I"w?_@Iw7_@Iw/H<__ < a]@ @G__@@Iww_b]@@Iwo_D H_\ _ ,0@@Gw_h__ < a]@ @GǖHww__ < @@Hw_ H_D H _w_\ +@@Hڔ' H ___g @@Hؔ'+G+ H__ < a]G+@ @GGG @' ' ''G H__ < a]@ @Gs'+H"w__ < a]G@ @G`_ H__ < a]G@ @GLHR_D H _w_\ (+@@Hm'H _W_g@@Hk'+G+ H__ < a]G@ @G H&GG@'GG@'G H__ < a]G @ @G'+Hw_D H_D H_D H; '_D @' ' '_D @@?  ` 'G'_ DG@@F_GG@@Gw___g__ϐ@@@G'+__\ ,0t@H_D H _w_\ 8+@@Gٔ'H _G_g@@Gה'+G+H< H__ < a]@ @F'+H8w__ < b]@ @Fx H_hB_\ G,0@@FAw_h__ < b]@ @FX'+Hw__D`4 `< @GC_t _\ h__ < b]@ @F8'+_\ _@@F!Hw_D`4 `< _\ $` '_D H__\ \ G,0\@@F_\ \ G,0t@G 'G_D O_\  @Ew_h__ < b]@ @E'+__\ @@F@_\ _@@EҒHw_D HU_@F_t h_@F_t p_@Fސ_t x_@Fِ_t  ' G,@_D`4 `< H G 'G-_D`4 `< O_G@@F_t _@F_t _@F_t _@F_t _@F_t _@F_t HA_b8]@@F_t (_bH]@@F_t 0_b`]@@F_t 8_b]@@F_t @_b]@@F_t H_b]@@F|_t P_b]@@Fs_t X_D _$` _$` _$`$_$ _$ _$  _$`_$ _D L_$`_$`_GG@@Eޔw_h#__ < b ]@ @E'+_\ _@@D__\ @@E`_\ _@@DHw____G_____g@@ssss@F2s__\ ,0t@__\ ,0\@@E_\ \ _D 4 @4,0tH_\ D '_D H_wG@@F'_w_o+@@E'_w_o+@@E'H_?_gӐ@@E'+_7_gϐ@@E֔'+_/_gː@@EΔ'+Gǣ4 @ H__ < b(]Ӑ@ @D'+H.w__ < b0]GGː@ @@Djs_GG@@Ew_D L'Gǣ4 H _\ \ ӡ,0\@H w_\ Gǡ4 $@4,0\w_wG'G' '_ P@ @D___g__ǐ@@@E__\ ,0t@_D H _D HG4 _,0$@__ < b8]_ GG@ @s@Cs 'O_D H_D H_w_\ 0+@@E'G+HG H__ < b@]@ @CӖHw_w@E6_GG@@Dw_h__ < bH]@ @CHfwG HW__w@E: @w_D @ '_D < Gߠ@'_\ w_D GL@'__ < bP]_D`D`$@G @4@s@C}s '_D H__G@@CW__D @w_G@wG 'G_D OHA__ < bX]_D`D`$@G @4@s@CCs '____w@D: @G_@@@D'+G+H__ < b`]@ @CHw_wG@@D ''G4 H1__G,0@< G@@Cw___G @ @C͚ G4 _G,0@'__\ G,0t@G 'G4  O__@@C _  O_h_D H@__\ h@@DL__\ p@@DF__\ x@@D@__\ @@D:__\ @@D<__\ @@D.__\ @@D(__\ @@D"__\ @@D__\ @@DH,__\ (@@D__\ 0@@D__\ 8@@D__\ P@@D __\ X@@D__\ @@@D__\ H@@C_\ _@@BLw__\ @@B_\ _@@B?_\ _ϐ@@B9__ < @@C:w '  ' '_\ h_\ D 'H 'G4 _ H_D H_ 'H _O_g@@CN'+G4 _ G4 $@H__ < bh]G_ G@ @@As__@@BKwHK 'GH8GH,G GH__\ \ G ,0\@@BHw__\ G G$@< ,0\@Bw__\ G,0t@G 'G  ' G 'GGOG`?'G'G4 _  O__@@A_D H2___@@C __W@@C__O@@C__G@@C_D H__?@@C__7@@C__/@@B_\ _g@@A_H_D H_\ _@@AR__o@@B_\ _w@@AG__@@B_w_㾐A@>cwGwwwwowg_\  hH(_@A*00<007 '<  '< '< 'wwwwGHH2_b(]@@B6wH9_b0]@@B,wH/__ < bp]@ @@H'__ < bx]@ @@H' <  O, < #a4_GDH2_b]@@AwH9_b ]@@AwH/__ < b]@ @@H'__ < bx]@ @@H' 0<  O, < #aD_GD @H__ < b]@ @@H'_b]@@Aw H__ < b]@ @@gHf'_b]@@AwGH" H__ < b]@ @@I 0H__ < b]@ @@9 H__ < b]@ @@)GH H 'cGǀ@?  ` '_G_'cGc'_ G@@?G '{GHGӀHG{ < _\ hH_G{@ @?G{ '{Hא  @@&G{ < _\ hH_G{@@?ߐ'_G{@ @?ؐ'G{ '{__ < b]@ @@?s__@@@'[wOwG[ H__@@AQwO_G[_O@@AQw_h_D 'H 'GH<Gǀ H!@H 'WGǠ$ @?! $'SGS'WGW'[_\ G[@@?Pwo_oG[@ @?GHGӀ@?! $'OGO'[_\ G[@@?6wg_gG[@ @?!H__ < b]@ @?G___G{@]`$_o_g@@s_t (GH__@@@’__@@@__@@@__@@@_\ (h H'[?'[G[H'__ < b]@ @?'G< HT㼀A@<bLwGwwww'w_w_w_w_w_wwOwG 'C 'c 'ggGۣ4 Hc_g,0\@D 4 'cg 'ggGۣ4  O__ < b]cGې@ @>_D H__ < b]@ @>__@@?wO 'gg #H6_O@?Ӓ g,p,p&g,p,p$ g<`,p,p@$`__ < b]g--F @@>^g 'gg # O ''w/ #'+_'@@?tw7_7h__ < b]@ @>;?H='_\ c,p,p@>ww_wh__ < b]@ @>?H ' 'ggcH_O_7_@@?='cG_ H Gc HGc #H__ < b]@ @=G_G_@?,@? @'OGOH'Gc HGc'[ 'WHHGc H _wg$ 4,p,pD'[g H__ < b]@ @=?H'H '[Gc H _O@?  'WHGc !H _O@>  'WH Gc "H_O@>  'W__ < c]GcgG[GW@ @s@=sgGW4 @cH__ < c]gGW4 @c$@ @=icg$@'W 'SGWH,G[_wgGS4 @4,p,p$_wgGS4 @4,p,p$ gGS4 @<`_w4@,p,p$`GS 'SGSGWOgGS4 @'ggc OgcH__ < c]@ @= 'g_wwoc'k_O@>y_g@@>4wG_\ _w@@<__7@@>_Gh__ < c]@ @<?H'___D @@=_D H _O_\ 8C@@>'H _\ h_@@>'CG_D $ L@' ' '_ H_D H _O_\ 8C@@=ߔ'H _\ h_@@=ܔ'CG_D $L@'GG@' 'kGkH%_D H _O_\ (C@@='H _\ p_@@='CGG@'G' 'kH(_D H _O_\ 0C@@='H _\ x_@@='CGCHHEGG_D @'_D $ H 'H_D H _O_D @@='H _\ _@@=d'CGG@'w_D H _O_GC@@=K'H _\ _@@=h'Cc H__ < c ]c@ @;H''; 'g;_g,0\@D 4  H;_g,0\@D 4 $';g 'g;_g,0\@D 4 O__g,0\@\ ;,0\@@<wW_D H_D H _O@=  '?H _\ _?@@<'CH '?G?H '_D H(_\ _@@<Δ'C_\ _@@<Ŕ'C_\ _ @@<'C_\ _@@<'CH2_O_\ @C@@<'_O_\ HC@@<'_O_\ PC@@<' _O_\ XC@@<'_O_\ `C@@<|'_O@<_Ww__DG@DG@@;w_h__@@;`_D H__G@@<__ < c(]@ @;H'_D '_w'G< G @'/G< G@'3 '7;_ @ @:_____@@@ @' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH.)#__@@42'GG  ,@/ , G4 @G  4@ 4 (@'G 'GGO_G< < ,@G 'GGOu_G@wG 'GGÀO8 'Gˡ< wwwwww_D '_D 'à 'GÀH 'GǀH '_G$ G@@5D2 '_G$ G@@58* 4 '_G$ G@@5+* 4 '_G$ G@@5* 4 '_G_L`GL`@5 * 4 @'_G G$ @@4* 4 '_G G$ @@4* 4 '_GG$ @@4* 4 '_G$ G$ @@4֔* 4 '_G$ G$ @@4Ȕ* 4 '_G_L`GL`@4* 4 @'_G_L`GL`@4* 4 @'_G G$ @@4* 4 '_GG$ @@4* 4 '_G$ G$ @@4}* 4 '_G_L`GL`@4l* 4 @'__@@2'_GGG@@4_G 'GGǀOG 'GGÀO 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4  !4 !" @' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH,__@@2'GG  ,@/ ., G4 @G  4@ 4 "@'G 'GGO_G< < ,@G 'GGOw_G@wG 'GGÀO7 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4  |4  #@' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH,__@@1#'GG  ,@/ !, G4 @G  4@ 4 @'G 'GGO_G< < ,@G 'GGOw_G@wG 'GGÀO9 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4` x4` 4  #@' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH0__@@00'GG  ,@/ !, G4 @G  4@  4@ 4 @'G 'GGO_G< < ,@G 'GGOs_G@wG 'GGÀO2 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'4  #' 'GHj /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @' 'GH(__@@/q'GG  ,@/ !, G4 @G  4@ 'G 'GGO_G< < ,@G 'GGO_G@wG 'GGÀOq 'Gˡ< wwwwww_D '_D 'à 'GÀH 'GǀH '_G$ G@@02 '_G$ G@@0z* 4 '_G$ G@@0m* 4 '_G$ G@@0`* 4 '_G_L`GL`@0O* 4 @'_G G$ @@0A* 4 '_GG$ @@04* 4 '_G$ G$ @@0&* 4 '_G$ G$ @@0* 4 '_G$ G$ @@0 * 4 '__@@.'_GGG@@/G 'GGǀO_G 'GGÀOP 'Gˡ< 0w'GH _\`D` @.BH_\`G$ D`L< w__D @@@-הwwwwww_D '_D 'à ' 'GÀH!G__!&#%@@.'GH 'GǀH_G$ G@@/|'_G$ G@@/r* 4 '_G$ G@@/e* 4 '_G$ G@@/X* 4 '_G_L`GL`@/G* 4 @'_G G$ @@/9* 4 '_G G$ @@/+* 4 '_GG$ @@/* 4 '_G$ G$ @@/* 4 '_G$ G$ @@/* 4 '_G_L`GL`@.* 4 @'_G_L`GL`@.* 4 @'_G G$ @@.Ҕ* 4 '_GG$ @@.Ŕ* 4 '_G$ G$ @@.* 4 '_G_L`GL`@.* 4 @'__@@-'_GGG@@.G 'GGǀOH_G@G 'GGÀO 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ'@@,В'GH 'GǀH_G$ G@@.<'_G$ G@@.2* 4 '_G$ G@@.%* 4 '_G_L`GL`@.* 4 @'_G G$ @@.* 4 '_G G$ @@-* 4 '_GG$ @@-* 4 '_G$ G$ @@-ݔ* 4 '_G$ G$ @@-ϔ* 4 '_G G$ @@-* 4 '_G G$ @@-* 4 '_GG$ @@-* 4 '_G$ G$ @@-* 4 '__@@, '_GGG@@-G 'GGǀO9H_G@G 'GGÀO 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ @@+’'GH 'GǀH_G$ G@@-.'_G$ G@@-$* 4 '_G_L`GL`@-* 4 @'_G G$ @@-* 4 '_GG$ @@,* 4 '_G$ G$ @@,* 4 '_G$ G$ @@,ܔ* 4 '_G G$ @@,Δ* 4 '_GG$ @@,* 4 '_G$ G$ @@,* 4 '__@@+('_GGG@@,G 'GGǀObH_G@G 'GGÀO@ 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ!@@*ޒ'GH 'GǀH_G$ G@@,J'_G$ G@@,@* 4 '_G$ G@@,3* 4 '_G$ G@@,&* 4 '_G_L`GL`@,* 4 @'_G G$ @@,* 4 '_GG$ @@+* 4 '_G$ G$ @@+* 4 '_G$ G$ @@+ޔ* 4 '_G$ G$ @@+Д* 4 '__@@*E'_GGG@@+ÖG 'GGǀOcH_G@֒G 'GGÀOA 'Gˡ< A@'a̮wwwwwwwH>______ϐ@@ϚHA'______ϐ@@H2'______ϐ@@H#'______ϐ@@֚H'_D  H , < #a_D?'Gˡ< 4pA@'`wwwwwww_ w_D H_D H______ϐ@@pH'_D HM_D  HH_L H4_L ?H/_L ?H*_L ?H%_L  H _L ?H_L ?H_L ?H______ϐ@@mH'______ϐ@@NH'_D H_D  H______ϐ@@cH'_D H/_D  H*_L H_L ?H______ϐ@@"Hq'______ϐ@@#Hb'_D H/_D  H*_L H_L ?H______ϐ@@H?'______ϐ@@H0'ˠ '__ < c]G_L  @@@(YG 'G O__ < `]_D`D` @@(A?'Gˡ< 㾠A@%cdwgwww 'ww_\  h__ < `]@ @(H4'_@@)Ȓ__ < `]GGGGߐ@ @ss>`@'s_ /__ < `]ʐ@ @'ʠ Hʠ H__ < ` ]@ @'Ԗʠ H:ʠ @?  ` 'sGs'G < _\ h__ < `]@ @'H'_ G@@'__ < `(]OOÐ@ @'G 'ʠ 'ʠ < 'ʠ < ' 'G@@'h_GGϐ@@(1w_h__ < `0]@ @'hH'__ < `8]GGϐ@ @'VGH___G@]`$_@@@('HF_G@@)'s_\ Gs@@' ww_wGs@ @'l__G@_\ $@@(!w__@@(#w_____w@@@(M'_\ _@@&__@@(_\ _w@@&_] hE `,p,p_GGא@@( __@@'G'G< A@$awwwwwww__ < `@]@ @&'Gˡ< wwwwww_D '_D '_D '_D '_\ w 'GÀH 'GǀH '_G$ G@@(O2 '_G G$ @@(B* 4 '_GG$ @@(5* 4 '_G_L`GL`@($* 4 @'_GG$@ GG$@ @(* 4 '_GG$@GG$@ @(* 4 '_GG$@$ GG$@ @'* 4 '_GG$@ GG$@@'ޔ* 4 '_GG$@GG$@@'Δ* 4 '_GG$@$ GG$@@'* 4 '_GG$@ GG$@$ @'* 4 '_GG$@GG$@$ @'* 4 '_GG$@_M GG$@M @@@'* 4 '__@@%'_GGG@@'xG 'GGǀOG 'GGÀO 'Gˡ< wwwwww_D '_D '_D '_D '_\ w 'GÀH 'GǀH '_G$ G@@'%2 '_G G$ @@'* 4 '_GG$ @@' * 4 '_G$ G$ @@&* 4 '_GG$@ GG$@ @&* 4 '_GG$@GG$@ @&ڔ* 4 '_GG$@ GG$@@&ɔ* 4 '_GG$@GG$@@&* 4 '_GG$@$ GG$@@&* 4 '_GG$@GG$@$ @&* 4 '__@@% '_GGG@@&G 'GGǀOMG 'GGÀO> 'Gˡ< 㾰wwwwww_D '_D '_D '_\ D '_D '_\ w_\ \ w 'GÀHHGǠ  ?'G H _G < @H' 'G'GG$@ H _G $ GL@< , H' 'G'GG$@ HGG$@GÀH _G GL@< , H'{ '{G{'GGâ$ H _G  GL@< , H'w 'wGw'4  4  0@4  !@4  "@' 'GH /vGG$@ H H'gGG$@'gGg'kG H5G GǀH _G G< @ < H'c 'c, Gc4 @'G GǀH_G G< @ < , H'_ '_, G_4 @'G GǀH _G<  < @, H'c 'c, Gc4 @'GGâ$ HG GǀH _GG< @ < , H'_ '_, G_4 @'H ' 'oGkH4__@@#Ò'_vG_Go  ,@/v ֣, G_4 @Go  4@ 4 @4 @@4 "@'Go 'oGoGkOv_G< < ,@G 'GGO:_G@w_G@wG 'GGÀO 'Gˡ< A@ c$wwwwwww__ < `H]_D`D`D`D`L`L`L`L` @sssss@"s_D H__ < `P]@ @"H%'_D H______ϐ@@NH'______ϐ@@H'Gˡ< A@ a|www_D ' 'G〠HN__\ Gӡ,0@@#w_׀h__`< `X]\` Gӡ,0@ @@"H%H_\ (h_H$wHH_  ? $H  O OOO (OOGӠ 'GG〤Ow_㾀A@cܮwOwww '_\  h__ < ``]@ @"6H'_@@#__ < `h]GGGG@ @ss>`@"s_ / ' @ 'G'GH`x]Hw`]wG׀H`]Hw`]w__ < `p]__@ @@!s H__ < `]@ @!ϖG 'GHB_\  h__ < ``]@ @!H&'_G @/_G < @/_G < @/_G < @/__ < `]OOOOސ@ @s@!sG '_D H:__@@#^w_h__ < `]@ @!mH'__\ (@@"Ew__\ (@@!_t (__ < `]_ @ @!MH_] hE `,p,p\ (@" wǠ 'Ϡ 'wo_GG@@!w___h__ < `]@ @!"H'__ < `]GG@ @!G@?! $'WGW'k_\ Gk@@ ْwo_oGk@ @!:__G@_\ $@@!w__@@!ww___w___o@@@";'[_\ _w@@ Ē__@@"o_\ _o@@ _  ? (H___t`(H-__ < `]GGGG@ @s@ s_] hE `,p,p__GGG@@@"X___@@ Ò 'G<  w''wwߠ 'G_$`G_$`__t`__t`_$ _$  '_߀hGۀ H_G   , ,4 'G۠ 'G_߀hGۀ O_$` @w'_ G,@$_ DG@$_D  H&_ D`$ $`_D` < \`h_ ] E  < E ,@4 @%_ D` $`_D  O0w''_hGH;'G?H ' 'H_G<`<  `  < 'G 'GGH_G<`<  `  < 'GG〤HH G 'GGOG'G< 0w'''_hGH''_GG@'GGH_G<`<  `  < G뀤H _GG@'G'G< A@`lww''G< 'G< 'G 'G 'GG瀤H_G@w_ Gb] @Ga] @ - H0_G@w_ Gb] @,G 'GG瀤H _G,@G۠ 'GG瀤O_G@w_ Ga] @, ww'_ 'G  4@'_Gߡ,0T@'_Gߡ,0@T 'GG뀤H" G  ,@$ 'Gۥ4 Gӡ4 @Gנ  4@'_Gߡ,0T@'G_Gߡ,0@T '_Gא@G'G< 0ww' '__G@'GGߠ@'G߀ @OG'G< A@awwww?' '_ 'G_D HH.ˡ4  H~_; G〤?H 'Gπ H9_b]@ '_b]@ 'GGǠ@'GGà@'G_D H_D 'G_D H_D '_GGې@ʔG'H7_b]@t '_b]@k 'GGà@'GGǠ@'G_D H_D 'G_D H_D '_GGߐ@G'Hˡ4  H-_ Gπ`?'_G_D Gǐ@<'_G_D @'GπH _GGӐ@cG'H{ˡ4  H*_ Gπ`?'_G_D Gǐ@ 'GπH _GGא@<G'Gπ`?'G'HNˡ4  H5_] Gπ`?'_G_D Gǐ@ߖ'Gצ _D HH/GπH _GGנ @Gנ 'Gπ`?'G'Hˡ4  H5_% Gπ`?'_G_D Gǐ@'Gצ _D HHGπH _GGנ @͔Gנ 'Gπ`?'G'Hˡ4  H5_ Gπ`?'_G_D Gǐ@o'Gצ _D HHGπH _GGנ @Gנ 'Gπ`?'G'Hˡ4  H3_ Gπ`?'_G_D Gǐ@7'Gנ$  HHGπH _GGנ$ @_Gנ$ 'Gπ`?'G'Hpˡ4  H3_ Gπ`?'_G_D Gǐ@'Gנ$  HHSGπH _GGנ$ @)Gנ$ 'Gπ`?'G'H:ˡ4  H3_I Gπ`?'_G_D Gǐ@˖'Gנ$  HHGπH _GGנ$ @Gנ$ 'Gπ`?'G'HHOwwwwww_D '_\ ww_D`D`__א@@ '_D H_G@ @h___w_G@wG 'G_D O 'Gˡ< A@bwwww_  '_ '_ '_\  @w_׀h}_\ Gӡ,0@@_t _\ h _\ _א@@ĒHiwG_$`G_$`G_$` 'GӀHX_GGː@@t_\ Gǡ,0t@_\ Gǡ,0\@h+_`]@ ?@ 'GǀH_\ _\ Gá,0\@@Gà 'GGǀO_\ _א@@xHw__\ Gǡ,p\_ GϠL@@ @M GǠ 'GGӀO_w_߰0ww_hH0 '_D H_\ G,0\@h __\ G,0\@@oG 'G_D O_\ _\ @@_\ _@@СA@cwwwwwwww__``  L< `< @w_h__ < `]@ @Hyw_D '_D ' ' '_  / /?/?/ /?/?/?/_D H_____@@@='H)___א@@w__@@w_____ϐ@@@'_\ _@@__@@;G H__ < `]@ @___@@lw__@@_w_ǰA@`\wwwwwǠ '_\  h__ < `]@ @UH'_ /Ơ 'Ơ < '_ '_ '_ @G'G '__ < `]۪ א@ @s@&sGπHG߀H__ < `]GGϐ@ @Ơ H__ < a]@ @GπH_Gߐ@@͒'_\ G@@ƒw_G@ @'___G@]`$_ǐ@@_t (GπH_\ _ǐ@@_\ (h H' 'G'G< wwwwww_wǠ 'G'Gá< `A@awwwww '_\  hH5_@@=Gߠ '_\  hH&_G @/ ' < ' < ' p< ' < 'Gߠ '__ < a]GGGG@ @ss>`@JsGHGH__ < a]GG@ @2GHGH__ < a]GG@ @_\ Gߠ$@ hH_Gߠ@@'_Gߠ@ @ '_Gߠ@ @'_Gߠ@ @'Gߠ '_\ Gߠ$@ hH_Gߠ@@5*00<007_Gߠ@ @,*00<007Gߠ '__ < a ]G<` `G<` `<` `<`'g `'W @> s>`s>s>sǡ? sϡ?`sGgsGW@sGH_G@@w'_\ G@@pw_G@ @є_GGː@@Bw_h__ < a(]@ @yH/'___Gߢ@]`$__@@@Us'GH_\ _@@JGH'__ < `]@ @K'G<  A@cww''_\  @w_߀h _a0]@ ?@!H:wG$ <  '_\ GGL@< @_t _\ h_a8]GGL@ ?@_\ _ߐ@@HwG_$`G_$`G_$` _$`_w_0ww_ D` $`_w_@ww_ D`$ $`_D H__@@@ww_\ _\ @@_\ _@@ A@`www''G_D H:_\ _\`D`GL@< @_t _\ h _a@]@ ?@jH&wG_D H_\`D`D`M< G$L< @ @G_$`H _aH]@ ?@Ew_߰A@c|wwww'''_D '_D 'Ǡ 'à 'G〤 H GG$@'GG $@'ˠ 'G߀ H GGߠ$@'GGߠ $@'Ǡ 'GG˦@_D H_D G$@'GGǦ@_D H_D Gߠ$@'H7 'GǀH: 'GˀH,_GGGG߰@_GäG@@_GG@GGߠ@@@@GӠ 'GGˀOGϠ 'GGǀOH 'GǀH: 'GˀH,_GGGG߰@_GäG@@V_GG@GGߠ@@J @@LGӠ 'GGˀOGϠ 'GGǀOH 'GǀH: 'GˀH,_GGGG߰@_GäG@@_GG@GGߠ@@ @@ GӠ 'GGˀOGϠ 'GGǀOH 'GǀH; 'GˀH-_GGGG߰@_GäG@@֔_GG@GGߠ@@ʔ<@@˖GӠ 'GGˀOGϠ 'GGǀOHE 'GǀH. 'GˀH _GGGG߰@_GäG@@@@GӠ 'GGˀOGϠ 'GGǀOHGۀ H , < #b|_D 'Gס< <<<<@www'''Gۀ H___GGGې@@@|H'_D '_D '_\ wG〤 HGG@'ˠ 'G߀ HGGߠ@'Ǡ 'GG˦@_D HGH'_D G$@'G'GGǦ@_D HGH'_D Gߠ$@'G'G< 'GGˠ@$ < 'G '_w_\`GD`L< Gà@w_wGGH,!Gˡ<@ !/ 'GǀH_ _  @G<@- __D @w__D @wGϠ 'GGǀOHG HVGˠ  Gˠ   ,@ !@?,@ @'G/ 'GǀH;G'GGH_ _ @,_ w_ wGӠ 'GGO_ _  @- __D @w_w__D @w_wGϠ 'GGǀOHGˠ< G@ < <`$ &H ' G,@ !/GH!GGˠ@ < !G  <@/H !Gˠ <@ !/ 'GǀHw_ _  @G<@- _ wG'GG$ H(_ _ < @G  ,@- _ w_ _  @G<@- _ wGӠ 'GG$ OGH_ _  @G  ,@- H_ _ < @G  ,  @<@-__D @w_w__D @w_wGϠ 'GGǀO 'Gס< 0ww'G뀠 @?,@'G/_\`D`D`L< @  w''_D '_D 'G< G_D L@'G   'G HGG瀤H H'G HGG〤H H '_\ G @< Gۡ<@ 'G<  w'''_D '_D 'G HGG〤H H3'G HGG߀H H''G< G_D L@'G   'Ӣ Gӡ,@ '_\ G @< Gנ @'GGGӡ,@_\ G,@ 'G<  A@c<www_aP]@@#w_߀ha]!aX]_@@” H '__ߐ@@'_@G'G< 0A@bTwww_a`]_D`D`@_\`D`D`L< _ @@ 'G<  A@awww_ah]@@w_߀ha]!ap]_@@ZH w__ߐ@@Òw_@_w_A@`www_@'Gˀ PH_@HH w_@'Gˀ PO_@'Gˀ 4Ha]!ax]@@Hw 'נ 'G׀ H_@{'Gˀ HGˀ H Gˀ HGˀ HHGˀ #H_@a'Gˀ H _@Y'Gˀ OHxGˀ?Ha]!a]@@̒HwGb]  @ H_GˢG,@G '_@/'Gb]  @ H'G〤 Ha]!a]@@HwGˢG,@G '_@ 'Gb]  @ O G,@a]Gס,0@@ Ha]!a]@@kHLw 'Gנ 'G׀ O\_GGߐ@@Yw_πha]!a]GGߐ@@FH'w_\`D`D`L< _ @@Ȗ_@Ha]!a]@@(__ϐ@@Hw_w_0w'_\  @+w_߀h.G_$`_$  _$`_\ _D ,0@@_t _\ _D ,0@@ _t _\ h_\ h__ߐ@@w_w_0ww_\ h# '_D H_\ _\ G,0\@@G 'G_D O_\ _\ @@ݒ_\ h# '_D H_\ _\ G,0\@@ǒG 'G_D O_\ _\ @@_\ _@@ A@atwww'_\ G@@w_׀h _a]@ ?@H __G@@z_w_߰A@`wwww'w'_D`D`H5_ D`< $`_\ _\`D`@~w_\ _\`D`@tw_ǀh_h_a]@ ?@J?H''__t`__t`__G@_\`D`,0t__GӐ@x_\`D`,0t_ D` $` 'Gϡ< A@ bwwww_ w__\ @w__ < a]@ @_@E w_ǀh__ < a]@ @?Ho'_L HR__πhM_@, '_w_G@w__π hHA_@ '_w_G@w__π hH/___G_G@@@__ < a]__@ @@_L H__π o__t`( H'__ǐ@@__ < a]@ @u'G<  A@ `4wwww__ < a]@ @S'G< PPJB2  V4 !!#$VT H80$VTQH840($"  ?>!>A!AI% V    K   K  L   L        @      &F    '+K      FfF F F F  F  -M    ) I-M     ?  -./0    !"#$%&     56'()*+,=>?@                ;< " 1234789:$ @& ( * , .         @@@@@@@@@ @@ @   @@@@      @ @@ @   44@7788@;;<<@@@@5566@@@@@@@@@                23,-./9:=01>? !()"#$%&'*+jbig2 decoder FATAL ERROR: %s (segment 0x%02x) jbig2_error: error in generating error stringinitial context allocation failed!Not a JBIG2 file headerreserved bits (2-7) of file header flags are not zero (0x%02x)file header indicates a single page documentfile header indicates a %d page documentfile header indicates sequential organizationfile header indicates random-access organizationGarbage beyond end of filecouldn't allocate storage for huffman histogramconstructing huffman table log size %dran off the end of the entries table! (%d >= %d)jbig2_parse_segment_header() called with insufficient datasegment %d refers to segment %dsegment %d is associated with page %dextension segment is marked 'necessary' but not 'reservered' contrary to specunhandled necessary extension segment type 0x%08xunhandled extension segmentSegment %d, flags=%x, type=%d, data_length=%dunhandled segment type 'pattern dictionary'unhandled segment type 'intermediate halftone region'unhandled segment type 'immediate halftone region'unhandled segment type 'immediate lossless halftone region'unhandled segment type 'intermediate generic region'end of fileunhandled segment type 'profile'unhandled table segmentunknown segment type %dpage %d image is %dx%d (unknown res)page %d image is %dx%d (%d ppm)page %d image is %dx%d (%dx%d ppm) maximum stripe size: %dunexpected page info segment, marking previous page finishedsegment too shortheight is unspecified but page is not markes as stripedextra data in segmentfailed to allocate buffer for page imageallocated %dx%d page image (%d bytes)end of stripe segment with non-positive end row advance (new end row %d vs current end row %d)end of stripe: advancing end row to %dFile has an invalid segment data length! Trying to decode using the available data.end of page marker for page %d doesn't match current page number %dend of page %dgrowing page buffer to %d rows to accomodate new stripepage %d returned to the clientpage %d released by the clientjbig2_release_page called on unknown pagecounted %d symbol dictionaries but build a list with %d. huffman coded symbol dictionarycould not allocate storage for symbol widthserror or OOB decoding height class delta (%d) Invalid HCHEIGHT valuedecoding height class %d with %d syms decodedNo OOB signalling end of height class %d OOB signals end of height class %dInvalid SYMWIDTH value (%d) at symbol %dinvalid number of symbols or OOB in aggregate glyphaggregate symbol coding (%d instances)Out of memory allocating dictionary arrayOut of memory allocating symbol dictionaryOut of memory creating text region paramsOut of memory creating symbol imagerefinement references unknown symbol %dsymbol is a refinement of id %d with the refinement applied at (%d,%d)decoded symbol %d of %d (%dx%d)error decoding size of collective bitmap!could not allocate collective bitmap image!reading %dx%d uncompressed bitmap for %d symbols (%d bytes)reading %dx%d collective bitmap for %d symbols (%d bytes)error decoding MMR bitmap image!runlength too large in export symbol table (%d > %d - %d) symbol dictionary uses custom DH huffman table (NYI)symbol dictionary specified invalid huffman tablesymbol dictionary uses custom DW huffman table (NYI)symbol dictionary uses custom BMSIZE huffman table (NYI)symbol dictionary uses custom REFAGG huffman table (NYI)SDHUFF is zero, but contrary to spec SDHUFFDH is not.SDHUFF is zero, but contrary to spec SDHUFFDW is not.bitmap coding context is used (NYI) symbol data likely to be garbage!symbol dictionary, flags=%04x, %d exported syms, %d new symssegment marks bitmap coding context as retained (NYI)Segment too shortsymbol list contains %d glyphs in %d dictionarieshuffman coded text region read runcode%d length %derror constructing symbol id runcode table!memory allocation failure reading symbol ID huffman table!error reading symbol ID huffman table!error decoding symbol id table: run length with no antecedent! read runcode%d at index %d (length %d range %d)runlength extends %d entries beyond the end of symbol id table!runlength codes do not cover the available symbol setcould not construct Symbol ID huffman table!symbol id out of range! (%d/%d)couldn't allocate reference imagetext region header flags 0x%04xtext region has SBDSOFFSET %dreserved bit 15 of text region huffman flags is not zerotext region uses custom FS huffman table (NYI)text region specified invalid FS huffman tabletext region uses custom DS huffman table (NYI)text region uses custom DT huffman table (NYI)text region uses custom RDW huffman table (NYI)text region specified invalid RDW huffman tabletext region uses custom RDH huffman table (NYI)text region specified invalid RDH huffman tabletext region uses custom RDX huffman table (NYI)text region specified invalid RDX huffman tabletext region uses custom RDY huffman table (NYI)text region specified invalid RDY huffman tabletext region uses custom RSIZE huffman table (NYI)text region huffman flags bit 15 is set, contrary to spectext region: %d x %d @ (%d,%d) %d symbolstext region refers to no symbol dictionaries!unable to retrive symbol dictionaries! previous parsing error?unable to find first referenced symbol dictionary!unable to find all referenced symbol dictionaries!couldn't allocate text region imagecomposing %dx%d decoded text region onto page at (%d, %d)Segment too shortgbat[%d] = %ddecode_generic_region: MMR=%d, GBTEMPLATE=%d NYISegment too shortgeneric region: %d x %d @ (%d, %d), flags = %02xsegment flags = %02xMMR is 1, but GBTEMPLATE is not 0gbat: %d, %dunable to allocate generic imageallocated %d x %d image buffer for region decode resultsrefinement region template 0 NYIdecoding generic refinement region with offset %d,%x, GRTEMPLATE=%d, TPGRON=%d, RA1=(%d,%d) RA2=(%d,%d) decode_refinement_region: typical prediction coding NYIcould not find referred to segment %dSegment too shortgeneric region: %d x %d @ (%d, %d), flags = %02xsegment flags = %02x %s%s GRTEMPLATE TPGRONreserved segment flag bits are non-zerograt1: (%d, %d) grat2: (%d, %d)could not find reference bitmap!found reference bitmap in segment %dunable to allocate refinement imageallocated %d x %d image buffer for region decode resultscomposing %dx%d decoded refinement region onto page at (%d, %d)failed to allocate pattern element imagefailed to allocate collective bitmap for halftone dict!error decoding collective pattern dictionary bitmap!Segment too shortpattern dictionary, flags=%02x, %d grays (%dx%d cell)HDTEMPLATE is %d when HDMMR is %d, contrary to specReserved flag bits non-zerohalftone region: %d x %d @ (%x,%d) flags=%02xHTEMPLATE is %d when HMMR is %d, contrary to specHENABLESKIP is %d when HMMR is %d, contrary to spec grid %d x %d @ (%d.%d,%d.%d) vector (%d.%d,%d.%d)unable to allocate halftone imagecould not allocate image structurecould not allocate image data buffer! [%d bytes] could not resize image buffer!jbig2_image_resize called with a different width (NYI)wbunable to open '%s' for writingP4 %d %d rbunable to open '%s' for reading not a binary pbm file. end-of-file parsing pbm header pbm parsing error %dcouldn't read pbm image dimensions could not allocate %dx%d image for pbm file unexpected end of pbm file. unable to duplicate comment stringunable to resize metadata structureASCII comment dataunable to allocate comment structure'%s' '%s'unexpected end of comment segmentunhandled unicode comment segment0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o@0o`0o0o0o0o0o 0o 0o @0o `0o 0o 0o 0o 0o 0o 0o @0ow `0oo 0og 0o_ 0oW 0oO 0oG 0o? @0o7 `0o/ 0o'  x x   oxooX4` oo   224` < x x x p(@0 ?0 E#/ x>F0O(Z@/ xk <, =  =P8 p    > 0 ( x   @ `0 0 0 8 ( Nd+F0O(Z@/ y9 QL T`F0O(Z@/ xrF0O(Z@/ xF0O(Z@/ y H0 x( 1F0O(Z@/ x @   8( `P 8   0 80 h8 8 @ 8 P `(   F0O(Z@/ x (!  & (+ ( 0 ~? H@D J 8P V 0\  (b H`h (n X (Ht pz 8     *F0O(Z@/ x (@ h  0 0   0 00 `( 0 8 ( 0 H0 x0 ( ( H @  `0 0  @ @ @( h@$ 8= 8D 8K 8R P@Y @` 8g 8n @Hu @| 8 F0O(Z@/ x! 8 P  p  0 @ ( (@ h8 @ 8 0 H  h(     @ 0 @0 p0 0 0 0  00 `0 0 0 0#  0) P8/ @5 0; 0B (@I h8P 8W (^ @e @lF0O(Z@/ x|   @   = 0b p p x x  @t + X2 h89 @ 8G N (U 0\ @(c h9jF0O(Z@/ x} ( x 8  # p @8" x((  8.  4   : (@ 0F 8(L ` R ( (X (^ @d 8@jF0O(Z@/ v 3 5 6$ 7@ 80| 9$  ;t  ; 6F0O(Z@/ x x0G 8 8M Ig m 08s h8y   0 8 (8 `8@ "F0O(Z@/ x ( 8   @7F0O(Z@/ x x  &   (     0 8( `0  F0O(Z@/ x  (  s( & ( , P (\ @ 2 P(b x" 8 M y \ ad s +   tD  VP   D@  E|  )x   C0  c`   / P I `P( _ X` v X    O\   0  v   u  WX   x ! T 4 < x I O s\ b p u } C`L  N0  P,  l  _  8X  \   - P L T a f q\ z  u  xhl  fd   WT  @d  g  ]H % `P 7 S G a h   V8  (  WPH @  ] [ =0 P `p(0- I`w ? [, nh x jH/ DH_v k  m`0 x  i`7 Ul F >@HG LV [o  Y l =<   ^8 , y<  L@# y`9 sL z\lbx zT {` h4 {| |$ | }(B ~X n t ^@  H T   fD x<0 L? F 8t_ pw Uh$ k a4 Nh ,   O8H.libs/libjbig2dec.so.0.0.0crti.svalues-Xa.cDrodata.rodatajbig2.cBbss.bssDdata.dataDpicdata.picdatajbig2_default_allocjbig2_default_freejbig2_default_realloc.L85.L91.L95jbig2_default_error.L121.L167.L316.L339.L350.L376.L381.L402.L410.L517jbig2_word_stream_buf_get_next_wordjbig2_arith.cjbig2_arith_byteinjbig2_arith_renormdjbig2_arith_int.cjbig2_arith_iaid.cjbig2_huffman.c.L336.L398.L442jbig2_segment.c.L68.L98.L132.L294.L322.L342.L357.L360.L363.L366.L369.L386.L389.L392.L397jbig2_page.c.L25.L37.L44.L57dump_page_info.L82.L140.L178.L191.L219.L226.L249.L256.L286.L321.L347.L382.L419.L430jbig2_symbol_dict.c.L185.L333.L391.L411.L439.L453.L514.L520.L541.L554.L583.L653.L697.L703.L737.L760.L774.L793.L816.L826.L951jbig2_decode_symbol_dict.L1088.L1092.L1112.L1128.L1144.L1169.L1180.L1194.L1245.L1318.L1341jbig2_text.c.L45.L59.L76.L89.L114.L149.L194.L202.L236.L254.L428.L531.L712.L755.L809.L813.L836.L859.L879.L883.L903.L907.L927.L931.L955.L972.L985.L993.L1008.L1019.L1031.L1049.L1116.L1227.L1235jbig2_generic.cjbig2_decode_generic_template0jbig2_decode_generic_template0_unoptjbig2_decode_generic_template1jbig2_decode_generic_template2jbig2_decode_generic_template2ajbig2_decode_generic_template3jbig2_decode_generic_template3_unoptcopy_prev_rowjbig2_decode_generic_template0_TPGDONjbig2_decode_generic_template1_TPGDONjbig2_decode_generic_template2_TPGDONjbig2_decode_generic_template3_TPGDONjbig2_decode_generic_region_TPGDON.L1041.L1048.L1067.L1072.L1075.L1083.L1106.L1123.L1127jbig2_refinement.c.L19jbig2_decode_refinement_template0jbig2_decode_refinement_template0_unoptjbig2_decode_refinement_template1_unoptjbig2_decode_refinement_template1.L264.L272.L312.L364.L377.L380.L385.L387.L394.L417.L435.L463.L467.L493jbig2_mmr.cjbig2_decode_mmr_initjbig2_decode_mmr_consumejbig2_find_changing_elementjbig2_find_changing_element_of_colorjbig2_set_bitsjbig2_decode_get_codejbig2_decode_get_runjbig2_decode_mmr_linejbig2_halftone.c.L141jbig2_decode_pattern_dict.L210.L222.L231.L242.L319.L328.L340.L367jbig2_image.c.L26.L40.L113.L135jbig2_image_pbm.c.L21.L64.L108.L162.L189.L204.L209.L232.L245jbig2_metadata.c.L118jbig2_strndup.L156.L182.L238crtn.s_END__START_jbig2_arith_Qejbig2_huffman_get_bitsjbig2_region_find_referredjbig2_find_segmentjbig2_image_releasefreadjbig2_data_injbig2_hd_newjbig2_decode_refinement_regionstrncpyjbig2_get_int16jbig2_huffman_getjbig2_page_infojbig2_word_stream_buf_newjbig2_huffman_advancejbig2_arith_int_decodejbig2_complete_page$XAoAMiKTqCXM0Mg.rmjbig2_halftone_regionfeofjbig2_page_outjbig2_parse_extension_segmentmemcpyjbig2_comment_asciijbig2_image_resizejbig2_sd_newjbig2_release_pagememmove_lib_version__iobjbig2_free_segmentjbig2_metadata_new__ctypejbig2_get_int32jbig2_make_global_ctxjbig2_word_stream_buf_freejbig2_mmr_black_decodejbig2_image_composejbig2_immediate_generic_regionjbig2_arith_iaid_decodejbig2_sd_catjbig2_decode_text_regionjbig2_reallocfwritejbig2_freejbig2_metadata_freefprintfjbig2_get_region_segment_infojbig2_comment_unicodejbig2_image_clearmemsetjbig2_arith_int_ctx_newjbig2_ctx_newjbig2_image_get_pixeljbig2_arith_iaid_ctx_freejbig2_text_regionjbig2_arith_new_PROCEDURE_LINKAGE_TABLE_mallocjbig2_sd_list_referredjbig2_image_clonejbig2_symbol_dictionaryjbig2_image_freejbig2_huffman_params_Ajbig2_huffman_newjbig2_huffman_params_Bjbig2_huffman_params_Cjbig2_huffman_params_D_endjbig2_decode_generic_regionjbig2_huffman_params_Ejbig2_huffman_params_Fjbig2_errorjbig2_huffman_params_Gjbig2_arith_int_ctx_freejbig2_parse_segment_headerjbig2_huffman_params_H_finijbig2_huffman_params_Ijbig2_huffman_params_Jjbig2_image_write_pbmjbig2_decode_generic_mmrjbig2_huffman_params_Kjbig2_huffman_params_Ljbig2_huffman_params_Mjbig2_image_read_pbmjbig2_huffman_params_Njbig2_huffman_params_Ojbig2_release_huffman_table_edatajbig2_end_of_pagefflushfgetcvsnprintfjbig2_image_write_pbm_filejbig2_image_newjbig2_sd_glyphjbig2_arith_iaid_ctx_new$XAoAMiKTqCXM0Mg.lmjbig2_image_compose_unoptjbig2_allocsscanfmemcmpjbig2_end_of_stripejbig2_huffman_freejbig2_page_add_resultjbig2_huffman_lines_Ajbig2_pattern_dictionaryjbig2_huffman_lines_Bjbig2_metadata_addjbig2_huffman_lines_C_GLOBAL_OFFSET_TABLE_jbig2_huffman_lines_Djbig2_huffman_lines_Ejbig2_image_set_pixeljbig2_huffman_lines_Ffclosejbig2_huffman_lines_Gjbig2_huffman_lines_Hjbig2_huffman_lines_I$XAoAMiKOqCXMEKf.jbig2_default_allocatorjbig2_huffman_lines_Jjbig2_huffman_lines_Kjbig2_huffman_lines_Ljbig2_huffman_skipjbig2_huffman_lines_Mjbig2_hd_releasejbig2_huffman_lines_Njbig2_sd_count_referredjbig2_huffman_lines_Ojbig2_build_huffman_tablejbig2_parse_segmentjbig2_ctx_free_etextjbig2_generic_stats_sizejbig2_sd_releasestrlenjbig2_arith_decodejbig2_image_read_pbm_filefopenjbig2_huffman_offsetjbig2_global_ctx_freejbig2_refinement_region_DYNAMICjbig2_mmr_white_decodejbig2_decode_halftone_regionanotate anotate A@>PdN A<>P`N 0(<0=8=Panotate anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate anotate @(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497jbig2.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2.o jbig2.c -W0,-xp\$XAoAMiKOqCXMEKf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKOqCXMEKf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_default_alloc"<<nallocator!xsize!pD void_Jbig2AllocatorallocP#freew#realloc#unsigned long P  * w  Y     Jbig2Allocator size_t jbig2_default_free(==0nKallocator'xp'pD jbig2_default_realloc.=P=xnallocator-xp-psize-hDjbig2_default_allocator2 (jbig2_alloc;==n\allocator:xsize:pD jbig2_freeA=> nallocator@xp@pD jbig2_reallocG>@>xn,allocatorFxpFpsizeFhDjbig2_default_errorN>?ndataLxmsgLpIseverityMlaseg_idxMhD(intcharIJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL Jbig2Severity int32_tjbig2_error]?@nftctx[xIseverity[tasegment_number[pfmt\h...\`buf^wap_wn`wcodeawD0JBIG2_OPTIONS_EMBEDDED fJbig2Options Jbig2Ctx      Jbig2ErrorCallbackunsigned char 7byteHunsigned JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF lJbig2FileState 7uint8_t `uint32_t ;_Jbig2Segment0 %number ;#flags )#page_association ;#data_length#referred_to_segment_count#referred_to_segments N# result#( W % JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED 7Jbig2PageStateunsigned short uint16_t bool )_Jbig2Image  twidth#height#stride#data #refcount# Jbig2Image t_Jbig2Page0 state #number ;#height ;#width ;# x_resolution ;#y_resolution ;#stripe_size #striped #end_row# flags )#$image #( Jbig2Page _Jbig2Ctxptallocator#options#global_ctx#error_callback#error_callback_data# bufW#(buf_size#0buf_rd_ix`#8buf_wr_ix`#<state #@file_header_flags )#Dn_pagesa#Hn_segments_max#Lsegments .#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages #h}long va_listjbig2_ctx_newt@C4ntallocatoroxoptionsptglobal_ctxqherror_callbackr`error_callback_datasXresulttuHBC,index@D,_Jbig2GlobalCtx Jbig2GlobalCtxjbig2_get_int32C`CnaKTbufxDHKjbig2_get_int16CCnbufxDshort int16_tHjbig2_data_inDL<ntctxxdatapsizehinitial_buf_sizeXD<F4DPDDPDbuf_sizePDF4DF4DF4DF4DFEXFEXFbufWPbuf_sizeHFxL4FxL,FxL,jbig2_id_string*Psegment^Hheader_size@codeCD$7H!G WJbig2SegmentGjbig2_ctx_freeZLNntctxYxca[pi\lDjbig2_make_global_ctxpN0N@n-tctxoxDjbig2_global_ctx_freeuNhN|nglobal_ctxtxDjbig2_word_stream_buf_get_next_wordNOn ;3selfxoffsettzhdata`result ;\NOO4OO4OOXOOXOiXD _Jbig2WordStreamget_next_word# `   Jbig2WordStreamH< super#dataE#size#!NJbig2WordStreamBufHjbig2_word_stream_buf_newP Pn3_tctxxhdatapsizehresultXD$H_jbig2_word_stream_buf_freePPntctxx3wspD  "jbig2_free_segment  %7#jbig2_parse_segmentk  %  7#jbig2_parse_segment_header^ k t  } "jbig2_image_release  !#strncpyl  * l#memmove  u #memcpy   #memcmp]   #mkstemp #mkstemp #realloc  #malloc "free :__FILE___pad#: off64_t#ftelloh _:#fseeko   #fsetpos#  #fgetpos\  # :FILE\$tmpfilek#freopenk   k#fopenk8  : off_t#ftelloAw 8#fseeko   #vsnprintf    #fsetposG  #fgetposw  #w#fprintf  #freopenk   k)#fopenki  2#fflush $tmpfilekb#jbig2_arith.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_arith.o jbig2_arith.c -W0,-xp\$XAoAMiKPqCXMURf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXMURf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_arith_byteinBQSnasAxB/CwQ$SQ4RQ4RB1/KvQ4RQHR@QHR@wsWNhRSRSS$SS8SS8SwsWhDunsigneduint32_tint _Jbig2WordStream get_next_word4#  4   Jbig2WordStream =_Jbig2ArithState( C# A# CT# next_word# next_word_bytes# wsW# offset# `Jbig2ArithState unsigned charbytejbig2_arith_newSTn FctxxWwspresult`D _Jbig2Allocator allocY# free# realloc# unsigned longvoid " *Y   3  * b *  *  Jbig2Allocator JBIG2_OPTIONS_EMBEDDEDJbig2Options xJbig2Ctx 2charD LJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL  * U ^  Jbig2ErrorCallback /size_tJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF?Jbig2FileStateuint8_tint32_t  _Jbig2Segment0 number# flags# page_association# data_length.# referred_to_segment_count# referred_to_segments # result*#( )  zJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED Jbig2PageStateunsigned short uint16_tbool  _Jbig2Image  F width# height# stride# data # refcount# Jbig2Image F _Jbig2Page0 [ state z# number# height# width# x_resolution# y_resolution# stripe_size # striped # end_row# flags#$ image [#( dJbig2Page [ _Jbig2Ctxp F allocator# options# global_ctx;# error_callback# error_callback_data*# buf%#( buf_size.#0 buf_rd_ix#8 buf_wr_ix#< state#@ file_header_flags#D n_pages#H n_segments_max#L segments #P n_segments#X segment_index#\ current_page#` max_page_index#d pages o#h  Qe # mps_xor/# lps_xor/# OJbig2ArithQe long  .jbig2_arith_Qe  yjbig2_arith_renormd TUHnGas xDjbig2_arith_decodeUhWxn asxpcxpcxkpqe`D \D Jbig2ArithCx  jbig2_alloc*M   Dmkstemp} Mmkstemp M   __FILE __pad#  off64_tftello'  fseekoh '  hfsetpos ' q fgetpos ' FILE tmpfileD D "freopenm  + D mD fopen v   off_tftello fseeko6 '  6fsetposx ' ?fgetpos ' D D freopen   D D fopenW   tmpfile jbig2_arith_int.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_arith_int.o jbig2_arith_int.c -W0,-xp\$XAoAMiKPqCXMkYf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXMkYf.;backend;raw;cd;DBG_GEN 5.2.7\jbig2_arith_int_ctx_new(WWnd 3ctx'xresultd)hDunsigned charJbig2ArithCxlong  _Jbig2ArithIntCtxI IAx#Jbig2ArithIntCtx I _Jbig2Allocator alloc# free8# reallocp# munsigned longvoid  8 p AmJbig2Allocator yJBIG2_OPTIONS_EMBEDDEDJbig2Options eJbig2Ctx char JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALint  Jbig2ErrorCallbackbyte size_tunsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_tint32_t uint32_t  _Jbig2Segment0 number# flags# page_association# data_length# referred_to_segment_count# referred_to_segments # result#(  gJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortuint16_tbool  _Jbig2Image 3 width# height# stride# data# refcount#Jbig2Image 3 _Jbig2Page0 H stateg# number# height# width# x_resolution# y_resolution# stripe_size# striped# end_row# flags#$ imageH#(QJbig2Page H _Jbig2Ctxp 3 allocator# options# global_ctx# error_callback# error_callback_data# buf#( buf_size#0 buf_rd_ix #8 buf_wr_ix #< state#@ file_header_flags#D n_pages#H n_segments_max#L segments#P n_segments#X segment_index#\ current_page#` max_page_index#d pages \#h jbig2_arith_int_decode5X[dn Udctx3x as3p p_result4hIAx 6XPREV7TS8PV8Lbit9Hn_tail:Doffset:@i;D_Jbig2ArithState UJbig2ArithState h  jbig2_arith_int_ctx_free[[n  3ctxxdiaxpD U jbig2_arith_decode M  jbig2_free xjbig2_alloc memset (jbig2_arith_iaid.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_arith_iaid.o jbig2_arith_iaid.c -W0,-xp\$XAoAMiKPqCXM0df.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXM0df.;backend;raw;cd;DBG_GEN 5.2.7jbig2_arith_iaid_ctx_new-[\`n hctx,xSBSYMCODELEN,tresult.`ctx_size/\D intunsigned char Jbig2ArithCx _Jbig2ArithIaidCtx SBSYMCODELEN# IAIDx2#;Jbig2ArithIaidCtx _Jbig2Allocator allocM# freet# realloc#unsigned longvoid M  't  V    }Jbig2AllocatorJBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2Ctx&char8@JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL   I R Jbig2ErrorCallback bytesize_tunsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFNJbig2FileState uint8_tint32_tBuint32_t/ _Jbig2Segment0 number/# flags # page_association/# data_length1# referred_to_segment_count# referred_to_segmentsB# result#(KJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED+Jbig2PageStateunsigned shortuint16_tbool _Jbig2Image h width# height# stride# data# refcount#Jbig2Imageh _Jbig2Page0 } state# number/# height/# width/# x_resolution/# y_resolution/# stripe_size# striped# end_row# flags #$ image}#(Jbig2Page } _Jbig2Ctxp h allocator# options# global_ctx/# error_callback# error_callback_data# buf(#( buf_size1#0 buf_rd_ixB#8 buf_wr_ixB#< state#@ file_header_flags #D n_pages#H n_segments_max#L segments"#P n_segments#X segment_index#\ current_page#` max_page_index#d pages #hjbig2_arith_iaid_decode=\]Pn Xctx;x as;p p_result<hIAIDx2>XSBSYMCODELEN?TPREV@PDALiBHD_Jbig2ArithState XJbig2ArithState kjbig2_arith_iaid_ctx_freeX]]n  hctxWxiaxWpD  X jbig2_arith_decode H jbig2_free s  jbig2_alloc  memset   !bjbig2_huffman.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_huffman.o jbig2_huffman.c -W0,-xp\$XAoAMiKQqCXMEjf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKQqCXMEjf.;backend;raw;cd;DBG_GEN 5.2.7int_Jbig2HuffmanLine PREFLENX#RANGELENX#RANGELOWX#_Jbig2HuffmanLinelong jbig2_huffman_lines_A yXbool ?_Jbig2HuffmanParamsHTOOB0#n_linesX#linesH#QJbig2HuffmanParams jbig2_huffman_params_A$ @" jbig2_huffman_lines_B( y jbig2_huffman_params_BO4 P jbig2_huffman_lines_C8 z\ jbig2_huffman_params_CE `4 jbig2_huffman_lines_DI z jbig2_huffman_params_DaT p jbig2_huffman_lines_EX { jbig2_huffman_params_Ed !F jbig2_huffman_lines_F*h {| jbig2_huffman_params_Fsz  jbig2_huffman_lines_G~ |$ jbig2_huffman_params_G 3X jbig2_huffman_lines_H< | jbig2_huffman_params_H  jbig2_huffman_lines_I } jbig2_huffman_params_I Ej jbig2_huffman_lines_JN ~ jbig2_huffman_params_J  jbig2_huffman_lines_K  jbig2_huffman_params_K  W| jbig2_huffman_lines_L` t jbig2_huffman_params_L   jbig2_huffman_lines_M  jbig2_huffman_params_M 5)  m  jbig2_huffman_lines_N v-  jbig2_huffman_params_N 8   jbig2_huffman_lines_O <  jbig2_huffman_params_O KM  jbig2_huffman_new=]^|n M ctx<x ws<presult M>`D unsigned uint32_t_Jbig2WordStream Rget_next_word #    RX [ Jbig2WordStream _Jbig2HuffmanState 1this_word #next_word #offset_bitsX#offsetX# ws # Jbig2HuffmanState 1_Jbig2Allocator alloc #free !#realloc Y# Vunsigned longvoid      !    Y   * VJbig2Allocator b JBIG2_OPTIONS_EMBEDDED Jbig2Options*Jbig2Ctx char hJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALX   X hJbig2ErrorCallbackunsigned charbyte  size_tJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_tXint32_t _Jbig2Segment0number #flags#page_association #data_length#referred_to_segment_countX#referred_to_segments# result #(  ;JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortTuint16_t _Jbig2Image widthX#heightX#strideX#datay#refcountX#Jbig2Image _Jbig2Page0 state;#number #height #width # x_resolution #y_resolution #stripe_sizef#striped0#end_rowX# flags#$image #(Jbig2Page  _Jbig2Ctxpallocator {#options #global_ctx #error_callback#error_callback_data # buf#(buf_size#0buf_rd_ix #8buf_wr_ix #<state#@file_header_flags#Dn_pages#Hn_segments_maxX#Lsegments#Pn_segmentsX#Xsegment_indexX#\current_pageX#`max_page_indexX#dpages!#h jbig2_huffman_freeT^^n] ctxSx MhsSpD jbig2_huffman_skipt^`0n MhssxbitsXut_t`0_`0_`0ws hDjbig2_huffman_advance`Papnw Mhsx Xoffsettws hD jbig2_huffman_offsetaanX MhsxD jbig2_huffman_get_bitsac0nc Mhsx cbitstthis_word lresulthD X jbig2_huffman_getc`f`n Mhsx tablep oobhentryXflagsWoffset_bitsXPthis_word Lnext_word HRANGELENXDresult@cdcdcdlog_table_sizeXPREFLENXcdtddtddtws df ef ef HTOFFSETeheexeexews DJbig2HuffmanTable 2RANGELOW#ext_table#_Jbig2HuffmanEntryu#PREFLEN#RANGELEN# flags# 2Jbig2HuffmanEntry _Jbig2HuffmanTable log_table_sizeX#entries#  0jbig2_build_huffman_tablefmn#ctxx,paramspLENCOUNT5 `LENMAXX!\lencountsize>"XlinesP#Pn_linesX$LiX%HjX%Dmax_jX&@log_table_sizeX'result(entries)CURLENX*firstcodeX+CURCODEX,CURTEMPX-gXhgthgthPREFLENX:ltsX;iPmilmilmshiftXXimimdimdPREFLENX`imdimdimdRANGELENXcstart_jXdend_jXeeflagsfkTmXl$mXl$mXl$mXl@m8l@m8HTOFFSET~D  # XX Gjbig2_release_huffman_tablemnHnctxxtablepD * jbig2_errorX & Xjbig2_free Q  jbig2_alloc    memset   X mkstempX  mkstempX! free <jbig2_segment.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_segment.o jbig2_segment.c -W0,-xp\$XAoAMiKQqCXMUof.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKQqCXMUof.;backend;raw;cd;DBG_GEN 5.2.7 jbig2_parse_segment_headernhrn/ &ctxxbufpbuf_sizeh /p_header_size`result Prtscarf_!Ortscarf_long;"Hreferred_to_segments#@referred_to_segment_count$referred_to_segment_size%pa_size&offset'prpqpqiTD(unsigned/uint32_tunsigned charNuint8_tunsigned longqsize_tint ;void  _Jbig2Segment0 number;# flags_# page_association;# data_length# referred_to_segment_count# referred_to_segments# result#(Jbig2Segment  _Jbig2Allocator alloc$# freeK# realloc#  $  q K   -    q TJbig2Allocator JBIG2_OPTIONS_EMBEDDEDJbig2Options XJbig2Ctx char JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL    )  Jbig2ErrorCallbackNbyte JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateint32_t  ZJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortsuint16_tbool _ _Jbig2Image  & width# height# stride# data# refcount#Jbig2Image & _Jbig2Page0 ; stateZ# number;# height;# width;# x_resolution;# y_resolution;# stripe_size# striped# end_row# flags_#$ image ;#( DJbig2Page ; _Jbig2Ctxp & allocator# options# global_ctx# error_callback# error_callback_data# buf#( buf_size#0 buf_rd_ix/#8 buf_wr_ix/#< state#@ file_header_flags_#D n_pages#H n_segments_max#L segments#P n_segments#X segment_index#\ current_page#` max_page_index#d pages O#h  jbig2_free_segmentstln  &ctxxsegmentpD jbig2_find_segmenttun I &ctxx;numbertindexdindex_max`global_ctx RXD  Ijbig2_get_region_segment_infouvxn infoxsegment_datapD AJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOp width# height# x# y# opA# flags_#ZJbig2RegionSegmentInfo _ jbig2_parse_extension_segmentvx`n &ctxxsegmentpsegment_datahtype;`reserved\dependentXnecessaryTD$_ jbig2_parse_segmentx}n &ctxxsegmentpsegment_datahD$_  XN jbig2_comment_unicode   N jbig2_comment_asciiS   JBIG2_ENCODING_ASCIIJBIG2_ENCODING_UCS16SJbig2Encoding   _Jbig2Metadata 7 encoding# keys# values# entries# max_entries# jbig2_metadata_freet  7 ; n_symbols# glyphst# }jbig2_sd_release  N jbig2_symbol_dictionaryG   N Gjbig2_refinement_region   PN jbig2_immediate_generic_region   N jbig2_text_regionY    N Yjbig2_end_of_page   bN jbig2_end_of_stripe   N jbig2_page_infoX    Xjbig2_error  )  ajbig2_free  jbig2_alloc  qN short"int16_tjbig2_get_int16+l N ljbig2_get_int32 u jbig2_image_release   yjbig2_page.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_page.o jbig2_page.c -W0,-xp\$XAoAMiKRqCXMktf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRqCXMktf.;backend;raw;cd;DBG_GEN 5.2.7 Ddump_page_info"~n ctx!x segment!ppage!hD$_Jbig2Allocatorallocb#free#realloc#unsigned longvoid+ 3b  <   3k 3  3  Jbig2Allocator JBIG2_OPTIONS_EMBEDDED Jbig2Options Jbig2Ctx(;charMU JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALint  3 ^ g  Jbig2ErrorCallbackunsigned char 5byteF size_tunsigned JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF {Jbig2FileState 5uint8_t int32_t ouint32_t\_Jbig2Segment0Fnumber\#flags8#page_association\#data_length^#referred_to_segment_count#referred_to_segmentso# result3#(xF JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED XJbig2PageStateunsigned short uint16_t bool8_Jbig2Image width#height#stride#data#refcount# Jbig2Image_Jbig2Page0state#number\#height\#width\# x_resolution\#y_resolution\#stripe_size#striped#end_row# flags8#$image#( Jbig2Page_Jbig2Ctxp allocator#options#global_ctxD#error_callback#error_callback_data3# bufU#(buf_size^#0buf_rd_ixo#8buf_wr_ixo#<state#@file_header_flags8#Dn_pagesJ#Hn_segments_max#LsegmentsO#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages#h( xJbig2Segment jbig2_page_infoAn  ctx@x segment@p segment_data@hpageBX\indexOTjOP$striping uVD$8 short int16_tjbig2_end_of_stripen  ctxx segmentp segment_datahpageend_rowCD$8 jbig2_complete_pageLn ` ctxx$$<$<$segment hcodedDjbig2_end_of_pagexdn  ctxx segmentpsegment_datahpage_number\`D$8 jbig2_page_add_resultn ctxxpagepimagehxdy`op\dddnew_heightTD0 JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpjbig2_page_out n ctxxindex!lDjbig2_release_page5 `n ctx4ximage4pindex6hD jbig2_image_compose      Mjbig2_errorO  g  jbig2_realloc3  3 5jbig2_get_int16  5jbig2_get_int32J 5jbig2_parse_segmentg  F jbig2_image_resize g   jbig2_image_clear   jbig2_image_release,  jbig2_image_clonef g jbig2_image_new g  Mmkstemp mkstemp - jbig2_symbol_dict.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_symbol_dict.o jbig2_symbol_dict.c -W0,-xp\$XAoAMiKRqCXMEzf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRqCXMEzf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_sd_new[pn ctxZxn_symbolsZtnew\`D intunsigned charuint8_t _Jbig2Image  width# height# stride# data# refcount#Jbig2Image  n_symbols# glyphs#Jbig2SymbolDict _Jbig2AllocatorW alloc# free# realloc#unsigned longvoidq y W ` W y y W y `Jbig2AllocatorWJBIG2_OPTIONS_EMBEDDED2Jbig2Options FJbig2CtxncharJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL N y   NJbig2ErrorCallbackbytet`size_tunsignedMJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateint32_tuint32_tx _Jbig2Segment0b numberx# flags# page_associationx# data_length# referred_to_segment_count# referred_to_segments# resulty#(bJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDtJbig2PageStateunsigned shortuint16_tbool _Jbig2Page0 ) state# numberx# heightx# widthx# x_resolutionx# y_resolutionx# stripe_size# striped## end_row# flags#$ image#(2Jbig2Page ) _Jbig2Ctxp  allocator)# optionsW# global_ctx# error_callbackW# error_callback_datay# buf#( buf_size#0 buf_rd_ix#8 buf_wr_ix#< stateM#@ file_header_flags#D n_pagesf#H n_segments_max#L segmentsk#P n_segments#X segment_index#\ current_page#` max_page_index#d pages =#hnjbig2_sd_releaseutn  ctxtxdicttpivlD jbig2_sd_glyphn dictxidtD jbig2_sd_count_referredn  ctxx segmentpindexhrsegment `n_dicts\D Jbig2Segment jbig2_sd_list_referredXn   ctxx segmentpindexdrsegment Xdicts Pn_dictsLdindexHD jbig2_sd_cat nv ctxxn_dictst dictshi\jXkTsymbolsPnewHDjbig2_decode_symbol_dict8n ctxx segmentpparamshdata`sizeXGB_statsPGR_statsHSDNEWSYMSSDEXSYMSHCHEIGHTfNSYMSDECODEDxSYMWIDTHfTOTWIDTHfHCFIRSTSYMxSDNEWSYMWIDTHSSBSYMCODELENwshs~SDHUFFRDX~as~IADH.~IADW.~IAEX.~IAAI.~IAIDh~IARDX.~IARDY.~code~refagg_dicts ~n_refagg_dicts~tparams@~Xlltmp~,,HCDHf~DWf~ x8x8x8xL(L(region_paramse}sdat_bytesf}imageg}0x0xREFAGGNINSTx{~(x88image}i}xxrparams }image}IDx}RDXf}RDYf}ninsyms} HHimage<~BMSIZE=}j>}x>}8HHsrc T}stride U}dstW}rparamse}llglyph|}li~j~k~m~exflag}exrunlengthf}D8 RANGELOWf# ext_table# _Jbig2HuffmanEntryx u# PREFLENt# RANGELENt# flagst# Jbig2HuffmanEntryx _Jbig2HuffmanTable log_table_size# entries#Jbig2HuffmanTableint8_tlong=ZX SDHUFF## SDREFAGG## SDNUMINSYMSf# SDINSYMS# SDNUMNEWSYMSx# SDNUMEXSYMSx# SDHUFFDH# SDHUFFDW#( SDHUFFBMSIZE#0 SDHUFFAGGINST#8 SDTEMPLATE#@ sdat #D SDRTEMPLATE##L sdrat=#PZJbig2SymbolDictParamstJbig2ArithCx _Jbig2WordStream4 get_next_wordc# c 4 =Jbig2WordStreaml_Jbig2HuffmanStateJbig2HuffmanState_Jbig2ArithStateJbig2ArithState_Jbig2ArithIntCtxJbig2ArithIntCtx _Jbig2ArithIaidCtx7Jbig2ArithIaidCtx LJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACEqJbig2ComposeOp nJBIG2_CORNER_BOTTOMLEFTJBIG2_CORNER_TOPLEFTJBIG2_CORNER_BOTTOMRIGHTJBIG2_CORNER_TOPRIGHTJbig2RefCorner   SBHUFF## SBREFINE## SBDEFPIXEL## SBCOMBOP# TRANSPOSED## REFCORNERn# SBDSOFFSET# SBNUMINSTANCESx# LOGSBSTRIPS# SBSTRIPS#$ SBHUFFFS#( SBHUFFDS#0 SBHUFFDT#8 SBHUFFRDW#@ SBHUFFRDH#H SBHUFFRDX#P SBHUFFRDY#X SBHUFFRSIZE#` IADT.#h IAFS.#p IADS.#x IAIT.# IAIDh# IARI.# IARDW.# IARDH.# IARDX.# IARDY.# SBRTEMPLATE## sbrat#Jbig2TextRegionParams  f   MMR## GBTEMPLATE# TPGDON## USESKIP## gbatI#fJbig2GenericRegionParams   GRTEMPLATE## reference# DXf# DYf# TPGRON## grat# Jbig2RefinementRegionParams t jbig2_symbol_dictionaryn" ctxx segmentp"segment_datahparamsflagssdat_bytesoffset~GB_stats~GR_stats~ n_dictsq~dicts r~stats_size~D$t" F"""""`jbig2_decode_text_region# " b " " " " " " # # 4f##jbig2_decode_generic_mmr$0 " b # # ` " $0jbig2_decode_refinement_region$ " b $9 # " #f$jbig2_decode_generic_region%' " b $ # " #jbig2_release_huffman_table%l " %' F _Jbig2HuffmanLine % PREFLEN# RANGELEN# RANGELOW#%uJbig2HuffmanLine%% _Jbig2HuffmanParams&V HTOOB## n_lines# lines%#%&Vjbig2_build_huffman_table& %l &_fjbig2_huffman_get_bitsf& & &&fjbig2_huffman_getf'Y & ' ' jbig2_huffman_offset' 'Yjbig2_huffman_advance' 'Y jbig2_huffman_skip' 'Y Fjbig2_huffman_new(B ' '7jbig2_arith_iaid_ctx_free( " (Bjbig2_arith_iaid_decode( (B # ( Fjbig2_arith_iaid_ctx_newh)! ( jbig2_arith_int_ctx_free)c " )!jbig2_arith_int_decode) )! # ( Fjbig2_arith_int_ctx_new.) ) Fjbig2_arith_new*5 ) )jbig2_word_stream_buf_free*p " 4 F*yjbig2_word_stream_buf_new* *p * `jbig2_image_compose+6 " " "   q+6jbig2_error+ "   +? jbig2_free+ W yjbig2_allocy+ W `+short,int16_tjbig2_get_int16, ,J +,Jjbig2_get_int32f, ,S Fjbig2_find_segment , , jbig2_image_release- " " Fjbig2_image_clone-F - jbig2_image_new- -  memsety- y  `q-!memcpyy y - `&0 jbig2_text.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_text.o jbig2_text.c -W0,-xp\$XAoAMiKRqCXM07f.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRqCXM07f.;backend;raw;cd;DBG_GEN 5.2.7jbig2_decode_text_region;Pnctx5xsegment5pwparams6hdicts7`n_dicts7\ image8Pdata9Hsize9@GR_stats:Sas:ws:NINSTANCES {=ID {>STRIPT i?FIRSTS i@DT iADFS iBIDS iCCURS iDCURT iESF~TF~xG~yG~first_symbol &H~index {I~SBNUMSYMS {I~IB J~hsK~SBSYMCODESL~codeM~RIN~hT|T|TruncodesX~runcodeparams Y~runcodelengths&Z{symcodelengthsB[zsymcodeparams \zcode]zerr]zlen]zrange]zr]zèèè(id {~dʄtʄtʄrparams"~IBO #~RDW i$~RDH i$~RDX i$~RDY i$~refimage %~BMSIZE&}Dint _Jbig2Allocator7 alloc# free# realloc# unsigned longvoid Q Y 7 @ b 7 Y  Y 7 Y @ Jbig2Allocator 7JBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2CtxN achars {JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL  . Y     .Jbig2ErrorCallbackunsigned char Tbyte e@size_tunsigned >JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState Tuint8_tint32_t uint32_t { _Jbig2Segment0 e number {# flags W# page_association {# data_length }# referred_to_segment_count# referred_to_segments # resultY#( e JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED wJbig2PageStateunsigned short uint16_tbool W _Jbig2Image  width# height# stride# data 5# refcount# >Jbig2Image _Jbig2Page0 state # number {# height {# width {# x_resolution {# y_resolution {# stripe_size # striped &# end_row# flags W#$ image #( Jbig2Page _Jbig2Ctxp allocator # options7# global_ctxj# error_callback 7# error_callback_dataY# buf t#( buf_size }#0 buf_rd_ix #8 buf_wr_ix #< state >#@ file_header_flags W#D n_pages i#H n_segments_max#L segments n#P n_segments#X segment_index#\ current_page#` max_page_index#d pages #h N Jbig2Segment QJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACEJbig2ComposeOpJBIG2_CORNER_BOTTOMLEFTJBIG2_CORNER_TOPLEFTJBIG2_CORNER_BOTTOMRIGHTJBIG2_CORNER_TOPRIGHTjJbig2RefCorner 3 RANGELOW i# ext_table# _Jbig2HuffmanEntry u# PREFLEN e# RANGELEN e# flags e# 3Jbig2HuffmanEntry  _Jbig2HuffmanTable log_table_size# entries#Jbig2HuffmanTable_Jbig2ArithIntCtx*Jbig2ArithIntCtx >_Jbig2ArithIaidCtxbJbig2ArithIaidCtx wsint8_tlongN SBHUFF &# SBREFINE &# SBDEFPIXEL &# SBCOMBOPQ# TRANSPOSED &# REFCORNER# SBDSOFFSET# SBNUMINSTANCES {# LOGSBSTRIPS# SBSTRIPS#$ SBHUFFFS#( SBHUFFDS#0 SBHUFFDT#8 SBHUFFRDW#@ SBHUFFRDH#H SBHUFFRDX#P SBHUFFRDY#X SBHUFFRSIZE#` IADTY#h IAFSY#p IADSY#x IAITY# IAID# IARIY# IARDWY# IARDHY# IARDXY# IARDYY# SBRTEMPLATE &# sbrat#Jbig2TextRegionParamsN n   n_symbols# glyphs#   e  } TJbig2ArithCx _Jbig2ArithState&Jbig2ArithState 9 _Jbig2WordStream get_next_word# \     \Jbig2WordStream _Jbig2HuffmanStateJbig2HuffmanState  _Jbig2HuffmanLine  PREFLEN# RANGELEN# RANGELOW#(Jbig2HuffmanLine  _Jbig2HuffmanParams HTOOB &# n_lines# lines#Jbig2HuffmanParamsB" h  GRTEMPLATE &# reference # DX i# DY i# TPGRON &# gratK#hJbig2RefinementRegionParams jbig2_text_region`nctxxsegmentpsegment_datahoffset`region_infoUHparamsN~image ~dicts}n_dicts}flags }huffman_flags }GR_stats}code}ws}asS}ڀۤۤۤindex}ۤstats_size}ݤݴݴSBSYMCODELEN}index}SBNUMSYMS}D$ e U width i# height i# x i# y i# opQ# flags W#Jbig2RegionSegmentInfo  v jbig2_sd_list_referred   jbig2_sd_count_referred"  eh " & > Tjbig2_decode_refinement_region  e + 4 = F jbig2_release_huffman_table    jbig2_build_huffman_table\    ijbig2_huffman_get_bits i \ e  ijbig2_huffman_get i \   jbig2_huffman_advanceJ  jbig2_huffman_skipt  \jbig2_huffman_new t } bjbig2_arith_iaid_ctx_free    jbig2_arith_iaid_decode U  4  jbig2_arith_iaid_ctx_new U  *jbig2_arith_int_ctx_free  jbig2_arith_int_decode!) 4  jbig2_arith_int_ctx_newY!i !) \jbig2_arith_newS! !i !rjbig2_word_stream_buf_free!    T !jbig2_word_stream_buf_new"T ! " @  T "]jbig2_get_region_segment_info" "T "f jbig2_page_add_result#  " =   jbig2_image_compose#x  = =   s #xjbig2_error#    #jbig2_free# 7 Yjbig2_allocY$0 7 @ T $0short$Bint16_tjbig2_get_int16$K$ $9 T $jbig2_get_int32 i$ $jbig2_image_clear%  = jbig2_image_release%<  = jbig2_image_clone % %< jbig2_image_new % %<  memsetY% Y  @Q %memcpyY Y & @2BNjbig2_generic.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_generic.o jbig2_generic.c -W0,-xp\$XAoAMiKSqCXMUBg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSqCXMUBg.;backend;raw;cd;DBG_GEN 5.2.7ojbig2_generic_stats_size-8n ctx,xtemplate,tstats_size.lD int_Jbig2Allocator<alloc#free#realloc# unsigned longvoid V ^ < E g  < ^  ^ < ^ E  Jbig2Allocator <JBIG2_OPTIONS_EMBEDDED Jbig2Options Jbig2CtxS fcharx JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL 3 ^     3Jbig2ErrorCallbackunsigned char Ybyte j Esize_tunsignedCJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState Yuint8_t int32_t uint32_t _Jbig2Segment0jnumber#flags\#page_association#data_length#referred_to_segment_count#referred_to_segments# result^#(  jJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED |Jbig2PageStateunsigned short uint16_t bool \_Jbig2Image width#height#stride#data:#refcount# CJbig2Image _Jbig2Page0state#number#height#width# x_resolution#y_resolution#stripe_size#striped+#end_row# flags\#$image#( Jbig2Page _Jbig2Ctxp allocator#options<#global_ctxo#error_callback<#error_callback_data^# bufy#(buf_size#0buf_rd_ix#8buf_wr_ix#<stateC#@file_header_flags\#Dn_pagesn#Hn_segments_max#Lsegmentss#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages#h Sjbig2_decode_generic_template0;\n k ctx5x segment6pXparams7has8`image9XGB_stats:PGBW<HGBH=Drowstride>@x?y?gbreg_liney@T,4,4CONTEXTJline_m1Kline_m2Lpadded_widthM$resultjVx_minorWminor_widthX$DDbit+eD Jbig2Segment k xint8_tlong   ,MMR+#GBTEMPLATE#TPGDON+#USESKIP+# gbat # Jbig2GenericRegionParams, O_Jbig2ArithState aJbig2ArithState t YJbig2ArithCx jbig2_decode_generic_template0_unoptn ctxyx segmentzpparams{has|`image}XGB_stats~PGBW$HGBH-DCONTEXT@xybit+D, jbig2_decode_generic_template1@n ctxx segmentpparamshas`imageXGB_statsPGBWHGBHDrowstride@xygbreg_lineyCONTEXTline_m1line_m2padded_width\ttresultjx_minorminor_widthhHHbit+D, jbig2_decode_generic_template2n ctxx segmentpparamshas`imageXGB_statsPGBWHGBHDrowstride@xygbreg_lineyTlplpCONTEXTline_m1line_m2padded_width`4@4@resultj x_minor minor_widthh(bit+D, jbig2_decode_generic_template2a5tn ctx/x segment0pparams1has2`image3XGB_stats4PGBW6HGBH7Drowstride8@x9y9gbreg_liney:l,L,LCONTEXTDline_m1Eline_m2Fpadded_widthG<resultjPx_minorQminor_widthR4LLbit+_D, jbig2_decode_generic_template3zPn{ ctxtx segmentupparamsvhasw`imagexXGB_statsyPGBW{HGBH|Drowstride}@gbreg_liney~xyH((CONTEXTline_m1padded_width`xxresultjx_minorminor_width0HHbit+D, {jbig2_decode_generic_template3_unoptn ctxx segmentpparamshas`imageXGB_statsPGBWHGBHDCONTEXT@xybit+D, copy_prev_rowLnimagexrowtLLLsrc:hD jbig2_decode_generic_template0_TPGDONpHn" ctxx segmentp+paramshas`imageXGB_statsPGBW4HGBH=DCONTEXT@xybit+LTPD, "jbig2_decode_generic_template1_TPGDONxn  ctxx segmentp paramshas`imageXGB_statsPGBW HGBH DCONTEXT@x y bit+!LTP"D, jbig2_decode_generic_template2_TPGDONH n"0 ctxBx segmentCp"9paramsDhasE`imageFXGB_statsGPGBW"BIHGBH"KJDCONTEXTK@xLyLbit+MLTPND, "0jbig2_decode_generic_template3_TPGDONq @n# ctxkx segmentlp#paramsmhasn`imageoXGB_statspPGBW#rHGBH#sDCONTEXTt@xuyubit+vLTPwD, #jbig2_decode_generic_region_TPGDON@n$ ctxx segmentp$paramshas`imageXGB_statsPD0, $jbig2_decode_generic_region n% ctxx segmentp%paramshas`imageXGB_statsPgbat%@TiD0, % %jbig2_immediate_generic_region8|n' ctxx segmentp'segment_datahrsi(Lseg_flagsjKgbat(Coffsetgbat_bytesparams,codeimagews)asGB_stats~  stats_sizeA~D$j '(OJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE 'Jbig2ComposeOp(widthn#heightn#xn#yn# op(O#flags\# (hJbig2RegionSegmentInfo ) _Jbig2WordStream)Kget_next_word)z# ) )z )K  )T )Jbig2WordStream )  )Y ) Cjbig2_decode_generic_mmr*A ) j ) ) E ) a Yjbig2_arith_decode+* *A *J  )jbig2_arith_new* * * * __FILE+__pad*# * off64_t ftello+#+[ + *fseeko+ +[  +fsetpos+ +[ + fgetpos, +[ + *FILE ,tmpfile,&x ,Dx ,Vfreopen,&, ,M ,_ ,&x ,x ,fopen,&, , , * off_t ftello,-2 ,fseeko-j +[  -jfsetpos- +[ -sfgetpos- +[ +x -x -freopen,&.9 - - ,&x .9x .Kfopen,&. .B .Ttmpfile,&jbig2_image_set_pixel. )   jbig2_image_get_pixel/7 )  jbig2_word_stream_buf_free/r ) )K Y /{jbig2_word_stream_buf_new)/ /r / E (hY /jbig2_get_region_segment_info01 / / jbig2_page_add_result0 ) 01 )   'x 0jbig2_error0 )   0jbig2_free1 < ^jbig2_alloc^1T < Ejbig2_image_release1 ) ) jbig2_image_new1 1  memset^2 ^  EV 2 memcpy^ ^ 2 E 0jbig2_refinement.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_refinement.o jbig2_refinement.c -W0,-xp\$XAoAMiKTqCXMkHg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTqCXMkHg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_decode_refinement_template0. n)) ctx(x segment)p params*h ?as+`image,X _GR_stats-PD0int_Jbig2Allocatoralloc#free#realloc3#0unsigned longvoid       3    0Jbig2Allocator< JBIG2_OPTIONS_EMBEDDED ^Jbig2Options 2Jbig2Ctxchar BJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL )z    )B zJbig2ErrorCallbackunsigned char byte size_tunsigned JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState uint8_t )int32_t uint32_t_Jbig2Segment0number#flags#page_association#data_length#referred_to_segment_count)#referred_to_segments# result#( 4JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED Jbig2PageStateunsigned short Muint16_t )bool_Jbig2Image width)#height)#stride)#data#refcount)# Jbig2Image_Jbig2Page0 state4#number#height#width# x_resolution#y_resolution#stripe_size_#stripedr#end_row)# flags#$image#( Jbig2Page _Jbig2Ctxp allocatorU#options#global_ctx#error_callback#error_callback_data# buf#(buf_size#0buf_rd_ix#8buf_wr_ix#<state#@file_header_flags#Dn_pages#Hn_segments_max)#Lsegments#Pn_segments)#Xsegment_index)#\current_page)#`max_page_index)#dpages )#h Jbig2Segment int8_tlong ) _ :  GRTEMPLATEr#reference#DX#DY#TPGRONr#grat B# _Jbig2RefinementRegionParams  _Jbig2ArithState Jbig2ArithState % Jbig2ArithCx Hjbig2_decode_refinement_template0_unopt:8n)  ctx4x segment5p params6h ?as7`image8X _GR_stats9PGRW ;HGRH<Ddx =@dy>ref?CONTEXT@x)Ay)AbitrBD  ))))jbig2_decode_refinement_template1_unoptq#hn) ctxkx segmentlpparamsmh ?asn`imageoX _GR_statspPGRWrHGRHsDdxt@dyurefvCONTEXTwx)xy)xbitryD ))))jbig2_decode_refinement_template1#)Hn) ctxx segmentpparamsh ?as`imageX _GR_statsPGRWHGRHDstride@refstride#dy,grreg_linegrref_linex)y)$)@$() $() padded_width5CONTEXTrefline_m1refline_0refline_1line_m1%)%(%(result~x_minor)~minor_width>~'(((((bitr~D )))))))jbig2_decode_refinement_region)x*n) ctxx segmentpparamsh ?as`imageX _GR_statsPD0 jbig2_region_find_referred+ ,n  ctxx segmentpnsegments drsegment !Xindex)"TD )jbig2_refinement_regionB,3n) ctx@x segment@psegment_dataAhparams C@rsiDoffset)Eseg_flagsF/1 /0/0ref q13wswas ?~GR_stats _~stats_size)~image~code)~D$ FJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpwidth#height#x#y# opF#flags# _Jbig2RegionSegmentInfo_Jbig2WordStream%get_next_wordT# T % ). Jbig2WordStream]jbig2_image_set_pixel)  ) ) )jbig2_image_get_pixel)  ) ) jbig2_arith_decoderm  ) 2jbig2_arith_new ? m v 2jbig2_word_stream_buf_free  % 2jbig2_word_stream_buf_newwa   _jjbig2_get_region_segment_info a sjbig2_page_add_result)%    ) ) %jbig2_error)~   ) .jbig2_free  jbig2_alloc   2jbig2_find_segment !  jbig2_image_releaseU   2jbig2_image_clone U jbig2_image_new U ) ) : :__FILE__pad# :off64_t ftello$\ fseeko) \ : ) :fsetpos) \  :fgetpos) \  FILE tmpfile'EWfreopen' N ` 'fopen'   :off_t ftello3 fseeko)k \ : ) :kfsetpos) \ tfgetpos) \ freopen' :   ' : Lfopen' C Utmpfile'memset  ) jbig2_mmr.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_mmr.o jbig2_mmr.c -W0,-xp\$XAoAMiKTqCXM0Mg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTqCXM0Mg.;backend;raw;cd;DBG_GEN 5.2.7!jbig2_decode_mmr_init434n ,mmr3x width3t height3p>data3hWsize3`i 5\wordt6XDintunsigned charbyte% 4unsigned longFsize_tunsignedhuint32_t ( width # height # data=# sizeW# data_index # bit_index # wordt# Jbig2MmrCtx % 5jbig2_decode_mmr_consumeF55n,mmrEx n_bitsEtD short  val# n_bits# mmr_table_nodelong +/jbig2_mmr_white_decode e  Y?jbig2_mmr_black_decodeb ljbig2_find_changing_element67n T]linex xt wpa hb dD% Tjbig2_find_changing_element_of_color7@8n  linex xt wp colorlD% %<lm %V|rm_ jbig2_set_bits 809naalinex x0t x1pa0  la1  hb0  db1  `a  \D$ %jbig2_decode_get_code 9:n ,mmrxtablep initial_bitslwordt!dtable_ix "`val #\n_bits $X:(::<::<:mask 'TD jbig2_decode_get_run4;;hn  Z,mmr3x ctable3p initial_bits3lresult 5dval 6`D Zjbig2_decode_mmr_lineB;Dn ,mmrAx refApadstAha0 Cda1 C`a2 C\b1 CXb2 CTc DP;D;D;DwordtKL;D< =< =white_run SHblack_run SDD$% jbig2_decode_generic_mmrDEn  Kctxxsegmentpparamshdata`WsizeXimagePmmrrowstridedstarefay D_Jbig2Allocator alloc # free # realloc =# Kvoid    F      =  F  KJbig2Allocator F JBIG2_OPTIONS_EMBEDDED hJbig2OptionsJbig2Ctx char LJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL     LJbig2ErrorCallbackNJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_t int32_t t_Jbig2Segment0b numbert# flagsg# page_associationt# data_lengthW# referred_to_segment_count # referred_to_segments# result #(  bJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDtJbig2PageStateunsigned shortuint16_t bool g_Jbig2Image  width # height # stride # data2# refcount #;Jbig2Image _Jbig2Page0 state# numbert# heightt# widtht# x_resolutiont# y_resolutiont# stripe_size# striped## end_row # flagsg#$ image#(Jbig2Page _Jbig2Ctxp allocator _# options # global_ctx # error_callback# error_callback_data # bufa#( buf_sizeW#0 buf_rd_ixh#8 buf_wr_ixh#< stateN#@ file_header_flagsg#D n_pagesy#H n_segments_max #L segmentsk#P n_segments #X segment_index #\ current_page #` max_page_index #d pages#h Jbig2Segment  int8_ts MMR## GBTEMPLATE # TPGDON## USESKIP## gbat#Jbig2GenericRegionParamss %  memset   F__FILE= __pad# off64_t ftelloF~=  fseeko ~   fsetpos ~  fgetpos :~FILE :!tmpfileI g y freopenIpI   fopenI off_t ftelloU fseeko ~   fsetpos ~ fgetpos ~   freopenI\I \ n fopenIew!tmpfileIjbig2_halftone.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_halftone.o jbig2_halftone.c -W0,-xp\$XAoAMiKUqCXMESg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUqCXMESg.;backend;raw;cd;DBG_GEN 5.2.7$jbig2_hd_newFEH\n  9ctxCx paramsDpimageEhnew GXN HTHPW IPHPH JLiKHFXHTFhHTFhHTFHTFH4FH4G,GGLGGLGj_DD$intunsigned charuint8_t  _Jbig2Image  width# height# stride# data # refcount#Jbig2Image    n_patterns# patterns# HPW# HPH# Jbig2PatternDict  _Jbig2Allocator| alloc# free# realloc,# )unsigned longvoid | | ,| )Jbig2Allocator 5|JBIG2_OPTIONS_EMBEDDEDWJbig2Options kJbig2Ctx char ;JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALs ;sJbig2ErrorCallbackbyte size_tunsignedrJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateint32_tuint32_t  _Jbig2Segment0 number# flags# page_association# data_length# referred_to_segment_count# referred_to_segments# result#(   JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned short #uint16_tbool _Jbig2Page0 N state # number# height# width# x_resolution# y_resolution# stripe_size 5# striped H# end_row# flags#$ image#( WJbig2Page N _Jbig2Ctxp 9 allocatorN# options|# global_ctx# error_callback|# error_callback_data# buf#( buf_size#0 buf_rd_ix#8 buf_wr_ix#< stater#@ file_header_flags#D n_pages#H n_segments_max#L segments#P n_segments#X segment_index#\ current_page#` max_page_index#d pages b#h   HDMMR H# HDPW# HDPH# GRAYMAX# HDTEMPLATE# BJbig2PatternDictParams jbig2_hd_releasewHIdn f 9ctxvx dictvpixlD jbig2_decode_pattern_dictILn  9ctxxsegmentpparamshdata`sizeXVVn < ctx=ximage=pD jbig2_image_releaseEVW0n  ctxDximageDpD jbig2_image_freeLWPWn  ctxKximageKpD jbig2_image_resizeTWXn  ctxRximageRpwidthSlheightShD(jbig2_image_compose_unoptrY _xn  ctxoxdstppsrcphxqdyq`opq\isTjsPswtLshuHsxvDsyw@D0JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpjbig2_image_compose_fTnN ctxxdstpsrchxdy`op\iTjPwLhHleftbyteDrightbyte@shifts ss d dd maskrightmaskafLbHfLbHfLcfLcfLoverlapDjbig2_image_clearffn ctxximagepvaluelfillkDjbig2_image_get_pixelggnimagexxtypwhhdbyte`bit\Djbig2_image_set_pixel(hi0nimage'xx'ty'pvalue'lw)dh*`scratch+\mask+Xbit,Tbyte,PDLjbig2_errorN  f  jbig2_realloc2  2 jbig2_free  2jbig2_alloc2  memset2$ 2  LmkstempT $mkstemp{ $long{{ __FILE __pad#{off64_tftello fseekoG  { {Gfsetpos  P{fgetpos  FILEtmpfileLLfreopenL   LLL^fopen U g{off_tftello fseeko  { {fsetposW  fgetpos  LLfreopen   LLfopen6  tmpfile 9jbig2_image_pbm.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_image_pbm.o jbig2_image_pbm.c -W0,-xp\$XAoAMiKUqCXMkcg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUqCXMkcg.;backend;raw;cd;DBG_GEN 5.2.7)jbig2_image_write_pbm_filei`jnimagexfilenamepout+`error \D intunsigned charuint8_t _Jbig2Image  width# height# stride# data$# refcount#-Jbig2Imagecharlong Ҁ  __FILE __pad#FILEjbig2_image_write_pbm0jHjnimage/x+out/pD jbig2_image_read_pbm_file?kkn6Uctx>xfilename>pin+@`imageAXD _Jbig2Ctx6Jbig2CtxBjbig2_image_read_pbmQkpln6UctxPx+inPpiRddim6R\doneSXimageTPcULbufSVD S   p 6-jbig2_image_releasepy6jbig2_image_newoff64_tftello AfseekoAfsetposAfgetposAtmpfile+$freopen+o-+ofopen+xoff_tftellofseeko8Afeof\A\fsetposAefgetposAvoidunsigned longsize_tfwrite T fread  T fgetc A  sscanf    fprintf YA  Y kfreopen+  b t+  fopen+   fclose .Atmpfile+jbig2_metadata.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -KPIC -DPIC -o .libs/jbig2_metadata.o jbig2_metadata.c -W0,-xp\$XAoAMiKVqCXM0hg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVqCXM0hg.;backend;raw;cd;DBG_GEN 5.2.7+Ajbig2_metadata_newpqn ctxxencodingtmd`D JBIG2_ENCODING_ASCIIJBIG2_ENCODING_UCS16Jbig2Encoding char ) 1 int _Jbig2Metadata  encoding# keys:# values:# entriesC# max_entriesC#JJbig2Metadata  _Jbig2Allocator> alloc# free# realloc#  unsigned long void X `>G i>`  `>`G Jbig2Allocator >JBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2CtxU h) zJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL C-`C -Jbig2ErrorCallback unsigned charSbyte dGsize_t unsigned=JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateSuint8_tCint32_tuint32_t z _Jbig2Segment0d numberz# flagsV# page_associationz# data_length|# referred_to_segment_countC# referred_to_segments# result`#(  dJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDvJbig2PageState unsigned shortuint16_tCbool V _Jbig2Image  widthC# heightC# strideC# data4# refcountC#=Jbig2Image  _Jbig2Page0 state# numberz# heightz# widthz# x_resolutionz# y_resolutionz# stripe_size# striped%# end_rowC# flagsV#$ image#(Jbig2Page _Jbig2Ctxp allocator# options># global_ctxq# error_callback6# error_callback_data`# bufs#( buf_size|#0 buf_rd_ix#8 buf_wr_ix#< state=#@ file_header_flagsV#D n_pagesh#H n_segments_maxC#L segmentsm#P n_segmentsC#X segment_indexC#\ current_pageC#` max_page_indexC#d pages #h Ujbig2_metadata_free0qsn * ctx/xmd/piC1lD jbig2_strndupBs(sn1  ctxAx cAp lenAls1CXD$) Cjbig2_metadata_addPsunC  ctxMxmdMp keyNh key_lengthNd valueOX value_lengthOTkeys:QHvalues:Q@D0) C) Cjbig2_comment_asciimux8nC ctxkxsegmentkp-segment_datalhs1nXend1oPcommentpHkey1q@value1qkey_lengthCrvalue_lengthCrD$Jbig2Segment V $jbig2_comment_unicodexhxnC ctxxsegmentpsegment_datahD$V  ) jbig2_errorC1Cjbig2_realloc`p>`Gjbig2_free>`jbig2_alloc`>G) strlen|X memcpy`Q`GmkstempCx1mkstempC1 /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2.cjbig2.hstdio_iso.hint_types.hjbig2_priv.hstdarg_iso.hstdio_impl.hstdio.h <" =( =P.$ =;, =( >@4 >   V 4 WP($ W D!0%I  Y  HH@A$"}*$"}*$"}*$#}*$%~*T/ _44T$< $$4 } X$(:-,({ D$I($@,L ~ T(t f-8 g,!<=0 h<=, !,1s /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_image_pbm.cjbig2.hint_types.hstdio_impl.hstdio_iso.hstdio.h i`!<<% jH1   k<<% k,*,4UL40(@4{H4c!,D<$4  /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_metadata.cjbig2_metadata.hjbig2_priv.hjbig2.hstdlib_iso.hint_types.h p)444  q2!(21) (21)$ s( (9) s $ 44-0< I :  I8 ' ID  I ' D  I: . : ; @ ' D 4I : ;  .?  : ; @ ' ID .?  : ; @ ' D &I : ( I !I/ < I !I/ .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID . : ;@ ' ID   !I".? < ' D #.? < ' ID $.? < ' ID  DD%. : ; @ ' D I: ;  4I : ;   D D $> I:  :  I8 I ' ID  I .?  : ; @ ' ID ' D  : ( &I II !I/ 4I?  : ;  . : ;@ ' D I: ; .?  : ;@ ' ID 4I : ; .? < ' ID .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  !I/   I8 I  : ' ID I' D  : ( &I< .?  : ; @ ' D .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I   I8  :  ' ID  I' D  : ( &I< .?  : ; @ ' D .? < ' ID .? < ' D .? < ' ID  DD%$>  :  I8 I: &II!I/ 4I?  : ;  I 4I?  : ; .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID I ' D  : ( .?  : ; @ ' D   : .?  : ;@ ' ID I: ; 4I : ; .?  : ;@ ' D .? < ' ID .? < ' D  .? < ' D  DD%.?  : ; @ ' ID I: ;  4I : ;   D D $> I: I  :  I8 ' ID  I' D  : ( &I.?  : ; @ ' D  : .? < ' ID .? < ' D .? < ' D  DD%. : ; @ ' D I: ;  D D  :  I8 I$> ' ID  I ' D  I:  : ( &I.?  : ; @ ' ID 4I : ;   .?  : ;@ ' ID 4I : ; I: ; .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8  :  ' ID  I' D  : ( &I.?  : ; @ ' D . : ; @ ' ID  4I : ;  : I !I/  I< .?  : ;@ ' ID I: ; .? < ' ID .? < ' D  !.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;   4I : ; D D $>  :  I8 I ' ID  I' D I:  : ( &I : < I !I/  : I.?  : ;@ ' ID I: ; .? < ' ID .? < ' D .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I ' D  I:  : ( &I. : ; @ ' ID  I !I/  : < 4I : ; . : ;@ ' ID I: ; . : ;@ ' D .?  : ;@ ' ID .? < ' ID .? < ' ID .? < ' D  .? < ' ID  DD%. : ; @ ' ID I: ;  D D $>  :  I8 I ' ID  I ' D  I:  : ( &II !I/  : < 4I : ;   .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID .? < ' ID  DD%. : ; @ ' D I: ;  4I : ;  D D $> I: &I I   I8 I I !I/4I?  : ;  4I?  : ; . : ;@ ' ID I: ; 4I : ; I !I/ . : ;@ ' D  .?  : ;@ ' ID  : ' ID I' D  : (  :  .? < ' ID !.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;   D D $> I: I  :  I8   I' ID I' D  : ( &I.?  : ; @ ' D . : ; @ ' ID I !I/  : < .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D  .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 ' ID  I ' D  : ( &I.?  : ; @ ' D  .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D I !I/ .? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 I  !I/ < .? < ' D I.? < ' ID &I.? < ' ID  DD%.?  : ; @ ' ID I: ;  4I : ;  D D  : ( I: $> I  :  I8 ' ID I' D &I.?  : ; @ ' D . : ; @ ' ID .? < ' ID .? < ' D .? < ' ID _jbig2_alloc\jbig2_freejbig2_reallocsjbig2_errorjbig2_ctx_newjbig2_get_int32]jbig2_get_int16jbig2_data_ingjbig2_ctx_freejbig2_make_global_ctx-jbig2_global_ctx_freejbig2_word_stream_buf_newqjbig2_word_stream_buf_freedn>jbig2_arith_new jbig2_arith_QeGjbig2_arith_decodez3 ^jbig2_arith_int_ctx_new jbig2_huffman_params_M jbig2_huffman_lines_N jbig2_huffman_params_N jbig2_huffman_lines_O Tjbig2_huffman_params_O jbig2_huffman_newjbig2_huffman_free]jbig2_huffman_skipjbig2_huffman_advancewjbig2_huffman_offsetjbig2_huffman_get_bitsljbig2_huffman_get(jbig2_build_huffman_tableYjbig2_release_huffman_tableoXjbig2_parse_segment_header 8jbig2_free_segment jbig2_find_segment [jbig2_get_region_segment_infojbig2_parse_extension_segmentjbig2_parse_segment jbig2_page_info jbig2_end_of_stripe jbig2_complete_page `jbig2_end_of_pagejbig2_page_add_resultjbig2_page_outjbig2_release_page.djbig2_sd_new jbig2_sd_release jbig2_sd_glyph jbig2_sd_count_referred jbig2_sd_list_referred jbig2_sd_cat jbig2_symbol_dictionaryU&<Ojbig2_decode_text_region jbig2_text_region2NXjbig2_generic_stats_size$jbig2_decode_generic_region%jbig2_immediate_generic_region!^ Gjbig2_decode_refinement_region&jbig2_region_find_referredjbig2_refinement_regionyB1+jbig2_mmr_white_decodejbig2_mmr_black_decode jbig2_decode_generic_mmr[[jbig2_hd_new jbig2_hd_releasejbig2_pattern_dictionaryjbig2_decode_halftone_regionjbig2_halftone_region0wMRjbig2_image_new jbig2_image_clone Jbig2FileState Wuint8_t iint32_t {uint32_t _Jbig2Segment w Jbig2PageState uint16_t &bool >_Jbig2Image Jbig2Image _Jbig2Page Jbig2Page _Jbig2CtxNJbig2CtxJbig2SegmentQJbig2ComposeOpjJbig2RefCorner3_Jbig2HuffmanEntryJbig2HuffmanEntry_Jbig2HuffmanTableJbig2HuffmanTable>Jbig2ArithIntCtxwJbig2ArithIaidCtxint8_tNJbig2TextRegionParamsJbig2ArithCx9Jbig2ArithState\_Jbig2WordStreamJbig2WordStreamJbig2HuffmanState(_Jbig2HuffmanLineJbig2HuffmanLine_Jbig2HuffmanParams Jbig2HuffmanParamshJbig2RefinementRegionParamsUJbig2RegionSegmentInfo$Kint16_t2N_Jbig2AllocatorJbig2AllocatorJbig2Options6Jbig2ErrorCallbackdbyte|size_t=Jbig2FileStateVuint8_thint32_tzuint32_t_Jbig2SegmentvJbig2PageStateuint16_t%bool=_Jbig2ImageJbig2Image_Jbig2Page Jbig2Page _Jbig2CtxUJbig2CtxJbig2Segment:jbig2_default_allocator0B1 / 1281108630 0 0 0 3032 ` w              sssdddUUUUUU,|,|,|:l:l:l:l:l4444444444,,,,[\[\[\[\[\jbig2_word_stream_buf_freejbig2_word_stream_buf_newjbig2_global_ctx_freejbig2_make_global_ctxjbig2_ctx_freejbig2_data_injbig2_get_int16jbig2_get_int32jbig2_ctx_newjbig2_errorjbig2_reallocjbig2_freejbig2_alloc$XAoAMiKOqCXMULf.jbig2_default_allocatorjbig2_arith_decodejbig2_arith_Qejbig2_arith_newjbig2_arith_int_ctx_freejbig2_arith_int_decodejbig2_arith_int_ctx_newjbig2_arith_iaid_ctx_freejbig2_arith_iaid_decodejbig2_arith_iaid_ctx_newjbig2_release_huffman_tablejbig2_build_huffman_tablejbig2_huffman_getjbig2_huffman_get_bitsjbig2_huffman_offsetjbig2_huffman_advancejbig2_huffman_skipjbig2_huffman_freejbig2_huffman_newjbig2_huffman_params_Ojbig2_huffman_lines_Ojbig2_huffman_params_Njbig2_huffman_lines_Njbig2_huffman_params_Mjbig2_huffman_lines_Mjbig2_huffman_params_Ljbig2_huffman_lines_Ljbig2_huffman_params_Kjbig2_huffman_lines_Kjbig2_huffman_params_Jjbig2_huffman_lines_Jjbig2_huffman_params_Ijbig2_huffman_lines_Ijbig2_huffman_params_Hjbig2_huffman_lines_Hjbig2_huffman_params_Gjbig2_huffman_lines_Gjbig2_huffman_params_Fjbig2_huffman_lines_Fjbig2_huffman_params_Ejbig2_huffman_lines_Ejbig2_huffman_params_Djbig2_huffman_lines_Djbig2_huffman_params_Cjbig2_huffman_lines_Cjbig2_huffman_params_Bjbig2_huffman_lines_Bjbig2_huffman_params_Ajbig2_huffman_lines_Ajbig2_parse_segmentjbig2_parse_extension_segmentjbig2_get_region_segment_infojbig2_find_segmentjbig2_free_segmentjbig2_parse_segment_headerjbig2_release_pagejbig2_page_outjbig2_page_add_resultjbig2_end_of_pagejbig2_complete_pagejbig2_end_of_stripejbig2_page_infojbig2_symbol_dictionaryjbig2_sd_catjbig2_sd_list_referredjbig2_sd_count_referredjbig2_sd_glyphjbig2_sd_releasejbig2_sd_newjbig2_text_regionjbig2_decode_text_regionjbig2_immediate_generic_regionjbig2_decode_generic_regionjbig2_generic_stats_sizejbig2_refinement_regionjbig2_region_find_referredjbig2_decode_refinement_regionjbig2_decode_generic_mmr$XAoAMiKTqCXM0Ng.rm$XAoAMiKTqCXM0Ng.lmjbig2_mmr_black_decodejbig2_mmr_white_decodejbig2_halftone_regionjbig2_decode_halftone_regionjbig2_pattern_dictionaryjbig2_hd_releasejbig2_hd_newjbig2_image_clearjbig2_image_composejbig2_image_get_pixeljbig2_image_set_pixeljbig2_image_compose_unoptjbig2_image_resizejbig2_image_freejbig2_image_releasejbig2_image_clonejbig2_image_newjbig2_image_read_pbmjbig2_image_read_pbm_filejbig2_image_write_pbmjbig2_image_write_pbm_filejbig2_comment_unicodejbig2_comment_asciijbig2_metadata_addjbig2_metadata_freejbig2_metadata_new// 1281108630 0 0 0 188 ` jbig2_arith_int.o/ jbig2_arith_iaid.o/ jbig2_huffman.o/ jbig2_segment.o/ jbig2_symbol_dict.o/ jbig2_generic.o/ jbig2_refinement.o/ jbig2_halftone.o/ jbig2_image_pbm.o/ jbig2_metadata.o/ jbig2.o/ 1281108622 0 0 100644 26164 ` ELF+_p@@.shstrtab.text.rodata1.data.rodata.bss.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.data.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames0ww_@w_@ww_@0www__@@w_߰0ww_\`_@w_@ww_\`_@0www_\`__@w_߰ A@`www''G뀤 H.`]!`]_@@G瀤?H`]!`]G@@`]!`]@@`]!@ 'G< wwA@`ww''wwϢ__ϐ@$@'Gˀ HGˀ$h `]@$@_\`\` GG@'G H?'G'Gۡ< A@`ww'www_h`]w_߀h`]w_ p@w_ǀh__`]@ ?_Hdw__t`G_$`__t`__t`__t` G @ 'G_$`@_t (_$ X _$`L__D L,0@@_t P_$ \_$ ` _$`d__D d,p,p@_t h '_D dH"_\ hG,p,p$_\ hG,p,p$ _\ hG,p,pt (G 'G_D dO_w_ϰ@w_ `,  `,  `,  `'G< @w_ `,  `7WA@`wwww$w_\ (h_w_ϡ,0w__瀤 o_\ _ϐ@@_t (__t`0_$ 8_$ <H`_<_@\0hX_`8\`040h_<8$4_@\0h_\(8@<$4@@H1_w_ǡ,0w__`<`8$4_@ o_\ _ǐ@@w__] ( 8 <$4@@_\`\`(@__t`(__t`0_<8$@$_$ 8_\`(`<__@@_ <_< @$`]ς ` @O,HT_`<`8$ H H^'_\`(`8ϐ@ @H _`]@ ?@HF'_\`(`8 4 ,`D_ D H _`] `D@ ?@_ D H7_`<`8$ H H'_\`(`8 @_$ H_ 8` $`_D H H _`]@ ?@H _`]D`H@ ?@H _$ H_ 8` $`_ D H _$`@_`]@ ?@H _$`@_`]@ ?@H_\`(`8`<$4@@w_ǀh H'_ 8_< @$_D`XD`LH_D L, 'G_$`L_\`\`PG,0@@_t P_ Xw_D 'G _$`__\ PG,0t@_D @ H _  ? 3H _$`@H _$`@Ho_\`PD`\,0\w_\ _`<`8$4h H`'__\`(`8@@'_ 8_\ < @$_ \D` $`_D @ H _D`\D`XH _$`@H _$`@G H _$`@GH,'H&_`8`<H H!'_`]@ ?@H'_D @ H , < #`T_DO 'G< dd0w_\ w__\ (@@_\ Ph  '_D XH_\PG,0\@@G 'G_D XO__\ P@@_\ hh. '_D `H!_\ hG,p,p\ (h _] hG,p,p\ (@G 'G_D `O__\ h@@__@@@w_w_@w_@ w'_w_\ wG < _\ h_G @, < @, < @, < @'H/G_\  h H(' '۠ '_\ G$@h_GGנ@<   , ,@4 'Gנ 'G_\ G$@ o'4  A@`wwww_\  @w`]_t`__t`__t`_w_߰@ww_\ _@@jbig2 decoder FATAL ERROR: %s (segment 0x%02x) jbig2_error: error in generating error stringinitial context allocation failed!Not a JBIG2 file headerreserved bits (2-7) of file header flags are not zero (0x%02x)file header indicates a single page documentfile header indicates a %d page documentfile header indicates sequential organizationfile header indicates random-access organizationGarbage beyond end of fileJB2  @(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jbig2.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2.o jbig2.c -W0,-xp\$XAoAMiKOqCXMULf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKOqCXMULf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_default_alloc"nallocator!xsize!pD void_Jbig2Allocatoralloc>#freee#realloc#unsigned long >   e  G    n Jbig2Allocator size_t jbig2_default_free(n9allocator'xp'pD jbig2_default_realloc.nallocator-xp-psize-hDjbig2_default_allocator2 jbig2_alloc;nJallocator:xsize:pD jbig2_freeAnallocator@xp@pD jbig2_reallocGnallocatorFxpFpsizeFhDjbig2_default_errorNndataLxmsgLp7severityMlOseg_idxMhD(intchar7JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL Jbig2Severity int32_tjbig2_error]nTbctx[x7severity[tOsegment_number[ptfmt\h...\`buf^wap_wn`wcodeawD0yJBIG2_OPTIONS_EMBEDDED TJbig2Options Jbig2Ctx      Jbig2ErrorCallbackunsigned char %byte6unsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF ZJbig2FileState %uint8_t Nuint32_t )_Jbig2Segment0 number )#flags #page_association )#data_length#referred_to_segment_count#referred_to_segments <# result#( E  JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED %Jbig2PageStateunsigned short uint16_t bool _Jbig2Image  bwidth#height#stride#data #refcount# Jbig2Image b_Jbig2Page0 wstate #number )#height )#width )# x_resolution )#y_resolution )#stripe_size #striped #end_row# flags #$image w#( Jbig2Page w_Jbig2Ctxpballocator#optionsy#global_ctx#error_callback#error_callback_data# bufE#(buf_size#0buf_rd_ixN#8buf_wr_ixN#<state#@file_header_flags #Dn_pagesO#Hn_segments_max#Lsegments #Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages #hklong} va_listjbig2_ctx_newtnballocatoroxyoptionsptglobal_ctxqherror_callbackr`error_callback_datasXresultbuHindex@D,_Jbig2GlobalCtx Jbig2GlobalCtxjbig2_get_int32nO9BbufxD69jbig2_get_int16nbufxDshort int16_t6jbig2_data_innbctxxdatapsizehinitial_buf_sizeXbuf_sizePbufEPbuf_sizeHjbig2_id_stringPsegmentLHheader_size@codeCD$%65} EJbig2Segment5jbig2_ctx_freeZnbctxYxca[pi\lDjbig2_make_global_ctxpnbctxoxDjbig2_global_ctx_freeunrglobal_ctxtxDjbig2_word_stream_buf_get_next_wordn )!selfxoffsettzhdata`result )\iXD _Jbig2WordStreamget_next_word# N   Jbig2WordStream6* {super#data3#size#! I :  I8 ' ID  I ' D  I: . : ; @ ' D 4I : ;  .?  : ; @ ' ID .?  : ; @ ' D &I : ( I !I/ < I !I/ .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID . : ;@ ' ID   !I".? < ' D #.? < ' ID $.? < ' ID _jbig2_allocJjbig2_freejbig2_reallocajbig2_errorjbig2_ctx_newjbig2_get_int32Kjbig2_get_int16jbig2_data_inUjbig2_ctx_freejbig2_make_global_ctxjbig2_global_ctx_freejbig2_word_stream_buf_new_jbig2_word_stream_buf_free.jbig2_default_allocjbig2_default_free9jbig2_default_reallocjbig2_default_errorrjbig2_word_stream_buf_get_next_word_Jbig2AllocatorJbig2Allocatorsize_t7Jbig2SeverityOint32_tTyJbig2OptionsJbig2ErrorCallback6byteZJbig2FileState uint8_t )uint32_t E_Jbig2Segment % Jbig2PageState uint16_t bool _Jbig2Image bJbig2Image _Jbig2Page wJbig2Page _Jbig2CtxJbig2Ctxva_listJbig2GlobalCtxint16_t5Jbig2Segment_Jbig2WordStreamJbig2WordStream<{Jbig2WordStreamBuf(__FILEVoff64_tJFILE/off_t:jbig2_default_allocatorjbig2.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatajbig2_default_allocjbig2_default_freejbig2_default_realloc.L85.L91.L95jbig2_default_error.L121.L167.L316.L339.L350.L376.L381.L402.L410.L517jbig2_word_stream_buf_get_next_wordjbig2_word_stream_buf_freejbig2_word_stream_buf_newjbig2_global_ctx_freejbig2_make_global_ctxjbig2_image_releasejbig2_free_segmentjbig2_ctx_freejbig2_parse_segmentjbig2_parse_segment_headermemcmpmemcpymemmovejbig2_data_injbig2_get_int16jbig2_get_int32jbig2_ctx_newstrncpyvsnprintfjbig2_errorfflushfprintf__iobjbig2_reallocjbig2_freejbig2_alloc$XAoAMiKOqCXMULf.jbig2_default_allocatorreallocfreemalloc_GLOBAL_OFFSET_TABLE_   .=,Q` d8z  8@0p(@0 0P08d,h2Hx ^rX@0L(d'3:B HHV@0a<m(8p7699 1$1 0 4 H0`1d1 pt 011  011 /99X- ,0949d5h5  4 44`9d94'4 $& <3 &   4% L P d.   . $* ` d x.   .   . 4 8 L. $ 2(#  $.3<!x3 <3P3"p9t94 $3  ` 6&6F6N646`6xS6[656466Z36b6h26626:6r.6z6+66|+6+6L*66`)6h60(66X(6,`(6$i(6@q(6z(6@(6(6(6$(6(6$(6(6$(6(6$(6(6(6H(6 (6H(6O(6hW(6$`(6hh(6q(6hy(6j"6r6X6676?6668(606096|A60J6|R60[6c60l6t606666,66`646-36E26]6~.6+6*6)6(6"66636a6}66666@P 8 (-6?JV:pb>#p@%kABSE FEQHpMXUHV(8 ]` _ _(%_@;_X jbig2_arith.o/ 1281108623 0 0 100644 12708 ` ELF++@@.shstrtab.text.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0w_ 4  / Hq_D  HB_\ w_\`_D @_$ _ D` $`_ 4  / H_!?#@$ _$`!?#@, 4 _$`  _$`H_, 4 @$ _$` _$`H*_ 4  / H _!?#@$ _$`H_ D`$ $`_ `, $`_, 4 @$ _$`H5 _$`_ `, $`_ D`$ $`_D  H_\ w_\`_D @_$ _ D` $` _$`_ 4  /_, 4 @$0ww_\  (@w__t`_\`@ _$  _$` _$` _ 4 !? @$_(_`, $`_ߢ D`$ $`! _$`_w_@w_D  H__ D`, $`_`, $`_ D`$ $`_D ! @O A@`www_ / < ,0`]@w_ D_ $@$_ 4 _  H8__ , 4 $@$_D ! @ H%_D _ H<   '_ _ @,H < '_ _ @,_GH1'< H-'_D _ H_ _$`< '_ _ @,H_ _$`<   '_ _ @,_[GH'G< V4 !!#$VT H80$VTQH840($"  ?>!>A!AI% V@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03Pjbig2_arith.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_arith.o jbig2_arith.c -W0,-xp\$XAoAMiKPqCXM0Sf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXM0Sf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_arith_byteinBnasAxBCwB1KvwsENhwsEhDunsigneduint32_tint _Jbig2WordStream get_next_word"#  "   Jbig2WordStream +_Jbig2ArithState( C# A# CT# next_word# next_word_bytes# wsE# offset# NJbig2ArithState unsigned char bytejbig2_arith_newn 4ctxxEwspresult`D _Jbig2Allocator allocG# freen# realloc# unsigned longvoid  G   !n   P     wJbig2Allocator JBIG2_OPTIONS_EMBEDDEDJbig2Options fJbig2Ctx  char2 :JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL   C L  Jbig2ErrorCallback size_tJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF-Jbig2FileState uint8_tint32_t  _Jbig2Segment0 number# flags# page_association# data_length# referred_to_segment_count# referred_to_segments# result#(   hJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned short uint16_tbool  _Jbig2Image  4 width# height# stride# data # refcount# Jbig2Image 4 _Jbig2Page0 I state h# number# height# width# x_resolution# y_resolution# stripe_size # striped # end_row# flags#$ image I#( RJbig2Page I _Jbig2Ctxp 4 allocator# options# global_ctx)# error_callback# error_callback_data# buf#( buf_size#0 buf_rd_ix#8 buf_wr_ix#< state#@ file_header_flags#D n_pages#H n_segments_max#L segments#P n_segments#X segment_index#\ current_page#` max_page_index#d pages ]#h    Qe # mps_xor# lps_xor# =Jbig2ArithQe long  .jbig2_arith_Qe  jbig2_arith_renormd n5as xDjbig2_arith_decoden asxpcxpcxkpqe`D \D  Jbig2ArithCx   jbig2_alloc;   2mkstempk ;mkstemp ;   __FILE __pad#  off64_tftello  fseekoV   Vfsetpos  _ fgetpos  FILE tmpfile2 2 freopen[   2 [2 mfopen d v  off_tftello fseeko$   $fsetposf  -fgetpos  2 2 freopen   2 2 fopenE  tmpfile /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_arith.cint_types.hjbig2_priv.hjbig2_arith.hjbig2.hstdio_iso.hstdio_impl.hstdio.h  !4 %, ) % )  !4  ),    !$  -) %) % DD%. : ; @ ' D I: ;  4I : ;   D D $> I:  :  I8 I ' ID  I .?  : ; @ ' ID ' D  : ( &I II !I/ 4I?  : ;  . : ;@ ' D I: ; .?  : ;@ ' ID 4I : ; .? < ' ID .? < ' ID d\,jbig2_arith_new jbig2_arith_Qe5jbig2_arith_decodeQ\@jbig2_arith_bytein jbig2_arith_renormd\uint32_t_Jbig2WordStream+Jbig2WordStreamN_Jbig2ArithStateJbig2ArithStatebyte_Jbig2AllocatorJbig2AllocatorJbig2OptionsLJbig2ErrorCallbacksize_t-Jbig2FileStateuint8_tint32_t_Jbig2Segment hJbig2PageState uint16_t bool _Jbig2Image 4Jbig2Image R_Jbig2Page IJbig2Page f_Jbig2Ctx Jbig2Ctx = Jbig2ArithQeJbig2ArithCx__FILEoff64_tFILEoff_tjbig2_arith.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatajbig2_arith_byteinjbig2_arith_renormdjbig2_arith_decodejbig2_arith_Qejbig2_allocjbig2_arith_new_GLOBAL_OFFSET_TABLE_   #4CVjx$}   686W6_66466D66D66D66X6P6X6P%6-666>6G64O6X6H`6i6Hq6A6I6 66 6XN 6V6686b6 6666@ X$-Y6 A \MiY 3g!pw"Z]"%M& 'x(  +8` + + + /0 1281108623 0 0 100644 9276 ` ELF+@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0w_\ "@w_ "@_w_www_wנ '__GӠ@@'Gӣ, GϠ@'__GӠ@@'Gӣ, GǠ@'GǀHe__GӠ@@'Gӣ, GǠ@'GǀHN__GӠ@@'Gӣ, GǠ@'GǀH7__GӠ@@'Gӣ, GǠ@'GǀH __GӠ@@'Gӣ, GǠ@'GǀH  '!!T'H 'à!T'H 'à T'H 'à 'H 'à 'H 'à ' 'ˠ 'GÀH__GӠ@@'Gӡ,` ! aGǠ@'Gˣ, GǠ@'G 'GGÀOGG@'GπGˢ @?,@ @'G'G_$`GπH Gˀ H H' 'G'G< @ww_\ _@@@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 jbig2_arith_int.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_arith_int.o jbig2_arith_int.c -W0,-xp\$XAoAMiKPqCXMkZf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXMkZf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_arith_int_ctx_new(nR !ctx'xresultR)hDunsigned charJbig2ArithCxlong  _Jbig2ArithIntCtx7 IAx# Jbig2ArithIntCtx 7 _Jbig2Allocator alloc# free&# realloc^# [unsigned longvoid  & ^ /[Jbig2Allocator gJBIG2_OPTIONS_EMBEDDEDJbig2Options SJbig2Ctx char mJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALintmm tJbig2ErrorCallbackbyte size_tunsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_tmint32_tuint32_t  _Jbig2Segment0 number# flags# page_association# data_length# referred_to_segment_countm# referred_to_segments# result#(  UJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortnuint16_tmbool  _Jbig2Image ! widthm# heightm# stridem# data# refcountm#Jbig2Image ! _Jbig2Page0 6 stateU# number# height# width# x_resolution# y_resolution# stripe_size# striped# end_rowm# flags#$ image6#(?Jbig2Page 6 _Jbig2Ctxp ! allocator# options# global_ctx# error_callback# error_callback_data# buf#( buf_size#0 buf_rd_ix#8 buf_wr_ix#< state#@ file_header_flags#D n_pages#H n_segments_maxm#L segments#P n_segmentsm#X segment_indexm#\ current_pagem#` max_page_indexm#d pages J#h jbig2_arith_int_decode5nm CRctx3x pas3p yp_result4hIAx 6XPREVm7TSm8PVm8Lbitm9Hn_tailm:Doffsetm:@im;D_Jbig2ArithState CJbig2ArithState V  jbig2_arith_int_ctx_freen  !ctxxRiaxpD C jbig2_arith_decode ;  jbig2_free fjbig2_alloc memsetm\ /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_arith_int.cjbig2_arith.hjbig2_arith_int.hjbig2_priv.hjbig2.hstddef_iso.hint_types.h ()% 5,!, ,!,!,!,!%,,|8H $ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  !I/   I8 I  : ' ID I' D  : ( &I< .?  : ; @ ' D .? < ' ID .? < ' D .? < ' ID z Ljbig2_arith_int_ctx_new *jbig2_arith_int_decode jbig2_arith_int_ctx_free Jbig2ArithCx _Jbig2ArithIntCtx7Jbig2ArithIntCtx[_Jbig2AllocatorgJbig2AllocatorJbig2OptionsJbig2ErrorCallbackbytesize_tJbig2FileStateuint8_tint32_tuint32_t_Jbig2SegmentUJbig2PageStateuint16_tbool_Jbig2Image!Jbig2Image?_Jbig2Page 6Jbig2Page S_Jbig2CtxJbig2Ctx VJbig2ArithStatejbig2_arith_int.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatajbig2_freejbig2_arith_int_ctx_freejbig2_arith_decodejbig2_arith_int_decodememsetjbig2_allocjbig2_arith_int_ctx_new_GLOBAL_OFFSET_TABLE_   '8GR,k~`T0L  4 x     6D6i6q6\ F 6 N6 6 6$6 6S 666@ 00```$`-`6A MhYHNgw'C   H    /19 1281108624 0 0 100644 8564 ` ELF+0@@.shstrtab.text.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames w'_\  @wߢ G,@'G_$`_\ Gې@@_t _\ Gې@ @_w_www_\ w_D 'Ӡ 'Ϡ 'GӀH__GϠ@@'Gϣ, Gˠ@'GǠ 'GGӀOGϢ Gӡ,@$'G_$` 'G< @ww_\ _\ @@_\ _@@@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 jbig2_arith_iaid.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_arith_iaid.o jbig2_arith_iaid.c -W0,-xp\$XAoAMiKPqCXM0ef.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKPqCXM0ef.;backend;raw;cd;DBG_GEN 5.2.7jbig2_arith_iaid_ctx_new-n Vctx,xSBSYMCODELEN,tresult.`ctx_size/\D intunsigned charJbig2ArithCx _Jbig2ArithIaidCtxr SBSYMCODELEN# IAIDx #)Jbig2ArithIaidCtxr _Jbig2Allocator alloc;# freeb# realloc#unsigned longvoid  ;  b   D     kJbig2AllocatorJBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2Ctxchar&.JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL   7 @ Jbig2ErrorCallbackbytesize_tunsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFXSBSYMCODELEN?TPREV@PDALiBHD_Jbig2ArithState FJbig2ArithState Y jbig2_arith_iaid_ctx_freeXn  VctxWxiaxWpD  Fjbig2_arith_decode 6 jbig2_free a   jbig2_alloc   memset    3 /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_arith_iaid.cjbig2_arith.hjbig2_arith_iaid.hjbig2_priv.hjbig2.hstddef_iso.hint_types.h -(,) =%z  ($ DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I   I8  :  ' ID  I' D  : ( &I< .?  : ; @ ' D .? < ' ID .? < ' D .? < ' ID } Ojbig2_arith_iaid_ctx_new _jbig2_arith_iaid_decode jbig2_arith_iaid_ctx_free  Jbig2ArithCx)_Jbig2ArithIaidCtxrJbig2ArithIaidCtx_Jbig2AllocatorJbig2AllocatorJbig2Options@Jbig2ErrorCallbackbytesize_t<Jbig2FileStateuint8_t int32_tuint32_t9_Jbig2SegmentJbig2PageStateuint16_tbool_Jbig2ImageVJbig2Imaget_Jbig2Page kJbig2Page _Jbig2CtxJbig2Ctx YJbig2ArithStatejbig2_arith_iaid.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatajbig2_freejbig2_arith_iaid_ctx_freejbig2_arith_decodejbig2_arith_iaid_decodememsetjbig2_allocjbig2_arith_iaid_ctx_new_GLOBAL_OFFSET_TABLE_   (9HSHm4l$   6G6m6u6 | 6 6 6 66 6) 666@ 0888$8-86A M?Y:g,w) h H    /39 1281108624 0 0 100644 27180 ` ELF+dh@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.picdata.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames0ww_\  @w_߀h_$ _$ _\`@ _$ _\`@ _$ __t`_w_@ww_h_@H0w_D  'GHG  '_ DG@$_ G,@ E   4% _D  H,_\ w_`$`_ D` $`_\`_D  @_$ _ D`$ $`_D H _ E ,   4@% 0w'_\ w_ DG ?@$_ DG , @$_D  H _ D` $`_ D`$ $`_\`_D @_$ _\`_D  @_$ _D  H _ E ,   4@% @w_D` D`< 'G< 0w'_ 'G  4@'_ DG@$_D  H2_ D` $`_ D`$ $`_`$`_\\`D  @_$ _D H_ E ,   4@% H_`D`,$`H G,@_`D`  4$`G'G< www_D '_ '_D '_\ G  4@4,0w_ /_ '_ 'GG@'Gπ H_\ w'_ D` $`_\`_D  @'GϠ$ '_$`G'GH G,@GϠ  4@'֠ H_\ wHHO_D '_ 'GÀ HHGà  4@'֠ HGG$@'HGG@'GGà@'Gπ H_\ w'_ D` $`_\`_D  @'GϠ$ '_$`G'GÀH Gå,@GϠ  4@'_$`G_$`_瀤h֠ _$`G'G< A@`woww?'۠$'_\ w_D 'ˠ ' '_\ Gא@@w_߀h _`]@ ?@Hw_Gא@ @ '_D HS_Gǥ,p,pD'GGۀHG۠ 'GG H_Gá,0$@Gà 'GG OG'_G,0@w_D` $`G_Gǥ,p,pD 'G HG'G H GGHG'GǠ 'G_D O_`]G@ ?@ G,@'_\  @wG_$`_\ G,0@@w__t`_$  ' GۀHGG$@'G_G$ < ,0D@, 'G' 'GˀH_G,p,pD'GGH_G,p,pD 'GG,@'G G,@' /GGH$_`]GG@ ?@_\ _\ @@_\ _@@_\ _ߐ@@Hw_D H GGˢ$ H /_D @  '{GGG{$@H /GG@ H0G'GGH'_G,p,pD _Gå,0$@G_Gá,0@,`G_Gá,0@,` _Gá,0@,` Gà 'GGOHOG'GGHHGGG$@< ,$  @'{ H_G,p,pD G{$@_Gå,0$@H_G,p,pD G{@_Gå,0$@GG@_Gá,0@,` _Gá,0@,` _Gá,0@,` Gà 'GGOG 'G 'GGˀOG 'GGۀO_\ _ߐ@@_w_@ww_h_\ _\ @@_\ _@@Hcouldn't allocate storage for huffman histogramconstructing huffman table log size %dran off the end of the entries table! (%d >= %d)    K   K  L   L        @      &F    '+K      FfF F F F  F  -M    ) I-M        @(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03! jbig2_huffman.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_huffman.o jbig2_huffman.c -W0,-xp\$XAoAMiKQqCXMEkf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKQqCXMEkf.;backend;raw;cd;DBG_GEN 5.2.7int_Jbig2HuffmanLine PREFLENF#RANGELENF#RANGELOWF#MJbig2HuffmanLinelong jbig2_huffman_lines_A Fbool -_Jbig2HuffmanParamsHTOOB#n_linesF#lines6#?Jbig2HuffmanParams jbig2_huffman_params_A$  jbig2_huffman_lines_B(  jbig2_huffman_params_B=4 t jbig2_huffman_lines_C}8  jbig2_huffman_params_CE " jbig2_huffman_lines_DI  jbig2_huffman_params_DOT  jbig2_huffman_lines_EX  jbig2_huffman_params_Ed 4 jbig2_huffman_lines_Fh  jbig2_huffman_params_Faz  jbig2_huffman_lines_G~  jbig2_huffman_params_G !F jbig2_huffman_lines_H*  jbig2_huffman_params_Hs  jbig2_huffman_lines_I  jbig2_huffman_params_I 3X jbig2_huffman_lines_J<  jbig2_huffman_params_J  jbig2_huffman_lines_K  jbig2_huffman_params_K Ej jbig2_huffman_lines_LN  jbig2_huffman_params_L  jbig2_huffman_lines_M  jbig2_huffman_params_M #)  [  jbig2_huffman_lines_N d-  jbig2_huffman_params_N 8   jbig2_huffman_lines_O <  jbig2_huffman_params_O 9M  jbig2_huffman_new=n ; ctx<x ws<presult ;>`D unsigned uint32_t_Jbig2WordStream @get_next_word o#   o @F I Jbig2WordStream x_Jbig2HuffmanState this_word #next_word #offset_bitsF#offsetF# ws # Jbig2HuffmanState _Jbig2Allocator alloc #free #realloc G# Dunsigned longvoid          G    DJbig2Allocator P JBIG2_OPTIONS_EMBEDDED rJbig2OptionsJbig2Ctx char VJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALF   F VJbig2ErrorCallbackunsigned charbyte  size_tJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_tFint32_t _Jbig2Segment0number #flags#page_association #data_length#referred_to_segment_countF#referred_to_segments# result #(  )JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortBuint16_t _Jbig2Image widthF#heightF#strideF#datag#refcountF#pJbig2Image _Jbig2Page0state)#number #height #width # x_resolution #y_resolution #stripe_sizeT#striped#end_rowF# flags#$image#(Jbig2Page _Jbig2Ctxpallocator i#options #global_ctx #error_callback#error_callback_data # buf#(buf_size#0buf_rd_ix #8buf_wr_ix #<state#@file_header_flags#Dn_pages#Hn_segments_maxF#Lsegments#Pn_segmentsF#Xsegment_indexF#\current_pageF#`max_page_indexF#dpages#h jbig2_huffman_freeTnK ctxSx ;hsSpD jbig2_huffman_skiptn ;hssxbitsFutws hDjbig2_huffman_advancene ;hsx Foffsettws hD jbig2_huffman_offsetnF ;hsxD jbig2_huffman_get_bitsnQ ;hsx Qbitstthis_word lresulthD F jbig2_huffman_getn ;hsx tablep  oobhentryXflagsWoffset_bitsFPthis_word Lnext_word HRANGELENFDresult@log_table_sizeFPREFLENFws HTOFFSETws DJbig2HuffmanTable  RANGELOW#ext_table#_Jbig2HuffmanEntryu#PREFLEN#RANGELEN# flags#  Jbig2HuffmanEntry _Jbig2HuffmanTablelog_table_sizeF#entries#  jbig2_build_huffman_tablenctxxparamspLENCOUNT# `LENMAXF!\lencountsize,"Xlines>#Pn_linesF$LiF%HjF%Dmax_jF&@log_table_sizeF'result(entries)CURLENF*firstcodeF+CURCODEF,CURTEMPF-PREFLENF:ltsF;shiftFXPREFLENF`RANGELENFcstart_jFdend_jFeeflagsfHTOFFSET~D   FF 5jbig2_release_huffman_tablenctxxtablepD  jbig2_errorF  Fjbig2_free ?  jbig2_alloc  s  memset   F mkstempF  mkstempF! free  /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_huffman.cjbig2_huffman.hjbig2_hufftab.hjbig2_priv.hint_types.hjbig2.hstdlib_iso.h ),- ( %   8 !  (, !48!4 $ $$ 8!=  8 44$% 4  (0)!01140o 8(,)4%(!, @($$8@$(8$$| )4@,$uRx;% (% DD%$>  :  I8 I: &II!I/ 4I?  : ;  I 4I?  : ; .?  : ; @ ' ID  I: ;  4I : ;  D D ' ID I ' D  : ( .?  : ; @ ' D   : .?  : ;@ ' ID I: ; 4I : ; .?  : ;@ ' D .? < ' ID .? < ' D  .? < ' D !jbig2_huffman_lines_Ajbig2_huffman_params_Ajbig2_huffman_lines_BFjbig2_huffman_params_Bjbig2_huffman_lines_Cjbig2_huffman_params_C"jbig2_huffman_lines_DXjbig2_huffman_params_Djbig2_huffman_lines_Ejbig2_huffman_params_E4jbig2_huffman_lines_Fjjbig2_huffman_params_Fjbig2_huffman_lines_Gjbig2_huffman_params_GFjbig2_huffman_lines_H|jbig2_huffman_params_Hjbig2_huffman_lines_Ijbig2_huffman_params_IXjbig2_huffman_lines_Jjbig2_huffman_params_Jjbig2_huffman_lines_Kjbig2_huffman_params_Kjjbig2_huffman_lines_Ljbig2_huffman_params_Ljbig2_huffman_lines_M ,jbig2_huffman_params_M jbig2_huffman_lines_N jbig2_huffman_params_N jbig2_huffman_lines_O Bjbig2_huffman_params_O qjbig2_huffman_newjbig2_huffman_freeKjbig2_huffman_skipjbig2_huffman_advanceejbig2_huffman_offsetjbig2_huffman_get_bitsZjbig2_huffman_getjbig2_build_huffman_tableGjbig2_release_huffman_table!M_Jbig2HuffmanLineJbig2HuffmanLinebool?_Jbig2HuffmanParamsJbig2HuffmanParams uint32_t _Jbig2WordStream xJbig2WordStream _Jbig2HuffmanState Jbig2HuffmanState D_Jbig2Allocator PJbig2Allocator r Jbig2Options Jbig2ErrorCallbackbytesize_tJbig2FileStateuint8_tint32_t_Jbig2Segment)Jbig2PageStateTuint16_tp_Jbig2ImageJbig2Image_Jbig2PageJbig2Page_Jbig2Ctx Jbig2Ctx _Jbig2HuffmanEntryJbig2HuffmanEntry_Jbig2HuffmanTableJbig2HuffmanTablejbig2_huffman.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L336.L398.L442jbig2_release_huffman_tablejbig2_freememsetjbig2_errorjbig2_build_huffman_tablejbig2_huffman_getjbig2_huffman_get_bitsjbig2_huffman_offsetjbig2_huffman_advancejbig2_huffman_skipfreejbig2_huffman_freejbig2_allocjbig2_huffman_newjbig2_huffman_params_Ojbig2_huffman_lines_Ojbig2_huffman_params_Njbig2_huffman_lines_Njbig2_huffman_params_Mjbig2_huffman_lines_Mjbig2_huffman_params_Ljbig2_huffman_lines_Ljbig2_huffman_params_Kjbig2_huffman_lines_Kjbig2_huffman_params_Jjbig2_huffman_lines_Jjbig2_huffman_params_Ijbig2_huffman_lines_Ijbig2_huffman_params_Hjbig2_huffman_lines_Hjbig2_huffman_params_Gjbig2_huffman_lines_Gjbig2_huffman_params_Fjbig2_huffman_lines_Fjbig2_huffman_params_Ejbig2_huffman_lines_Ejbig2_huffman_params_Djbig2_huffman_lines_Djbig2_huffman_params_Cjbig2_huffman_lines_Cjbig2_huffman_params_Bjbig2_huffman_lines_Bjbig2_huffman_params_Ajbig2_huffman_lines_A_GLOBAL_OFFSET_TABLE_   %6E0K0(QX1W(`s~Dd4(0@8*6H_@uTP)@Vmp`dP @!\`70NTd {l<`<499 0 P  T h    < h     Xp8 6 (4 82 H0 X. h, x* ( & $ "   6>68676566l564636G26~1606/6Y.6-6,6+6k*6)6(6+'6}&6%6$6=#6"6!6  6 S6 6 6 16 i6 6 666c6k6h6|68668668 666666hq6y6r6(z66(6x6(6x666666(60696A6J6R6t6|6666666>666(6666S6[6d6l6u6}6666466466P66d6 6d6~666666666666i 6q6666=6^6v666 666@ HYY%\-86(?J!V?bApCHr K|Op T(WhX  c` d8 dP /56 1281108624 0 0 100644 19028 ` ELF+D@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenamesA@`wwwww_瀤 hHw_\  0@w_@2 _$`_ _,`_ /Π H_ @'!<,@'G <` @<  'HΡ< ' 'G_$`_ !H H'_ #@H H' 'G'G'_  @@??  'G'GGGL@G@ < _瀤h__ < `]@ @?_\ _ϐ@@HwGHZ_\ GGL@< ,0@w 'GHDG H_G @H'G H _G@@*00<00H'_G@@'G'G4 _G,0$@GG@'__ =`]_G,0@ @@G 'GGO__t` H_t _  @H_G@@2 _$`G 'H _G @_$`G '__=``] @@@_G@@: _t`G < _t`_t (_w_װ@ww_\ h _\ _\ @@H+_\ (h__\ (@@H3_\ (h__\ (@@H&_\ (h__\ (@@HH_  ? (H  O OOO >OO_\ _@@ w'_D \$ '_\ wG'G〤 H_\ PG,0\@ H _\ PG,0\@H.wG$ 'G〤 O_׀h"_D \$ 'G〤 H_\ PG,0\@ H _\ PG,0\@H wG$ 'G〤 Ow_@ww_@_$ _ @_$ _ @_$ _ @_$ _ _,`_ ` $`A@`wwww_@'! @'! @'!< @'GӀHGۀH__ < `]@ @H6___@@H;'___@@H2'GӀH__ < `]ߐ@ @H'__ < `]@ @H'#O#`OO 'G< A@`wwww__> `]  `?\ @@>`s@sH___@@H$'___@@H'__ < `]@ @H '__ < `]@ @H'__ < `]@ @H'__ < `]@ @H'__ < `]@ @H'___@@H'___@@H'___@@H'___@@H'___@@H' _$`@__ < `]@ @H'__ < `]@ @H'__ < `]@ @H{'___@@Hr'__`< `] ` ? @H__  ?`&H1`H`H `O'`O-OO)`O&O`H `O'`O2O`$H `O8`OCOOMO`0H%`& O, < #aP_נD`>H%`0 O, < #ah_נDOO 'G< d Dhjbig2_parse_segment_header() called with insufficient datasegment %d refers to segment %dsegment %d is associated with page %dextension segment is marked 'necessary' but not 'reservered' contrary to specunhandled necessary extension segment type 0x%08xunhandled extension segmentSegment %d, flags=%x, type=%d, data_length=%dunhandled segment type 'pattern dictionary'unhandled segment type 'intermediate halftone region'unhandled segment type 'immediate halftone region'unhandled segment type 'immediate lossless halftone region'unhandled segment type 'intermediate generic region'end of fileunhandled segment type 'profile'unhandled table segmentunknown segment type %d@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jbig2_segment.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_segment.o jbig2_segment.c -W0,-xp\$XAoAMiKQqCXMUpf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKQqCXMUpf.;backend;raw;cd;DBG_GEN 5.2.7jbig2_parse_segment_headern ctxxbufppbuf_sizeh p_header_size`result PrtscarfM!Ortscarf_long)"Hreferred_to_segments#@referred_to_segment_count$referred_to_segment_size%pa_size&offset'iTD(unsigneduint32_tunsigned char< jbig2_immediate_generic_region   < jbig2_text_regionG   < Gjbig2_end_of_page   P< jbig2_end_of_stripe   < jbig2_page_infoF    Fjbig2_error    Ojbig2_free  jbig2_alloc  _< shortint16_tjbig2_get_int16Z < Zjbig2_get_int32 c jbig2_image_release  v /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_segment.cjbig2.hint_types.hstddef_iso.hjbig2_priv.hjbig2_metadata.hjbig2_symbol_dict.h  )!  h8 @$9x  ,!,   $ $ $p$ $4~,4~  $$$  !- 01w    \    1111E E]= DD%.?  : ; @ ' ID I: ;  4I : ;   D D $> I: I  :  I8 ' ID  I' D  : ( &I.?  : ; @ ' D  : .? < ' ID .? < ' D .? < ' D Fjbig2_parse_segment_header &jbig2_free_segment jbig2_find_segment Ijbig2_get_region_segment_infojbig2_parse_extension_segmentjbig2_parse_segmentg)uint32_tMuint8_tpsize_t_Jbig2SegmentpJbig2Segment_Jbig2AllocatorzJbig2AllocatorJbig2OptionsJbig2ErrorCallbackbyteJbig2FileStateint32_tHJbig2PageStatesuint16_tbool_Jbig2Image Jbig2Image 2_Jbig2Page )Jbig2Page F_Jbig2CtxJbig2Ctx /Jbig2ComposeOpHJbig2RegionSegmentInfoA{Jbig2Encoding_Jbig2Metadatakint16_tjbig2_segment.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L68.L98.L132.L294.L316.L322.L342.L357.L360.L363.L366.L369.L386.L389.L392.L397jbig2_end_of_stripejbig2_end_of_pagejbig2_page_infojbig2_refinement_regionjbig2_immediate_generic_regionjbig2_text_regionjbig2_symbol_dictionaryjbig2_parse_segmentjbig2_comment_unicodejbig2_comment_asciijbig2_parse_extension_segmentjbig2_get_region_segment_infojbig2_find_segmentjbig2_metadata_freejbig2_image_releasejbig2_sd_releasejbig2_free_segmentjbig2_get_int16jbig2_freejbig2_errorjbig2_get_int32jbig2_allocjbig2_parse_segment_header_GLOBAL_OFFSET_TABLE_   %6E@J@ O`(UP[8a g00m`0s8y8@@8x(": @<NdxH@D\#.:JVq 1$1h/x..  -,,l/+.@ D p-., 0 P-d.,0)d(',....P1T1p.  - # @" p t -   - H1 L1 t x -     ,- L P d-   -   -   - 0 T x     - $ ( <- \ ` t- $   -6>6f06n606$060640606406 >*6 F6 &6 6t l%6 t6($66  !66h06]*6&6%6$6 !666@ @%-6s?CJCV,b.=p/0s3.5:hB0 D D D jbig2_page.o/ 1281108625 0 0 100644 18916 ` ELF+C@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesA@`wwww_  H__ < `]_`` ` @@sH6_``H__ < `]_`` `` @s@sH__ < `]_`` ``` @ss@s_D H__ < `]_ @ @A@`wwww_\`hD``,0,0w_  H_D H_D H _$`__ < `]@ @_D `'_\ hGӥ,p,pD HQGӠ 'G_D dH>_D d, 'G_$`d_\`\`hG˥,p,p@_t hG'G_D dH"_\ hGϥ,p,p$_\ hGϥ,p,p$ _\ hGϥ,p,pt (GϠ 'G_D dO_\ hGӥ,p,pD O_\ hGӥ,p,pwG_$`` _$`_ _$`_\  h__ < `]@ @H'_@2 _$` _ @2 _$`_ @2 _$`_ @2 _$`_ _,`$_ @7W! @H  _$`W!<,@_4`H_$  _4`_ ?H_D  H__ < `]@ @ _$`_$ _\  h__ < `]@ @___א@r_ ?H__` < `@_t (H__` < `< @_t (_\ (h__ < `]@ @H#'__\`( `$ @__ < `]_\ (D`D`D`L @< @s 'G< A@`wwww_\`hD``,0,0 0`\@Ot_@'GGπH__ < `]GGϐ@ @H__ < `]G@ @G'Ϡ 'G<  A@`ww_D`\D`XH<_\`PD`\,0\w '_\ ?4 @h,__ < `]@ @_`<`8$4_t`__\`(`8@@'_ 8_\ < @$_ \D` $` _\`hD``,0,0$ 'G<  A@`wwww_\`hD``,0,0 '_ ߀H__`< `]`ߐ @@__ < `]ߐ@ @_@ 'G< A@`wwww'''_D H&G_D @_D @'_\ (D GӀH_`]GӐ@ ?@__\ (D`GӐ@@__\`(_GGD` @@  'Gס< 0A@`ww '_D dH;_\ hG,p,pD H( _\ hG,p,p$_`]] hG,p,p  ?@@_] hG,p,p\ (@H wG 'G_D dOw_0A@`www '_D dH8_\ hG,p,p\ (_h#__@@ _\ hG,p,p$_`]] hG,p,p  ?@@ H'G 'G_D dO_`]@ ?@ 'G< page %d image is %dx%d (unknown res)page %d image is %dx%d (%d ppm)page %d image is %dx%d (%dx%d ppm) maximum stripe size: %dunexpected page info segment, marking previous page finishedsegment too shortheight is unspecified but page is not markes as stripedextra data in segmentfailed to allocate buffer for page imageallocated %dx%d page image (%d bytes)end of stripe segment with non-positive end row advance (new end row %d vs current end row %d)end of stripe: advancing end row to %dFile has an invalid segment data length! Trying to decode using the available data.end of page marker for page %d doesn't match current page number %dend of page %dgrowing page buffer to %d rows to accomodate new stripepage %d returned to the clientpage %d released by the clientjbig2_release_page called on unknown page@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jbig2_page.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_page.o jbig2_page.c -W0,-xp\$XAoAMiKRqCXMkuf.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRqCXMkuf.;backend;raw;cd;DBG_GEN 5.2.7dump_page_info"n ctx!x segment!ppage!hD$_Jbig2AllocatorallocP#freew#realloc#unsigned longvoid !P  * w  !Y !  !  Jbig2Allocator JBIG2_OPTIONS_EMBEDDED Jbig2Options Jbig2Ctx)char;C JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALint  ! L U  Jbig2ErrorCallbackunsigned char #byte4 size_tunsigned  JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF iJbig2FileState #uint8_t int32_t ]uint32_tJ_Jbig2Segment04numberJ#flags&#page_associationJ#data_lengthL#referred_to_segment_count#referred_to_segments]# result!#(f4 JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED FJbig2PageStateunsigned short uint16_t bool&_Jbig2Image width#height#stride#data#refcount#  Jbig2Image_Jbig2Page0state#numberJ#heightJ#widthJ# x_resolutionJ#y_resolutionJ#stripe_size#striped#end_row# flags&#$image#( Jbig2Page_Jbig2Ctxp allocator#options#global_ctx2#error_callback#error_callback_data!# bufC#(buf_sizeL#0buf_rd_ix]#8buf_wr_ix]#<state #@file_header_flags&#Dn_pages8#Hn_segments_max#Lsegments=#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages#h fJbig2Segment jbig2_page_infoAn  ctx@x segment@p segment_data@hpageBXindexOTjOPstriping uVD$& short int16_tjbig2_end_of_stripen  ctxx segmentp segment_datahpageend_rowCD$& jbig2_complete_pagen N ctxxsegment hcodedDjbig2_end_of_pagen  ctxx segmentp segment_datahpage_numberJ`D$& jbig2_page_add_resultn ctxxpagepimagehxdy`rop\new_heightTD0 rJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpjbig2_page_out n ctxxindex!lDjbig2_release_page5nr ctx4ximage4pindex6hD  jbig2_image_compose r { {   ;jbig2_error= r U  jbig2_realloc!|  ! #|jbig2_get_int16  #jbig2_get_int328 #jbig2_parse_segmentU r 4 jbig2_image_resize U   jbig2_image_clear r { jbig2_image_release r {jbig2_image_cloneT U jbig2_image_new U  ;mkstemp mkstemp = /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_page.cjbig2_priv.hjbig2.hstdlib_iso.hint_types.h  "`i!I  -H 4\,(,} z ,!$)(( -5<!  A=!     $$<(4,-  1E   ,9 I (4-P {   (< -Pz  0 DD%. : ; @ ' D I: ;  D D  :  I8 I$> ' ID  I ' D  I:  : ( &I.?  : ; @ ' ID 4I : ;   .?  : ;@ ' ID 4I : ; I: ; .? < ' ID .? < ' D .? < ' ID  jbig2_page_info jbig2_end_of_stripe jbig2_complete_page Njbig2_end_of_page jbig2_page_add_resultjbig2_page_outjbig2_release_page1=dump_page_info_Jbig2AllocatorJbig2AllocatorJbig2OptionsUJbig2ErrorCallback4byteLsize_ti Jbig2FileState&uint8_t8int32_tJuint32_tf_Jbig2SegmentFJbig2PageStateuint16_tbool _Jbig2ImageJbig2Image_Jbig2PageJbig2Page_Jbig2CtxJbig2Ctx Jbig2Segment int16_trJbig2ComposeOpjbig2_page.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L25.L37.L44.L57dump_page_info.L82.L140.L178.L191.L219.L226.L249.L256.L286.L316.L321.L347.L382.L419.L430jbig2_image_releasejbig2_release_pagejbig2_image_clonejbig2_page_outjbig2_image_composejbig2_image_resizejbig2_page_add_resultjbig2_end_of_pagejbig2_parse_segmentjbig2_complete_pagejbig2_end_of_stripejbig2_image_clearjbig2_image_newjbig2_get_int16jbig2_get_int32jbig2_reallocjbig2_page_infojbig2_error_GLOBAL_OFFSET_TABLE_   "3B(G( LH(Qp Ve@jp8v |80h(`(XpH8  @* T 0- ,C xUi X}  0$0` d /  /( , l/  /00 /<- /,,,,,+ /  4/**  /8)PT /00,,\` / / 0 0   / & 0 0   / ( , H/ T' 0 0   4/ \# " 0 0 \ ` / (0,0 /8< P/656P6X6 .6 6 =.6 E.6t u.6< }.6 (6 6 '6 6 L '6 '6 '64 '6 '64 '6 e%6 m6 d$6"6 $60$6$6D$6$6D$6!66  66`6.6S(6'6%6$6!6$6666@  `xjBB%B-B6B?JV)Ib,pp-v.V=. 027PX?0 B C C C /73 1281108625 0 0 100644 43796 ` ELF+@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0w'w_\  @w_߀h_\ G,0@@_t G_$`HHw_\ h _\ G,0@ @H _\ _ߐ@@Hw_w_0ww_hH0 '_D H_\ G,0\@h __\ G,0\@@G 'G_D O_\ _\ @@_\ _@@0w'_hHw_\ ,0\@w_ ww '۠ '_D H"__\ G,0@@w_߀h _  ? HG۠ 'G 'G_D OG'G< A@`www__@@'ˠ '_\ Gˡ,0@@wϠ '_D H(__\ G,0@@w_׀h_  ? H _\ (_Gǧ,0t@GǠ 'G 'G_D OGGˀH__ < `]GGǐ@ @_w_w'wwǠ 'Ϡ 'GHG_Gۡ,0\@D 'G۠ 'GGO_Gϐ@@w_ǀh< 'Ӡ 'GH4 '_Gۡ,0\@D H"__Gۡ,0\@\ Gס,0\@@_\ Gӡ,0t@GӠ 'Gנ 'G_Gۡ,0\@D OG۠ 'GGO_w_߰A@`wwwwwww_ww 'wwwwowgw_wWwOwGw?w7w/ '+ 'w ' '___א@@w_D HE__@@wg_@w__@wW_@wO_@wG_D H(_\`D 4 `'  ' G H  G 'G,G O_G@@w?_@w7_@w/H<__ < `]@ @__@@ww_`]@@wo_D H_\ _ ,0@@w_h__ < `]@ @Hww__ < @@w_ H_D H _w_\ +@@' H ___g @@'+G+ H__ < `]G+@ @GG @' ' ''G H__ < `]@ @'+H"w__ < `]G@ @_ H__ < `]G@ @HR_D H _w_\ (+@@'H _W_g@@'+G+ H__ < `]G@ @H&GG@'GG@'G H__ < `]G @ @'+Hw_D H_D H_D H; '_D @' ' '_D @@?  ` 'G'_ DG@@_GG@@w___g__ϐ@@@'+__\ ,0t@H_D H _w_\ 8+@@'H _G_g@@'+G+H< H__ < `]@ @'+H8w__ < `]@ @ H_hB_\ G,0@@w_h__ < `]@ @'+Hw__D`4 `< @_t _\ h__ < `]@ @'+_\ _@@Hw_D`4 `< _\ $` '_D H__\ \ G,0\@@_\ \ G,0t@G 'G_D O_\  @w_h__ < `]@ @'+__\ @@_\ _@@Hw_D HU_@_t h_@_t p_@_t x_@_t  ' G,@_D`4 `< H G 'G-_D`4 `< O_G@@_t _@_t _@_t _@_t _@_t _@_t HA_`]@@_t (_`]@@_t 0_`]@@_t 8_`]@@_t @_`]@@_t H_`]@@_t P_`]@@_t X_D _$` _$` _$`$_$ _$ _$  _$`_$ _D L_$`_$`_GG@@w_h#__ < `]@ @'+_\ _@@__\ @@_\ _@@Hw____G_____g@@ssss@s__\ ,0t@__\ ,0\@@_\ \ _D 4 @4,0tH_\ D '_D H_wG@@'_w_o+@@'_w_o+@@'H_?_gӐ@@'+_7_gϐ@@'+_/_gː@@'+Gǣ4 @ H__ < `]Ӑ@ @'+H.w__ < `]GGː@ @@s_GG@@w_D L'Gǣ4 H _\ \ ӡ,0\@H w_\ Gǡ4 $@4,0\w_wG'G' '_ P@ @___g__ǐ@@@__\ ,0t@_D H _D HG4 _,0$@__ < `]_ GG@ @s@s 'O_D H_D H_w_\ 0+@@'G+HG H__ < `]@ @Hw_w@_GG@@w_h__ < `]@ @HfwG HW__w@: @w_D @ '_D < Gߠ@'_\ w_D GL@'__ < `]_D`D`$@G @4@s@s '_D H__G@@__D @w_G@wG 'G_D OHA__ < `]_D`D`$@G @4@s@s '____w@: @G_@@@'+G+H__ < `]@ @Hw_wG@@ ''G4 H1__G,0@< G@@w___G @ @ G4 _G,0@'__\ G,0t@G 'G4  O__@@_  O_h_D H@__\ h@@__\ p@@__\ x@@__\ @@__\ @@__\ @@__\ @@__\ @@__\ @@__\ @@H,__\ (@@__\ 0@@__\ 8@@__\ P@@__\ X@@__\ @@@__\ H@@_\ _@@w__\ @@_\ _@@_\ _ϐ@@__ < @@w '  ' '_\ h_\ D 'H 'G4 _ H_D H_ 'H _O_g@@'+G4 _ G4 $@H__ < `]G_ G@ @@s__@@wHK 'GH8GH,G GH__\ \ G ,0\@@Hw__\ G G$@< ,0\@w__\ G,0t@G 'G  ' G 'GGOG`?'G'G4 _  O__@@_D H2___@@__W@@__O@@__G@@_D H__?@@__7@@__/@@_\ _g@@H_D H_\ _@@__o@@_\ _w@@__@@_w_㾐A@`wGwwwwowg_\  hH(_@*00<007 '<  '< '< 'wwwwGHH2_`]@@wH9_`]@@wH/__ < `]@ @H'__ < `]@ @H' <  O, < #a4_GDH2_`]@@wH9_`]@@wH/__ < `]@ @H'__ < `]@ @H' 0<  O, < #aD_GD @H__ < `]@ @H'_`]@@w H__ < `]@ @Hf'_`]@@wGH" H__ < `]@ @ 0H__ < `]@ @ H__ < `]@ @GH H 'cGǀ@?  ` '_G_'cGc'_ G@@G '{GHGӀHG{ < _\ hH_G{@ @G{ '{Hא  @G{ < _\ hH_G{@@'_G{@ @'G{ '{__ < `]@ @@s__@@'[wOwG[ H__@@wO_G[_O@@w_h_D 'H 'GH<Gǀ H!@H 'WGǠ$ @?! $'SGS'WGW'[_\ G[@@wo_oG[@ @GHGӀ@?! $'OGO'[_\ G[@@wg_gG[@ @!H__ < `]@ @___G{@]`$_o_g@@s_t (GH__@@__@@__@@__@@_\ (h H'[?'[G[H'__ < `]@ @'G< HTcounted %d symbol dictionaries but build a list with %d. huffman coded symbol dictionarycould not allocate storage for symbol widthserror or OOB decoding height class delta (%d) Invalid HCHEIGHT valuedecoding height class %d with %d syms decodedNo OOB signalling end of height class %d OOB signals end of height class %dInvalid SYMWIDTH value (%d) at symbol %dinvalid number of symbols or OOB in aggregate glyphaggregate symbol coding (%d instances)Out of memory allocating dictionary arrayOut of memory allocating symbol dictionaryOut of memory creating text region paramsOut of memory creating symbol imagerefinement references unknown symbol %dsymbol is a refinement of id %d with the refinement applied at (%d,%d)decoded symbol %d of %d (%dx%d)error decoding size of collective bitmap!could not allocate collective bitmap image!reading %dx%d uncompressed bitmap for %d symbols (%d bytes)reading %dx%d collective bitmap for %d symbols (%d bytes)error decoding MMR bitmap image!runlength too large in export symbol table (%d > %d - %d) symbol dictionary uses custom DH huffman table (NYI)symbol dictionary specified invalid huffman tablesymbol dictionary uses custom DW huffman table (NYI)symbol dictionary uses custom BMSIZE huffman table (NYI)symbol dictionary uses custom REFAGG huffman table (NYI)SDHUFF is zero, but contrary to spec SDHUFFDH is not.SDHUFF is zero, but contrary to spec SDHUFFDW is not.bitmap coding context is used (NYI) symbol data likely to be garbage!symbol dictionary, flags=%04x, %d exported syms, %d new symssegment marks bitmap coding context as retained (NYI)Segment too short@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03-jbig2_symbol_dict.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_symbol_dict.o jbig2_symbol_dict.c -W0,-xp\$XAoAMiKRqCXMk2f.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKRqCXMk2f.;backend;raw;cd;DBG_GEN 5.2.7jbig2_sd_new[n ctxZxn_symbolsZtnew\`D intunsigned charuint8_t _Jbig2Image s width# height# stride# data# refcount#Jbig2Images  n_symbols# glyphs#Jbig2SymbolDict _Jbig2AllocatorE alloc# free# realloc#unsigned longvoid_ g E Np E g g E g NJbig2AllocatorEJBIG2_OPTIONS_EMBEDDED Jbig2Options 4Jbig2Ctx\ocharJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL < g   }x>}src T}stride U}dstqW}rparamse}glyph|}i~j~k~m~exflag}exrunlengthT}D8 RANGELOWT# ext_table# _Jbig2HuffmanEntryf u# PREFLENb# RANGELENb# flagsb# Jbig2HuffmanEntryf _Jbig2HuffmanTable log_table_size# entries#Jbig2HuffmanTableint8_tlong+HX SDHUFF# SDREFAGG# SDNUMINSYMST# SDINSYMS# SDNUMNEWSYMSf# SDNUMEXSYMSf# SDHUFFDH# SDHUFFDW#( SDHUFFBMSIZE#0 SDHUFFAGGINST#8 SDTEMPLATE#@ sdat#D SDRTEMPLATE#L sdrat+#PHJbig2SymbolDictParamsbJbig2ArithCx _Jbig2WordStream" get_next_wordQ# Q " +Jbig2WordStreamZ_Jbig2HuffmanState}Jbig2HuffmanState_Jbig2ArithStateJbig2ArithState_Jbig2ArithIntCtxJbig2ArithIntCtx _Jbig2ArithIaidCtx%Jbig2ArithIaidCtx :JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE_Jbig2ComposeOp \JBIG2_CORNER_BOTTOMLEFTJBIG2_CORNER_TOPLEFTJBIG2_CORNER_BOTTOMRIGHTJBIG2_CORNER_TOPRIGHTJbig2RefCorner   SBHUFF# SBREFINE# SBDEFPIXEL# SBCOMBOP# TRANSPOSED# REFCORNER\# SBDSOFFSET# SBNUMINSTANCESf# LOGSBSTRIPS# SBSTRIPS#$ SBHUFFFS#( SBHUFFDS#0 SBHUFFDT#8 SBHUFFRDW#@ SBHUFFRDH#H SBHUFFRDX#P SBHUFFRDY#X SBHUFFRSIZE#` IADT#h IAFS#p IADS#x IAIT# IAIDV# IARI# IARDW# IARDH# IARDX# IARDY# SBRTEMPLATE# sbratu#Jbig2TextRegionParams T   MMR# GBTEMPLATE# TPGDON# USESKIP# gbat7#TJbig2GenericRegionParams  z GRTEMPLATE# reference# DXT# DYT# TPGRON# grat#Jbig2RefinementRegionParams b jbig2_symbol_dictionaryn"s ctxx segmentp"|segment_datahparamsflagssdat_bytesoffset~GB_stats~GR_stats~n_dictsq~dicts r~stats_size~D$b"s 4"""""Njbig2_decode_text_region# " P " " " " " " " " "T##jbig2_decode_generic_mmr$ " P # # N "$jbig2_decode_refinement_region$ " P $' " " "T$jbig2_decode_generic_region% " P $ " " "jbig2_release_huffman_table%Z " % 4 _Jbig2HuffmanLine % PREFLEN# RANGELEN# RANGELOW#%cJbig2HuffmanLine%% _Jbig2HuffmanParams&D HTOOB# n_lines# lines%#%&Djbig2_build_huffman_table& %Z &M}Tjbig2_huffman_get_bitsT& & &&Tjbig2_huffman_getT'G & & &}jbig2_huffman_offset' 'Gjbig2_huffman_advance' 'G jbig2_huffman_skip' 'G 4jbig2_huffman_new(0 ' '%jbig2_arith_iaid_ctx_free(s " (0jbig2_arith_iaid_decode( (0 " (s 4jbig2_arith_iaid_ctx_newV) ( jbig2_arith_int_ctx_free)Q " )jbig2_arith_int_decode) ) " (s 4jbig2_arith_int_ctx_new) ) 4jbig2_arith_new*# ) )jbig2_word_stream_buf_free*^ " " 4*gjbig2_word_stream_buf_newt* *^ *p Njbig2_image_compose+$ " " "   _+$jbig2_error+} "   +- jbig2_free+ E gjbig2_allocg+ E N+short+int16_tjbig2_get_int16+,8 +,8jbig2_get_int32T,y ,A 4jbig2_find_segment , ,y jbig2_image_release, " " 4jbig2_image_clone-4 , jbig2_image_new-u ,  memsetg- g  N_-!memcpyg g - N # /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_symbol_dict.cjbig2_symbol_dict.hjbig2.hint_types.hjbig2_priv.hstddef_iso.hjbig2_huffman.hjbig2_arith.hjbig2_arith_int.hjbig2_arith_iaid.hjbig2_text.hjbig2_generic.h (0! 5$ $(N1($ $$ (4 ~  $,(45 |  $*$$4Z: - $ (P$<%,!0< 9@D 9DT 4- 9-1@E,@ I: I  :  I8  :  ' ID  I' D  : ( &I.?  : ; @ ' D . : ; @ ' ID  4I : ;  : I !I/  I< .?  : ;@ ' ID I: ; .? < ' ID .? < ' D  !.? < ' ID -Rjbig2_sd_new jbig2_sd_release xjbig2_sd_glyph jbig2_sd_count_referred jbig2_sd_list_referred jbig2_sd_cat jbig2_symbol_dictionary;-djbig2_decode_symbol_dictb-uint8_t_Jbig2ImagesJbig2ImageJbig2SymbolDict_Jbig2AllocatorJbig2Allocator EJbig2OptionsEJbig2ErrorCallbackbbytezsize_t;Jbig2FileStateTint32_tfuint32_t_Jbig2SegmentbJbig2PageStateuint16_tbool _Jbig2Page Jbig2Page 4_Jbig2Ctx\Jbig2Ctx Jbig2Segment_Jbig2HuffmanEntryfJbig2HuffmanEntry_Jbig2HuffmanTableJbig2HuffmanTableint8_tHJbig2SymbolDictParamsJbig2ArithCx_Jbig2WordStreamZJbig2WordStreamJbig2HuffmanStateJbig2ArithStateJbig2ArithIntCtx:Jbig2ArithIaidCtx_Jbig2ComposeOp\Jbig2RefCornerJbig2TextRegionParamsTJbig2GenericRegionParams zJbig2RefinementRegionParams%c_Jbig2HuffmanLine%Jbig2HuffmanLine%_Jbig2HuffmanParams+int16_tjbig2_symbol_dict.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L185.L316.L333.L376.L391.L397.L411.L439.L453.L514.L520.L541.L554.L583.L653.L697.L703.L737.L760.L774.L793.L816.L826.L951jbig2_decode_symbol_dict.L1088.L1092.L1112.L1128.L1144.L1169.L1180.L1194.L1245.L1318.L1341jbig2_get_int32jbig2_get_int16jbig2_symbol_dictionaryjbig2_huffman_params_Ajbig2_huffman_params_Cjbig2_huffman_params_Bjbig2_huffman_params_Ejbig2_huffman_params_Djbig2_word_stream_buf_freejbig2_release_huffman_tablejbig2_arith_iaid_ctx_freejbig2_arith_int_ctx_freejbig2_image_composejbig2_huffman_advancejbig2_decode_generic_mmrjbig2_huffman_offsetjbig2_huffman_skipjbig2_decode_refinement_regionjbig2_arith_iaid_decodejbig2_huffman_get_bitsjbig2_decode_text_regionjbig2_decode_generic_regionjbig2_image_newmemcpyjbig2_arith_int_decodejbig2_huffman_getjbig2_build_huffman_tablejbig2_huffman_newjbig2_arith_iaid_ctx_newjbig2_arith_int_ctx_newjbig2_arith_newjbig2_word_stream_buf_newjbig2_huffman_params_Kjbig2_huffman_params_Hjbig2_huffman_params_Fjbig2_huffman_params_Ojbig2_image_clonejbig2_sd_catjbig2_errorjbig2_sd_list_referredjbig2_find_segmentjbig2_sd_count_referredjbig2_sd_glyphjbig2_image_releasejbig2_sd_releasejbig2_freememsetjbig2_allocjbig2_sd_new_GLOBAL_OFFSET_TABLE_   ):I@O@ U`0[0ag0m0s8(y`08(0 0P0((H 80h0@@(@@888(@h@88#H*`@188?O_#x (w!;Th~ &BRYp  7Newp L $18]h]\[Y[[Vx_|_W]V  T^R__hMLKKKK`JpKK  TIQQ H (] T  X lT ^ G F 4  8 TT   T   T 8 < XT G F   T X \ T 8E TD C G FLP dT T] (T\^ T[4R] TZ[(K<KPKdKJKK0KDKXKtPxP HOO HNN HQQ HQQ H(Q,Q 8HLQPQ \HD  4TP[hZ[BRAGG@F0Flp T TDE?PT TG$( <TP>lD T=LP TE48 |T=<  T,;D:$Yx9999899 989P9p7777777[4ZL[d[^ 0F t! x! T Z!,R!dR"Z"(9"<9"P9"d9"8"9"9"[#[#7#,[#@6#_#_#/$@5$D5 $PH$h4$l4 $xH$#$# $T$$$$ $T%L3%P3 %\H%t2%x2 %H%%%% %T%$%$ %T&l&&p& &T&1&1 &H&'&' &T'1'1 'H'L('P( 'dT')') 'T'*'* 'T(LE(E(\),.)H.)p+)t+ )T)W)U*S*]*\+]+,\+T,+X, +lT+7+7,7,7,h-,l- ,T6J6d^6l6 !Z6 )6 X6 6\ W6 6@ U6 6 S6 666#Pz6t6 |66666666666 6D 6 6,6 $6,W6 _6h6 p6y6 66 66 66 66 66 6 6 6 D6 L6U6 ]66666P66P6X66X666,66,66,6'6 0686A6I66$6 6$6 6<66\66\6'6/6! 06 6,!060!06"06"%06".06"606"?06"G06<^6jZ6X6W6U6S6(6C06666@  `,. 5 5 %5 -5 65 ?6J6-Vd,bipklGlnqBGv . `     jbig2_text.o/ 1281108626 0 0 100644 38476 ` ELF+@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames㼀A@`wGwwww'w_w_w_w_w_wwOwG 'C 'c 'ggGۣ4 Hc_g,0\@D 4 'cg 'ggGۣ4  O__ < `]cGې@ @_D H__ < `]@ @__@@wO 'gg #H6_O@ g,p,p&g,p,p$ g<`,p,p@$`__ < `]g--F @@g 'gg # O ''w/ #'+_'@@w7_7h__ < `]@ @?H='_\ c,p,p@ww_wh__ < `]@ @?H ' 'ggcH_O_7_@@'cG_ H Gc HGc #H__ < `]@ @G_G_@?,@? @'OGOH'Gc HGc'[ 'WHHGc H _wg$ 4,p,pD'[g H__ < `]@ @?H'H '[Gc H _O@  'WHGc !H _O@  'WH Gc "H_O@  'W__ < `]GcgG[GW@ @s@sgGW4 @cH__ < `]gGW4 @c$@ @cg$@'W 'SGWH,G[_wgGS4 @4,p,p$_wgGS4 @4,p,p$ gGS4 @<`_w4@,p,p$`GS 'SGSGWOgGS4 @'ggc OgcH__ < `]@ @ 'g_wwoc'k_O@_g@@wG_\ _w@@__7@@_Gh__ < `]@ @?H'___D @@_D H _O_\ 8C@@'H _\ h_@@'CG_D $ L@' ' '_ H_D H _O_\ 8C@@'H _\ h_@@'CG_D $L@'GG@' 'kGkH%_D H _O_\ (C@@'H _\ p_@@'CGG@'G' 'kH(_D H _O_\ 0C@@'H _\ x_@@'CGCHHEGG_D @'_D $ H 'H_D H _O_D @@'H _\ _@@'CGG@'w_D H _O_GC@@'H _\ _@@'Cc H__ < `]c@ @H''; 'g;_g,0\@D 4  H;_g,0\@D 4 $';g 'g;_g,0\@D 4 O__g,0\@\ ;,0\@@wW_D H_D H _O@ '?H _\ _?@@'CH '?G?H '_D H(_\ _@@'C_\ _@@'C_\ _ @@'C_\ _@@'CH2_O_\ @C@@'_O_\ HC@@'_O_\ PC@@' _O_\ XC@@'_O_\ `C@@'_O@_Ww__DG@DG@@w_h__@@_D H__G@@__ < `]@ @H'_D '_w'G< G @'/G< G@'3 '7;_ @ @_____@@@_wW__@@_D H_OG@@_D H_D  H G_WD $ @'H_D H_D  HG_WD $ @'G'{_D H:H&G{'sGwH1'oG{_WD $@ 'sGwH('oG{'sGw_WD $@ H'oG{_WD $@ 'sGw_WD $@ H'o_D  H , < #c_GDH8H&Gw'sG{H1'oGw_WD $@ 'sG{H('oGw'sG{_WD $@ H'oGw_WD $@ 'sG{_WD $@ H'o_D  H , < #c_GD___WGsGo_D @@@_D H_D  H G_WD $ @'H_D H _D  HG_WD $ @' '__W@@Oy_  OO_D H__G@@ 'G< <A@`wwww 'ߠ 7w 'ww_\  hH_@@Gߠ '_Gߠ@@*00<007Gߠ '__ < `]@ @ ' '  < '' G',@'+ 0< ' @' !< ' "'! @< 'G HG$ '! @'GH__ < `]G@ @GH _Gߠ@@*00<007Gߠ '! @H__ < `]@ @H+G H!GH_G @/_Gߠ < @/_Gߠ < @/_Gߠ < @/Gߠ 'HÐ  @_Gߠ@@'#Gߠ 'GHH2_`]@@w/H8_`]@@w/H.__ < `]@ @H'__ < `]@ @H'  O, < #`\_DH._`]@@w7H5_`]@@w7H+_`]@@w7H!__ < `]@ @H' <  H , < #`l_DH._`]@@w?H5_`]@@w?H+_`]@@w?H!__ < `]@ @H' 0<  H , < #`|_DH2_`]@@wGH9_`]@@wGH/__ < `]@ @H]'__ < `]@ @HO' <  O, < #`_DH2_`]@@wOH9_`]@@wOH/__ < `]@ @H'__ < `]@ @H ' #<  O, < #`_DH2_`]@@wWH9_`]@@wWH/__ < `]@ @H'__ < `]@ @H' ,< O, < #`_DH2_`]@@w_H:_`]@@w_H0__ < `]@ @H'__ < `]@ @H'! @< O, < #`_DH_`]@@wgH__ < `]@ @HZ'! @<  O O! @H__ < `]@ @__ < `]GGGG#@ @ss@s__@@'G H __@@wH__ < `]@ @H '_h__ < `]@ @H'_\ h__ < `]@ @H' 'ˠ GH_Gˡ,0\@h__ < `]@ @G'Gˠ 'GGOGHG HG@?! $'G'_\ Gː@@w_Gː@ @_GGː@@w_hLGHG H _\ _@@H.GH*__/@@__7@@__?@@__W@@___@@__G@@__O@@__g@@__ < `]@ @HL'__Gߢ@_\ $@@wGH\ 'à 'GHG_Gǡ,0\@D 'GǠ 'GGO__א@@ww_@wo_@ww_@w_@w 'ˠ GÀH  Gˠ 'Gˡ,GÀO_Gː@@w_@w_@w_@w_@w_@w___G__Gߢ@]`$___א@@ssss@s'GH G H_\ _@@GH,__/@@__7@@__?@@__W@@___@@__G@@__O@@__g@@H?__o@@__w@@__@@__@@__@@__@@__@@__@@__@@__@@_\ _ϐ@@__א@@_\ _@@_  ? H__t`(H-__ < `]GGGGӐ@ @s@s_] hE `,p,p_GGGא@@@__@@ H'__ < `]@ @'G< DlLtHpDlPx\ h symbol list contains %d glyphs in %d dictionarieshuffman coded text region read runcode%d length %derror constructing symbol id runcode table!memory allocation failure reading symbol ID huffman table!error reading symbol ID huffman table!error decoding symbol id table: run length with no antecedent! read runcode%d at index %d (length %d range %d)runlength extends %d entries beyond the end of symbol id table!runlength codes do not cover the available symbol setcould not construct Symbol ID huffman table!symbol id out of range! (%d/%d)couldn't allocate reference imagetext region header flags 0x%04xtext region has SBDSOFFSET %dreserved bit 15 of text region huffman flags is not zerotext region uses custom FS huffman table (NYI)text region specified invalid FS huffman tabletext region uses custom DS huffman table (NYI)text region uses custom DT huffman table (NYI)text region uses custom RDW huffman table (NYI)text region specified invalid RDW huffman tabletext region uses custom RDH huffman table (NYI)text region specified invalid RDH huffman tabletext region uses custom RDX huffman table (NYI)text region specified invalid RDX huffman tabletext region uses custom RDY huffman table (NYI)text region specified invalid RDY huffman tabletext region uses custom RSIZE huffman table (NYI)text region huffman flags bit 15 is set, contrary to spectext region: %d x %d @ (%d,%d) %d symbolstext region refers to no symbol dictionaries!unable to retrive symbol dictionaries! previous parsing error?unable to find first referenced symbol dictionary!unable to find all referenced symbol dictionaries!couldn't allocate text region imagecomposing %dx%d decoded text region onto page at (%d, %d)Segment too short@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03&jbig2_text.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_text.o jbig2_text.c -W0,-xp\$XAoAMiKSqCXM08f.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSqCXM08f.;backend;raw;cd;DBG_GEN 5.2.7jbig2_decode_text_region;nctx5xsegment5peparams6hdicts7`n_dicts7\ image8Pdata9Hsize9@ GR_stats:Aas:ws:NINSTANCES i=ID i>STRIPT W?FIRSTS W@DT WADFS WBIDS WCCURS WDCURT WESF~TF~xG~yG~first_symbol H~index iI~SBNUMSYMS iI~IB J~hs K~SBSYMCODESL~codeM~RIN~runcodesX~runcodeparamsY~runcodelengthsZ{symcodelengths0[zsymcodeparams\zcode]zerr]zlen]zrange]zr]zid i~rparams"~IBO #~RDW W$~RDH W$~RDX W$~RDY W$~refimage %~BMSIZE&}Dint _Jbig2Allocator% allocv# free# realloc# unsigned longvoid ? Gv % . P % G  G % G . Jbig2Allocator %JBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2Ctx< Ochara iJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL   G r {   Jbig2ErrorCallbackunsigned char Bbyte S.size_tunsigned ,JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState Buint8_tint32_t |uint32_t i _Jbig2Segment0 S number i# flags E# page_association i# data_length k# referred_to_segment_count# referred_to_segments |# resultG#( S JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED eJbig2PageStateunsigned short uint16_tbool E _Jbig2Image  width# height# stride# data ## refcount# ,Jbig2Image _Jbig2Page0 state # number i# height i# width i# x_resolution i# y_resolution i# stripe_size # striped # end_row# flags E#$ image #( Jbig2Page _Jbig2Ctxp allocator# options%# global_ctxX# error_callback %# error_callback_dataG# buf b#( buf_size k#0 buf_rd_ix |#8 buf_wr_ix |#< state ,#@ file_header_flags E#D n_pages W#H n_segments_max#L segments \#P n_segments#X segment_index#\ current_page#` max_page_index#d pages #h < Jbig2Segment ?JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACEJbig2ComposeOpJBIG2_CORNER_BOTTOMLEFTJBIG2_CORNER_TOPLEFTJBIG2_CORNER_BOTTOMRIGHTJBIG2_CORNER_TOPRIGHTXJbig2RefCorner ! RANGELOW W# ext_table# _Jbig2HuffmanEntry u# PREFLEN S# RANGELEN S# flags S# !Jbig2HuffmanEntry  _Jbig2HuffmanTable log_table_size# entries#Jbig2HuffmanTable_Jbig2ArithIntCtxJbig2ArithIntCtx ,_Jbig2ArithIaidCtxPJbig2ArithIaidCtx eaint8_tlong< SBHUFF # SBREFINE # SBDEFPIXEL # SBCOMBOP?# TRANSPOSED # REFCORNER# SBDSOFFSET# SBNUMINSTANCES i# LOGSBSTRIPS# SBSTRIPS#$ SBHUFFFS#( SBHUFFDS#0 SBHUFFDT#8 SBHUFFRDW#@ SBHUFFRDH#H SBHUFFRDX#P SBHUFFRDY#X SBHUFFRSIZE#` IADTG#h IAFSG#p IADSG#x IAITG# IAID# IARIG# IARDWG# IARDHG# IARDXG# IARDYG# SBRTEMPLATE # sbrat#Jbig2TextRegionParams< \   n_symbols# glyphsn#w   S  k BJbig2ArithCx _Jbig2ArithStateJbig2ArithState ' _Jbig2WordStream get_next_word# J  |   JJbig2WordStream _Jbig2HuffmanStateJbig2HuffmanState  _Jbig2HuffmanLine r PREFLEN# RANGELEN# RANGELOW#Jbig2HuffmanLiner  _Jbig2HuffmanParams HTOOB # n_lines# lines#Jbig2HuffmanParamsr0" rV  GRTEMPLATE # reference # DX W# DY W# TPGRON # grat9#VJbig2RefinementRegionParams jbig2_text_regionnctxxsegmentpsegment_datahoffset`region_infoCHparams<~image ~dictsm}n_dicts}flags }huffman_flags }GR_stats }code}ws}asA}index}stats_size}SBSYMCODELEN}index}SBNUMSYMS}D$ S C width W# height W# x W# y W# op?# flags E#Jbig2RegionSegmentInfo w d jbig2_sd_list_referredm v  jbig2_sd_count_referred  SV   , Bjbig2_decode_refinement_region  S  " + 4 jbig2_release_huffman_table    jbig2_build_huffman_tableJ    Wjbig2_huffman_get_bits W J S  Wjbig2_huffman_get W J   jbig2_huffman_advance8  jbig2_huffman_skipb  Jjbig2_huffman_new  b k Pjbig2_arith_iaid_ctx_free   jbig2_arith_iaid_decode C  "  jbig2_arith_iaid_ctx_new C  jbig2_arith_int_ctx_free  jbig2_arith_int_decode! "  jbig2_arith_int_ctx_newG!W ! Jjbig2_arith_newA! !W !`jbig2_word_stream_buf_free!    B !jbig2_word_stream_buf_new"B ! ! .  B "Kjbig2_get_region_segment_info" "B "T jbig2_page_add_result#  " +   jbig2_image_compose#f  + +   a #fjbig2_error#  {  #ojbig2_free# % Gjbig2_allocG$ % . B $short$0int16_tjbig2_get_int16$9$z $' B $zjbig2_get_int32 W$ $jbig2_image_clear$  + jbig2_image_release%*  + jbig2_image_clone %m %* jbig2_image_new % %*  memsetG% G  .? %memcpyG G % . /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_text.cjbig2_priv.hjbig2.hstddef_iso.hint_types.hjbig2_text.hjbig2_huffman.hjbig2_arith_int.hjbig2_arith_iaid.hjbig2_symbol_dict.hjbig2_arith.hjbig2_generic.h ,. M <40$){$<4< ,=< 0=<< \X$88 }X+!=%$!< 9 $% 91  91 91  11 51!4:5A )  000900000@  -@ 4,8  00 | 00 |4,4 ~     ,E (,!-$$$$,,o,,,p,,,p,,o,,o,,o,,o,x  !  $EE()<| ,0(,,, <$*$P$y,  $%]T@ DD%.?  : ; @ ' ID I: ;  4I : ;   4I : ; D D $>  :  I8 I ' ID  I' D I:  : ( &I : < I !I/  : I.?  : ;@ ' ID I: ; .? < ' ID .? < ' D .? < ' ID U&*=jbig2_decode_text_regionjbig2_text_region<&*_Jbig2AllocatorJbig2Allocator%Jbig2Options{ %Jbig2ErrorCallback Sbyte ksize_t ,Jbig2FileState Euint8_t Wint32_t iuint32_t _Jbig2Segment e Jbig2PageState uint16_t bool ,_Jbig2Image Jbig2Image _Jbig2Page Jbig2Page _Jbig2CtxYs&-=[(Pm%<Sj~1MXk} ^$^  (\T X l\[Z  P\Y  \ X8< P\W \ \Z0Z`Z \ $\HL `\VYUT \4ShWR W 8R W R 8W dR Z R \W Q   \ P Z R pR R R RW,WPWtWWVON0THL `\MLNDKJNT0^4^=< \ \$<hl \,;@:tIxI YHH Y \   \|GG YFF YEE Y \xD|D YCC YBB Y \tAxA Y@@ Y \   \AA Y@@ Y  \!! ,\AA Y@@ Y"" \ #$# 8\AA Y@@ Y$$  \,%0% D\?? Y&& \P'T' h\(( \98 ) $) 8\ h* l* \ + + \!$,!(, !<\!X!;!O"DU"pT"T"T"T"T"T"T"T#-#- #,\#`7#6#5$ 5$5$,5$4$5$5$5$5$5%D]%U%T%T%T%T%T&T&T&0T&L3&`3&t3&3&2&3&3&3&3'3'U',1'DU'.'. '\(0(N(@/(D/ (X\656[]6c6]6$]6-]6,5]6>]6,F]6J]6R]6[]6c]6|l]6t]6|}]6 X]6|]6 X]6t]6 X]6t]6 ]6 ]6 ]64]6 $]64]6 $]64>66(d>6 >6 D>6 h>6 D>6 h>6 D>6 D>6 >6 d>6  >6 d>6 9>6DA>6J>6TR>6[>6Tc>65]6>666@ @(*(:1b1b%1b-1b61b?3J3&*VY@b]p_a_Hd1i80r  h0   /94 1281108626 0 0 100644 42852 ` ELF+`@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0w'G H!@H 'G$ @?! $'G'G'G'G< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G' '!> @' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH.)#__@@'GG  ,@/ , G4 @G  4@ 4 (@'G 'GGO_G< < ,@G 'GGOu_G@wG 'GGÀO8 'Gˡ< wwwwww_D '_D 'à 'GÀH 'GǀH '_G$ G@@2 '_G$ G@@* 4 '_G$ G@@* 4 '_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G_L`GL`@* 4 @'_G_L`GL`@* 4 @'_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G_L`GL`@* 4 @'__@@'_GGG@@G 'GGǀOG 'GGÀO 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4  !4 !" @' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH,__@@'GG  ,@/ ., G4 @G  4@ 4 "@'G 'GGO_G< < ,@G 'GGOw_G@wG 'GGÀO7 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4  |4  #@' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH,__@@'GG  ,@/ !, G4 @G  4@ 4 @'G 'GGO_G< < ,@G 'GGOw_G@wG 'GGÀO9 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'G H _G,  < @, H' 'G'4` x4` 4  #@' 'GH /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @'G HG GǀH_G,  G< @ < , H' ', G4 @' 'GH0__@@'GG  ,@/ !, G4 @G  4@  4@ 4 @'G 'GGO_G< < ,@G 'GGOs_G@wG 'GGÀO2 'Gˡ< wwwwww_D '_D '_D '_\ w 'GÀHGǠ  ?'G H _G < @H' 'G'4  #' 'GHj /GG$@ H H'GG$@'G'G HG GǀH _G G< @ < H' ', G4 @' 'GH(__@@'GG  ,@/ !, G4 @G  4@ 'G 'GGO_G< < ,@G 'GGO_G@wG 'GGÀOq 'Gˡ< wwwwww_D '_D 'à 'GÀH 'GǀH '_G$ G@@2 '_G$ G@@* 4 '_G$ G@@* 4 '_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '__@@'_GGG@@G 'GGǀO_G 'GGÀOP 'Gˡ< 0w'GH _\`D` @H_\`G$ D`L< w__D @@@wwwwww_D '_D 'à ' 'GÀH!G__!&#%@@'GH 'GǀH_G$ G@@'_G$ G@@* 4 '_G$ G@@* 4 '_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G_L`GL`@* 4 @'_G_L`GL`@* 4 @'_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G_L`GL`@* 4 @'__@@'_GGG@@G 'GGǀOH_G@G 'GGÀO 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ'@@'GH 'GǀH_G$ G@@'_G$ G@@* 4 '_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G G$ @@* 4 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '__@@'_GGG@@G 'GGǀO9H_G@G 'GGÀO 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ @@'GH 'GǀH_G$ G@@'_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '__@@'_GGG@@G 'GGǀObH_G@G 'GGÀO@ 'Gˡ< wwwwww_D '_D 'à ' 'GÀHG__Ϡ!@@'GH 'GǀH_G$ G@@'_G$ G@@* 4 '_G$ G@@* 4 '_G$ G@@* 4 '_G_L`GL`@* 4 @'_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '_G$ G$ @@* 4 '__@@'_GGG@@G 'GGǀOcH_G@֒G 'GGÀOA 'Gˡ< A@`wwwwwwwH>______ϐ@@ϚHA'______ϐ@@H2'______ϐ@@H#'______ϐ@@֚H'_D  H , < #a_D?'Gˡ< 4pA@`wwwwwww_ w_D H_D H______ϐ@@pH'_D HM_D  HH_L H4_L ?H/_L ?H*_L ?H%_L  H _L ?H_L ?H_L ?H______ϐ@@mH'______ϐ@@NH'_D H_D  H______ϐ@@cH'_D H/_D  H*_L H_L ?H______ϐ@@"Hq'______ϐ@@#Hb'_D H/_D  H*_L H_L ?H______ϐ@@H?'______ϐ@@H0'ˠ '__ < `]G_L  @@@G 'G O__ < `]_D`D` @@?'Gˡ< 㾠A@`wgwww 'ww_\  h__ < `]@ @H4'_@@__ < `]GGGGߐ@ @ss>`@s_ /__ < `]ʐ@ @ʠ Hʠ H__ < `]@ @ʠ H:ʠ @?  ` 'sGs'G < _\ h__ < `]@ @H'_ G@@__ < `]OOÐ@ @G 'ʠ 'ʠ < 'ʠ < ' 'G@@_GGϐ@@w_h__ < `]@ @H'__ < `]GGϐ@ @GH___G@]`$_@@@'HF_G@@'s_\ Gs@@ww_wGs@ @__G@_\ $@@w__@@w_____w@@@'_\ _@@__@@_\ _w@@_] hE `,p,p_GGא@@ __@@G'G< gbat[%d] = %ddecode_generic_region: MMR=%d, GBTEMPLATE=%d NYISegment too shortgeneric region: %d x %d @ (%d, %d), flags = %02xsegment flags = %02xMMR is 1, but GBTEMPLATE is not 0gbat: %d, %dunable to allocate generic imageallocated %d x %d image buffer for region decode results@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/0320jbig2_generic.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_generic.o jbig2_generic.c -W0,-xp\$XAoAMiKSqCXMUDg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKSqCXMUDg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_generic_stats_size-n ctx,xtemplate,tstats_size.lD int_Jbig2Allocator*alloc{#free#realloc# unsigned longvoid D L{ * 3 U  * L  L * L 3  Jbig2Allocator *JBIG2_OPTIONS_EMBEDDED Jbig2Options Jbig2CtxA Tcharf nJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL ! L w    !Jbig2ErrorCallbackunsigned char Gbyte X 3size_tunsigned1JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState Guint8_t int32_t uint32_t n_Jbig2Segment0Xnumbern#flagsJ#page_associationn#data_lengthp#referred_to_segment_count#referred_to_segments# resultL#(  XJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED jJbig2PageStateunsigned short uint16_t bool J_Jbig2Image width#height#stride#data(#refcount# 1Jbig2Image _Jbig2Page0state#numbern#heightn#widthn# x_resolutionn#y_resolutionn#stripe_size#striped#end_row# flagsJ#$image#( Jbig2Page _Jbig2Ctxp allocator#options*#global_ctx]#error_callback*#error_callback_dataL# bufg#(buf_sizep#0buf_rd_ix#8buf_wr_ix#<state1#@file_header_flagsJ#Dn_pages\#Hn_segments_max#Lsegmentsa#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages#h Ajbig2_decode_generic_template0;n Y ctx5x psegment6pFparams7h|as8`image9XGB_stats:PGBW<HGBH=Drowstride>@x?y?gbreg_lineg@CONTEXTnJline_m1nKline_m2nLpadded_widthMresultXVx_minorWminor_widthXbiteD Jbig2Segment Y fint8_tlong y  MMR#GBTEMPLATE#TPGDON#USESKIP# gbat # Jbig2GenericRegionParams =_Jbig2ArithState OJbig2ArithState b GJbig2ArithCx jbig2_decode_generic_template0_unoptn ctxyx psegmentzp params{h|as|`image}XGB_stats~PGBWHGBHDCONTEXTn@xybitD jbig2_decode_generic_template1n ctxx psegmentpparamsh|as`imageXGB_statsPGBWHGBHDrowstride@xygbreg_linegCONTEXTnline_m1nline_m2npadded_widthresultXx_minorminor_widthbitD jbig2_decode_generic_template2n ctxx psegmentpparamsh|as`imageXGB_statsPGBWHGBHDrowstride@xygbreg_linegCONTEXTnline_m1nline_m2npadded_widthresultX x_minor minor_widthbitD jbig2_decode_generic_template2a5n ctx/x psegment0pparams1h|as2`image3XGB_stats4PGBW6HGBH7Drowstride8@x9y9gbreg_lineg:CONTEXTnDline_m1nEline_m2nFpadded_widthGresultXPx_minorQminor_widthRbit_D jbig2_decode_generic_template3zni ctxtx psegmentuprparamsvh|asw`imagexXGB_statsyPGBW{{HGBH|Drowstride}@gbreg_lineg~xyCONTEXTnline_m1npadded_widthresultXx_minorminor_widthbitD ijbig2_decode_generic_template3_unoptn ctxx psegmentpparamsh|as`imageXGB_statsPGBWHGBHDCONTEXTn@xybitD copy_prev_rownimagexrowtsrc(hD jbig2_decode_generic_template0_TPGDONn ctxx psegmentpparamsh|as`imageXGB_statsPGBW"HGBH+DCONTEXTn@xybitLTPD jbig2_decode_generic_template1_TPGDONn  ctxx psegmentp paramsh|as`imageXGB_statsPGBW HGBH DCONTEXTn@x y bit!LTP"D jbig2_decode_generic_template2_TPGDONHn" ctxBx psegmentCp"'paramsDh|asE`imageFXGB_statsGPGBW"0IHGBH"9JDCONTEXTnK@xLyLbitMLTPND "jbig2_decode_generic_template3_TPGDONqn# ctxkx psegmentlp#paramsmh|asn`imageoXGB_statspPGBW#rHGBH#sDCONTEXTnt@xuyubitvLTPwD #jbig2_decode_generic_region_TPGDONn$ ctxx psegmentp$paramsh|as`imageXGB_statsPD0 $jbig2_decode_generic_regionn% ctxx psegmentp%paramsh|as`imageXGB_statsPgbat%@iD0 % y %jbig2_immediate_generic_regionn' ctxx psegmentp'segment_datahrsi(Lseg_flagsXKgbat(Coffsetgbat_bytesparamscodeimagews)as|GB_stats~stats_sizeA~D$X '(=JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE 'Jbig2ComposeOp(width\#height\#x\#y\# op(=#flagsJ# (VJbig2RegionSegmentInfo y) _Jbig2WordStream)9get_next_word)h# ) )h )9  )B )Jbig2WordStream )q  )G ) 1jbig2_decode_generic_mmr*/ ) X ) ) 3 ) O Gjbig2_arith_decode*| */ *8  )jbig2_arith_new|* *| * * __FILE+__pad*# * off64_t ftello++I + *fseeko+ +I  +fsetpos+ +I + fgetpos, +I + *FILE ,tmpfile,f ,2f ,Dfreopen,, ,; ,M ,f ,f ,fopen,, , , * off_t ftello,- ,fseeko-X +I  -Xfsetpos- +I -afgetpos- +I +f -f -freopen,.' - - ,f .'f .9fopen,.y .0 .Btmpfile,jbig2_image_set_pixel. )   jbig2_image_get_pixel/% )  jbig2_word_stream_buf_free/` ) )9 G /ijbig2_word_stream_buf_new)/ /` /r 3 (VG /jbig2_get_region_segment_info0 / / jbig2_page_add_result0 ) 0 )   'f 0jbig2_error0 )   0jbig2_free1 * Ljbig2_allocL1B * 3jbig2_image_release1v ) ) jbig2_image_new1 1v  memsetL1 L  3D 1 memcpyL L 2 3u /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_generic.cjbig2_priv.hjbig2.hstddef_iso.hint_types.hjbig2_generic.hjbig2_arith.hstdio_impl.hstdio.hstdio_iso.h .X ;HP%Iq,x gV- $(<@@APDD@DEQPD@EP, i* HP %Iq,x gV- HP%Iq,x gV- HP %Iq,w fU.  H%I,-y l]& $(<@@APD@DDD, r*  0- %8$0@@APDD@DEQPD@EP, j c! $0$0@APDD@DDDD@D, p j $0$0APD@DDD@D, s m $0$0@@APD@DDD, s m  t  5I H5H55I45~P  !ED- !4-D-),M$(<%D$!P! DD%.?  : ; @ ' ID I: ;  4I : ;  D D $>  :  I8 I ' ID  I ' D  I:  : ( &I. : ; @ ' ID  I !I/  : < 4I : ; . : ;@ ' ID I: ; . : ;@ ' D .?  : ;@ ' ID .? < ' ID .? < ' ID .? < ' D  .? < ' ID 2<Fjbig2_generic_stats_size$jbig2_decode_generic_region%jbig2_immediate_generic_region12< jbig2_decode_generic_template0jbig2_decode_generic_template0_unopt$jbig2_decode_generic_template1jbig2_decode_generic_template2jbig2_decode_generic_template2ajbig2_decode_generic_template3jbig2_decode_generic_template3_unoptcopy_prev_rowjbig2_decode_generic_template0_TPGDON4jbig2_decode_generic_template1_TPGDON jbig2_decode_generic_template2_TPGDON"Bjbig2_decode_generic_template3_TPGDON#jbig2_decode_generic_region_TPGDON2<_Jbig2AllocatorJbig2Allocator*Jbig2Options*Jbig2ErrorCallbackXbytepsize_t1Jbig2FileStateJuint8_t\int32_tnuint32_t_Jbig2SegmentjJbig2PageStateuint16_tbool1_Jbig2ImageJbig2Image_Jbig2PageJbig2Page_Jbig2CtxAJbig2Ctx YJbig2Segment yint8_t Jbig2GenericRegionParamsbJbig2ArithStateJbig2ArithCx'(=Jbig2ComposeOp(V(Jbig2RegionSegmentInfo)_Jbig2WordStream)qJbig2WordStream*__FILE+off64_t,FILE,off_tjbig2_generic.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodatajbig2_decode_generic_template0jbig2_decode_generic_template0_unoptjbig2_decode_generic_template1jbig2_decode_generic_template2jbig2_decode_generic_template2ajbig2_decode_generic_template3jbig2_decode_generic_template3_unoptcopy_prev_rowjbig2_decode_generic_template0_TPGDONjbig2_decode_generic_template1_TPGDONjbig2_decode_generic_template2_TPGDONjbig2_decode_generic_template3_TPGDONjbig2_decode_generic_region_TPGDON.L1041.L1048.L1067.L1072.L1075.L1083.L1106.L1123.L1127jbig2_image_releasejbig2_page_add_resultjbig2_word_stream_buf_freejbig2_freejbig2_arith_newjbig2_word_stream_buf_newjbig2_allocjbig2_decode_generic_mmrjbig2_image_newjbig2_get_region_segment_infojbig2_immediate_generic_regionjbig2_errorjbig2_decode_generic_regionmemcpymemsetjbig2_image_set_pixeljbig2_image_get_pixeljbig2_arith_decodejbig2_generic_stats_size_GLOBAL_OFFSET_TABLE_   %6Edh  `0+9P_ X$x( t+8H `8(%(,93G]x2X+-`GNUkt810 0T0000<0p000$0h000 0P0|1/ 1t1@1<100L000000h0001,/.$-1080l0000T0000<0000$0h01/ 1!0!80!l0!0!0" 0"T0"0"0"0#40#h0#0#1#/$1%H0%p0%0%0& 0&X0&0&0&0'40'`1'/(1(0)0)40)h0)0)0*0*P0*0*0*1+/+3+3-h3-l31L1P 1|+11 1+2 32$32l2p 2+2)22 2+3 3$ 3@+3x3| 3+44 4+4D-4\4` 4+4-4(5(5, 5@+5`5d 5+5'526&60.6\%6t$6,6#6"6#78!7L 6>6d26l6x 6 6< 6 64 6 6 6 6 6 6 6 6 6 6 6 6 6$ 6 '6$ /66h6G6 O6 c6 lk6 t6 |6 6 6 6 <6  6 T6 `6 T%6 `y6 6 H6 6 (6 6 (6 %6x96 4A6pJ6 LR6P[6 Lc6P6 6@66 66 V6H^6g6`o6x6`666T%6-6L66 >6,G6 O6,666666B6J6S6,[6d6,l666066(!6)626:66@66X66X666%6(-666(>66`6|6"6,_6g6,p6x6,66,6P6 (_6 Xg6$` 6$ 6'"m6( "u6+#6+#6- $,6$61%,6%,6@%*6&67\'a*6x'i*6'r*6'z*6'*6'*6266u6h6 6 t66/6`f66P6 X6$T6( 6+,6*6666@  `7p8I::%:-:6:x?<J<2<VnbtNpv0v=x{     0 H /111 1281108627 0 0 100644 26132 ` ELF+`@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesA@`wwwwwww__ < `]@ @'Gˡ< wwwwww_D '_D '_D '_D '_\ w 'GÀH 'GǀH '_G$ G@@2 '_G G$ @@* 4 '_GG$ @@* 4 '_G_L`GL`@* 4 @'_GG$@ GG$@ @* 4 '_GG$@GG$@ @* 4 '_GG$@$ GG$@ @* 4 '_GG$@ GG$@@* 4 '_GG$@GG$@@* 4 '_GG$@$ GG$@@* 4 '_GG$@ GG$@$ @* 4 '_GG$@GG$@$ @* 4 '_GG$@_M GG$@M @@@* 4 '__@@'_GGG@@G 'GGǀOG 'GGÀO 'Gˡ< wwwwww_D '_D '_D '_D '_\ w 'GÀH 'GǀH '_G$ G@@2 '_G G$ @@* 4 '_GG$ @@* 4 '_G$ G$ @@* 4 '_GG$@ GG$@ @* 4 '_GG$@GG$@ @* 4 '_GG$@ GG$@@* 4 '_GG$@GG$@@* 4 '_GG$@$ GG$@@* 4 '_GG$@GG$@$ @* 4 '__@@'_GGG@@G 'GGǀOMG 'GGÀO> 'Gˡ< 㾰wwwwww_D '_D '_D '_\ D '_D '_\ w_\ \ w 'GÀHHGǠ  ?'G H _G < @H' 'G'GG$@ H _G $ GL@< , H' 'G'GG$@ HGG$@GÀH _G GL@< , H'{ '{G{'GGâ$ H _G  GL@< , H'w 'wGw'4  4  0@4  !@4  "@' 'GH /vGG$@ H H'gGG$@'gGg'kG H5G GǀH _G G< @ < H'c 'c, Gc4 @'G GǀH_G G< @ < , H'_ '_, G_4 @'G GǀH _G<  < @, H'c 'c, Gc4 @'GGâ$ HG GǀH _GG< @ < , H'_ '_, G_4 @'H ' 'oGkH4__@@'_vG_Go  ,@/v ֣, G_4 @Go  4@ 4 @4 @@4 "@'Go 'oGoGkOv_G< < ,@G 'GGO:_G@w_G@wG 'GGÀO 'Gˡ< A@`wwwwwww__ < `]_D`D`D`D`L`L`L`L` @sssss@s_D H__ < `]@ @H%'_D H______ϐ@@NH'______ϐ@@H'Gˡ< A@`www_D ' 'G〠HN__\ Gӡ,0@@w_׀h__`< `]\` Gӡ,0@ @@H%H_\ (h_H$wHH_  ? $H  O OOO (OOGӠ 'GG〤Ow_㾀A@`wOwww '_\  h__ < `]@ @H'_@@__ < `]GGGG@ @ss>`@s_ / ' @ 'G'GH`]Hw`]wG׀H`]Hw`]w__ < `]__@ @@s H__ < `]@ @G 'GHB_\  h__ < `]@ @H&'_G @/_G < @/_G < @/_G < @/__ < `]OOOOސ@ @s@sG '_D H:__@@w_h__ < `]@ @H'__\ (@@w__\ (@@_t (__ < `]_ @ @H_] hE `,p,p\ (@wǠ 'Ϡ 'wo_GG@@w___h__ < `]@ @H'__ < `]GG@ @G@?! $'WGW'k_\ Gk@@wo_oGk@ @__G@_\ $@@w__@@ww___w___o@@@'[_\ _w@@__@@_\ _o@@_  ? (H___t`(H-__ < `]GGGG@ @s@s_] hE `,p,p__GGG@@@___@@ 'G< refinement region template 0 NYIdecoding generic refinement region with offset %d,%x, GRTEMPLATE=%d, TPGRON=%d, RA1=(%d,%d) RA2=(%d,%d) decode_refinement_region: typical prediction coding NYIcould not find referred to segment %dSegment too shortgeneric region: %d x %d @ (%d, %d), flags = %02xsegment flags = %02x %s%s GRTEMPLATE TPGRONreserved segment flag bits are non-zerograt1: (%d, %d) grat2: (%d, %d)could not find reference bitmap!found reference bitmap in segment %dunable to allocate refinement imageallocated %d x %d image buffer for region decode resultscomposing %dx%d decoded refinement region onto page at (%d, %d)@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 jbig2_refinement.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_refinement.o jbig2_refinement.c -W0,-xp\$XAoAMiKTqCXMkIg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTqCXMkIg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_decode_refinement_template0.n ctx(x segment)p params*h -as+`image,X MGR_stats-PD0int_Jbig2Allocatorqalloc#free#realloc!#unsigned longvoid  q z  q  ! q  z Jbig2Allocator* qJBIG2_OPTIONS_EMBEDDED LJbig2Options Jbig2Ctxchar 0JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL h    0 hJbig2ErrorCallbackunsigned char byte zsize_tunsigned xJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOF Jbig2FileState uint8_t int32_t uint32_t_Jbig2Segment0number#flags#page_association#data_length#referred_to_segment_count#referred_to_segments# result#( "JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASED Jbig2PageStateunsigned short ;uint16_t bool_Jbig2Image width#height#stride#datao#refcount# xJbig2Image_Jbig2Page0 state"#number#height#width# x_resolution#y_resolution#stripe_sizeM#striped`#end_row# flags#$image#(  Jbig2Page _Jbig2Ctxp allocatorC#optionsq#global_ctx#error_callbackq#error_callback_data# buf#(buf_size#0buf_rd_ix#8buf_wr_ix#<statex#@file_header_flags#Dn_pages#Hn_segments_max#Lsegments#Pn_segments#Xsegment_index#\current_page#`max_page_index#dpages #h Jbig2Segment int8_tlong  M (  GRTEMPLATE`#reference#DX#DY#TPGRON`#grat 0# MJbig2RefinementRegionParams  _Jbig2ArithState Jbig2ArithState  Jbig2ArithCx 6jbig2_decode_refinement_template0_unopt:n  ctx4x segment5p params6h -as7`image8X MGR_stats9PGRW ;HGRH <Ddx =@dy>ref?CONTEXT@xAyAbit`BD  jbig2_decode_refinement_template1_unoptqn ctxkx segmentlpparamsmh -asn`imageoX MGR_statspPGRWrHGRHsDdxt@dyurefvCONTEXTwxxyxbit`yD jbig2_decode_refinement_template1n ctxx segmentpparamsh -as`imageX MGR_statsPGRWHGRHDstride@refstridedygrreg_linegrref_linexypadded_width#CONTEXTrefline_m1refline_0refline_1line_m1result~x_minor~minor_width,~bit`~D jbig2_decode_refinement_regionn ctxx segmentp paramsh -as`imageX MGR_statsPD0 jbig2_region_find_referredn  ctxx segmentpnsegments drsegment !Xindex"TD jbig2_refinement_regionBn ctx@x segment@psegment_dataAhparams C@rsiDoffsetEseg_flagsFref qwseas -~GR_stats M~stats_size~image~code~D$ 4JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpwidth#height#x#y# op4#flags# MJbig2RegionSegmentInfo_Jbig2WordStreamget_next_wordB# B   Jbig2WordStreamKxjbig2_image_set_pixel n   jbig2_image_get_pixel n   jbig2_arith_decode`[   jbig2_arith_new - [ d jbig2_word_stream_buf_free   jbig2_word_stream_buf_neweO   zMXjbig2_get_region_segment_info O a jbig2_page_add_result   n   jbig2_errorl    jbig2_free q jbig2_alloc q z jbig2_find_segment   jbig2_image_releaseC  n jbig2_image_clone C jbig2_image_new C   ( (__FILE __pad# (off64_t ftelloJ  fseeko J (  (fsetpos J  (fgetpos J  FILE tmpfile3Efreopen < N fopen   (off_t ftello! fseekoY J (  (Yfsetpos J bfgetpos J freopen (    ( :fopen z 1 Ctmpfilememset   z /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_refinement.cjbig2_priv.hjbig2.hstddef_iso.hint_types.hjbig2_generic.hjbig2_arith.hstdio_impl.hstdio.hstdio_iso.h  /@ :$(  :  I8 I ' ID  I ' D  I:  : ( &II !I/  : < 4I : ;   .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D .? < ' ID .? < ' ID  5jbig2_decode_refinement_regionjbig2_region_find_referredjbig2_refinement_region Ojbig2_decode_refinement_template0 Vjbig2_decode_refinement_template0_unopt jbig2_decode_refinement_template1_unoptjbig2_decode_refinement_template1 _Jbig2Allocator*Jbig2AllocatorLqJbig2OptionsqJbig2ErrorCallbackbytesize_txJbig2FileStateuint8_tint32_tuint32_t_Jbig2Segment"Jbig2PageStateMuint16_t`boolx_Jbig2ImageJbig2Image _Jbig2Page Jbig2Page _Jbig2CtxJbig2Ctx Jbig2Segment int8_t M Jbig2RefinementRegionParams Jbig2ArithState 6Jbig2ArithCx4Jbig2ComposeOpMJbig2RegionSegmentInfo_Jbig2WordStreamKJbig2WordStream__FILEoff64_tFILEoff_tjbig2_refinement.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L19jbig2_decode_refinement_template0jbig2_decode_refinement_template0_unoptjbig2_decode_refinement_template1_unoptjbig2_decode_refinement_template1.L264.L272.L312.L364.L369.L377.L380.L382.L385.L387.L394.L417.L435.L442.L463.L467.L493jbig2_page_add_resultjbig2_word_stream_buf_freejbig2_freejbig2_arith_newjbig2_word_stream_buf_newmemsetjbig2_allocjbig2_image_newjbig2_image_releasejbig2_image_clonejbig2_get_region_segment_infojbig2_refinement_regionjbig2_find_segmentjbig2_region_find_referredjbig2_decode_refinement_regionjbig2_image_set_pixeljbig2_arith_decodejbig2_image_get_pixeljbig2_error_GLOBAL_OFFSET_TABLE_   (9H(MxoP (p8(8H h x(# )(/(5((;P@A@G]x0,?Zy 3$3X \ p2T1111H1111X111(1|10/101d111(1l11141`0/ 033(, 2 233,  H283<3 2* 2\` pt    2  42| 2  D2x- 2)( <2p)' 2  02l&%$#. "4!L" 2 $(6G6u6}6| 6 6 56P=66 6C6 K6T6 \6e6 m66 86p#6 P+6P46 P<6P6 X686 p66 p6Z.6b6d5-6=6+664+6(+6L+6<+6+6<+6 +6\+666S6P6 .6-6X+6666@  `Hxx%x-x6xx?J V@bCpE#EFIL` Q@ [0 _  _ _ _ jbig2_mmr.o/ 1281108627 0 0 100644 21484 ` ELF+M@@.shstrtab.text.rodata.bss.data.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames.rela.debug_varnames w''wwߠ 'G_$`G_$`__t`__t`_$ _$  '_߀hGۀ H_G   , ,4 'G۠ 'G_߀hGۀ O_$` @w'_ G,@$_ DG@$_D  H&_ D`$ $`_D` < \`h_ ] E  < E ,@4 @%_ D` $`_D  O0w''_hGH;'G?H ' 'H_G<`<  `  < 'G 'GGH_G<`<  `  < 'GG〤HH G 'GGOG'G< 0w'''_hGH''_GG@'GGH_G<`<  `  < G뀤H _GG@'G'G< A@`ww''G< 'G< 'G 'G 'GG瀤H_G@w_ G`] @G`] @ - H0_G@w_ G`] @,G 'GG瀤H _G,@G۠ 'GG瀤O_G@w_ G`] @, ww'_ 'G  4@'_Gߡ,0T@'_Gߡ,0@T 'GG뀤H" G  ,@$ 'Gۥ4 Gӡ4 @Gנ  4@'_Gߡ,0T@'G_Gߡ,0@T '_Gא@G'G< 0ww' '__G@'GGߠ@'G߀ @OG'G< A@`wwww?' '_ 'G_D HH.ˡ4  H~_; G〤?H 'Gπ H9_`]@ '_`]@ 'GGǠ@'GGà@'G_D H_D 'G_D H_D '_GGې@ʔG'H7_`]@t '_`]@k 'GGà@'GGǠ@'G_D H_D 'G_D H_D '_GGߐ@G'Hˡ4  H-_ Gπ`?'_G_D Gǐ@<'_G_D @'GπH _GGӐ@cG'H{ˡ4  H*_ Gπ`?'_G_D Gǐ@ 'GπH _GGא@<G'Gπ`?'G'HNˡ4  H5_] Gπ`?'_G_D Gǐ@ߖ'Gצ _D HH/GπH _GGנ @Gנ 'Gπ`?'G'Hˡ4  H5_% Gπ`?'_G_D Gǐ@'Gצ _D HHGπH _GGנ @͔Gנ 'Gπ`?'G'Hˡ4  H5_ Gπ`?'_G_D Gǐ@o'Gצ _D HHGπH _GGנ @Gנ 'Gπ`?'G'Hˡ4  H3_ Gπ`?'_G_D Gǐ@7'Gנ$  HHGπH _GGנ$ @_Gנ$ 'Gπ`?'G'Hpˡ4  H3_ Gπ`?'_G_D Gǐ@'Gנ$  HHSGπH _GGנ$ @)Gנ$ 'Gπ`?'G'H:ˡ4  H3_I Gπ`?'_G_D Gǐ@˖'Gנ$  HHGπH _GGנ$ @Gנ$ 'Gπ`?'G'HHOwwwwww_D '_\ ww_D`D`__א@@ '_D H_G@ @___w_G@wG 'G_D O 'Gˡ< ?  -./0    !"#$%&     56'()*+,=>?@                ;< " 1234789:$ @& ( * , .         @@@@@@@@@ @@ @   @@@@      @ @@ @   44@7788@;;<<@@@@5566@@@@@@@@@                23,-./9:=01>? !()"#$%&'*+@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jbig2_mmr.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_mmr.o jbig2_mmr.c -W0,-xp\$XAoAMiKTqCXM0Ng.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKTqCXM0Ng.;backend;raw;cd;DBG_GEN 5.2.7jbig2_decode_mmr_init4nmmr3xwidth3theight3p,data3hEsize3`i5\wordb6XDintunsigned charbyte "unsigned long4size_tunsignedVuint32_t ( width# height# data+# sizeE# data_index# bit_index# wordb# uJbig2MmrCtx  #jbig2_decode_mmr_consumeFnmmrExn_bitsEtD short  val# n_bits# mmr_table_nodelong /jbig2_mmr_white_decodee  Go?jbig2_mmr_black_decodeP jbig2_find_changing_elementnBKlinexxtwpahbdD Bjbig2_find_changing_element_of_colornlinexxtwpcolorlD *lm  DjrmM jbig2_set_bits nOOlinexx0tx1pa0 la1 hb0 db1 `a \D$ jbig2_decode_get_code nmmrxtablepinitial_bitslwordb!dtable_ix"`val#\n_bits$Xmask'TD jbig2_decode_get_run4n Hmmr3x Qtable3pinitial_bits3lresult5dval6`D Hjbig2_decode_mmr_lineBn mmrAx refApOdstAha0Cda1C`a2C\b1CXb2CTcDPwordbKLwhite_runSHblack_runSDD$ jbig2_decode_generic_mmrn 9ctxxsegmentpparamshdata`EsizeXimagePmmrrowstridedstOrefOyD_Jbig2Allocator alloc # free # realloc +# 9void    4      +  4  9Jbig2Allocator 4 {JBIG2_OPTIONS_EMBEDDED VJbig2OptionsJbig2Ctx char :JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALr    :rJbig2ErrorCallback<JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateuint8_tint32_t b_Jbig2Segment0P numberb# flagsU# page_associationb# data_lengthE# referred_to_segment_count# referred_to_segmentsy# result #(  PJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDbJbig2PageStateunsigned shortuint16_tbool U_Jbig2Image  width# height# stride# data # refcount#)Jbig2Image _Jbig2Page0 state# numberb# heightb# widthb# x_resolutionb# y_resolutionb# stripe_size# striped# end_row# flagsU#$ image#(Jbig2Page _Jbig2Ctxp allocator M# options {# global_ctx # error_callback{# error_callback_data # bufO#( buf_sizeE#0 buf_rd_ixV#8 buf_wr_ixV#< state<#@ file_header_flagsU#D n_pagesg#H n_segments_max#L segmentsY#P n_segments#X segment_index#\ current_page#` max_page_index#d pages#h Jbig2Segment  int8_ta MMR# GBTEMPLATE# TPGDON# USESKIP# gbat#Jbig2GenericRegionParamsa   memset  4__FILE+ __pad# off64_t ftello4l+  fseekol  fsetposl  fgetpos(lFILE (!tmpfile7 U g freopen7^p7   fopen7 off_t ftello C fseeko{l { fsetposl fgetposl   freopen7J7 J \ fopen7Se!tmpfile7 /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_mmr.cjbig2_priv.hstddef_iso.hint_types.hjbig2.hjbig2_generic.hstdio_impl.hstdio.hstdio_iso.h 546= $$ ,@| 8 8 | ,X,   @0-A $ % (< ! ,  $0000(0000(H08H8H0<H0<H0<H(<H(<H(< =,$$|  DD%. : ; @ ' D I: ;  4I : ;  D D $> I: &I I   I8 I I !I/4I?  : ;  4I?  : ; . : ;@ ' ID I: ; 4I : ; I !I/ . : ;@ ' D  .?  : ;@ ' ID  : ' ID I' D  : (  :  .? < ' ID !.? < ' ID yjbig2_mmr_white_decodeojbig2_mmr_black_decode jbig2_decode_generic_mmr:jbig2_decode_mmr_init5jbig2_decode_mmr_consumejbig2_find_changing_elementTjbig2_find_changing_element_of_colorjbig2_set_bitsXjbig2_decode_get_codejbig2_decode_get_run Zjbig2_decode_mmr_linebyteEsize_tbuint32_tuJbig2MmrCtxmmr_table_node 9_Jbig2Allocator 4Jbig2Allocator V {Jbig2Options {Jbig2ErrorCallback-w>&?Bd<BD0XFH Lp MH M` Mx'M /131 1281108628 0 0 100644 21092 ` ELF+L`@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenamesA@`wwww_  '_ '_ '_\  @w_׀h}_\ Gӡ,0@@_t _\ h _\ _א@@HiwG_$`G_$`G_$` 'GӀHX_GGː@@_\ Gǡ,0t@_\ Gǡ,0\@h+_`]@ ?@ 'GǀH_\ _\ Gá,0\@@Gà 'GGǀO_\ _א@@Hw__\ Gǡ,p\_ GϠL@@ @ GǠ 'GGӀO_w_߰0ww_hH0 '_D H_\ G,0\@h __\ G,0\@@G 'G_D O_\ _\ @@_\ _@@СA@`wwwwwwww__``  L< `< @w_h__ < `]@ @Hyw_D '_D ' ' '_  / /?/?/ /?/?/?/_D H_____@@@'H)___א@@w__@@w_____ϐ@@@'_\ _@@__@@G H__ < `]@ @___@@w__@@_w_ǰA@`wwwwwǠ '_\  h__ < `]@ @H'_ /Ơ 'Ơ < '_ '_ '_ @'G '__ < `]۪ א@ @s@sGπHG߀H__ < `]GGϐ@ @Ơ H__ < `]@ @GπH_Gߐ@@'_\ G@@w_G@ @___G@]`$_ǐ@@_t (GπH_\ _ǐ@@_\ (h H' 'G'G< wwwwww_wǠ 'G'Gá< `A@`wwwww '_\  hH5_@@Gߠ '_\  hH&_G @/ ' < ' < ' p< ' < 'Gߠ '__ < `]GGGG@ @ss>`@sGHGH__ < `]GG@ @GHGH__ < `]GG@ @_\ Gߠ$@ hH_Gߠ@@'_Gߠ@ @'_Gߠ@ @'_Gߠ@ @'Gߠ '_\ Gߠ$@ hH_Gߠ@@*00<007_Gߠ@ @*00<007Gߠ '__ < `]G<` `G<` `<` `<`'g `'W @> s>`s>s>sǡ? sϡ?`sGgsGW@sGH_G@@'_\ G@@w_G@ @_GGː@@w_h__ < `]@ @H/'___Gߢ@]`$__@@@s'GH_\ _@@GH'__ < `]@ @'G< failed to allocate pattern element imagefailed to allocate collective bitmap for halftone dict!error decoding collective pattern dictionary bitmap!Segment too shortpattern dictionary, flags=%02x, %d grays (%dx%d cell)HDTEMPLATE is %d when HDMMR is %d, contrary to specReserved flag bits non-zerohalftone region: %d x %d @ (%x,%d) flags=%02xHTEMPLATE is %d when HMMR is %d, contrary to specHENABLESKIP is %d when HMMR is %d, contrary to spec grid %d x %d @ (%d.%d,%d.%d) vector (%d.%d,%d.%d)unable to allocate halftone image@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03jbig2_halftone.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_halftone.o jbig2_halftone.c -W0,-xp\$XAoAMiKUqCXMETg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUqCXMETg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_hd_newFn 'ctxCx paramsDpimageEhnewGXN HTHPW IPHPH JLiKHj_DD$intunsigned charuint8_t  _Jbig2Image v width# height# stride# data# refcount#Jbig2Image v   n_patterns# patterns# HPW# HPH# Jbig2PatternDict  _Jbig2Allocatorj alloc# free# realloc# unsigned longvoid js j js Jbig2Allocator #jJBIG2_OPTIONS_EMBEDDEDEJbig2Options YJbig2Ctx char )JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATALa )aJbig2ErrorCallbackbyte ssize_tunsigned`JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateint32_tuint32_t  _Jbig2Segment0u number# flags# page_association# data_length# referred_to_segment_count# referred_to_segments# result#(  uJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned short uint16_tbool _Jbig2Page0 < state# number# height# width# x_resolution# y_resolution# stripe_size ## striped 6# end_row# flags#$ image#( EJbig2Page < _Jbig2Ctxp ' allocator<# optionsj# global_ctx# error_callbackj# error_callback_data# buf#( buf_size#0 buf_rd_ix#8 buf_wr_ix#< state`#@ file_header_flags#D n_pagesy#H n_segments_max#L segments~#P n_segments#X segment_index#\ current_page#` max_page_index#d pages P#h   HDMMR 6# HDPW# HDPH# GRAYMAX# HDTEMPLATE# 0Jbig2PatternDictParams jbig2_hd_releasewn T 'ctxvxdictvpixlD jbig2_decode_pattern_dictn 'ctxxsegmentpparamshdata` sizeX*GB_statsPhd@imagerparamscodewsasD0Jbig2Segment   Jbig2ArithCx int8_tlong3iD MMR 6# GBTEMPLATE# TPGDON 6# USESKIP 6# gbatL#iJbig2GenericRegionParams _Jbig2WordStream. get_next_word]# ]. 7Jbig2WordStream f_Jbig2ArithStateJbig2ArithState jbig2_pattern_dictionaryn 'ctxxsegmentpsegment_datahparams PGB_stats*HflagsGoffset@stats_sizeD$ jbig2_decode_halftone_regionn 'ctx xsegment pparams hdata `size Ximage P*GB_statsHcode@D$oJBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACEJbig2ComposeOp ,i flags# HGW# HGH# HGXy# HGYy# HRX ## HRY ## HMMR 6# HTEMPLATE# HENABLESKIP 6# opo#$ HDEFPIXEL 6#( Jbig2HalftoneRegionParams i jbig2_halftone_regionn 'ctxxsegmentp(segment_datahoffset`region_infoHparamsiimageGB_stats* code!stats_size\D$  widthy# heighty# xy# yy# opo# flags#1Jbig2RegionSegmentInfo Yi   jbig2_decode_generic_mmr[usi [  jbig2_decode_generic_regionudmvjbig2_generic_stats_size( Y jbig2_arith_newr(1jbig2_word_stream_buf_free. Y jbig2_word_stream_buf_news 1 jbig2_get_region_segment_infol%jbig2_image_compose jbig2_error%jbig2_freePjjbig2_allocjs shortint16_tjbig2_get_int16 jbig2_get_int32y!jbig2_image_releaseU Yjbig2_image_newU memsetsL /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_halftone.cjbig2.hint_types.hjbig2_priv.hstring_iso.hjbig2_arith.hjbig2_generic.h  (0 $$<0$2-$q $(N1($  D<!M,E$! ,!  !E aM $(<    ( iM0$(((0,0.$(,@ DD%.?  : ; @ ' ID I: ;  4I : ;   D D $> I: I  :  I8   I' ID I' D  : ( &I.?  : ; @ ' D . : ; @ ' ID I !I/  : < .?  : ;@ ' ID I: ; 4I : ; .? < ' ID .? < ' D  .? < ' ID Ijbig2_hd_new jbig2_hd_releasejbig2_pattern_dictionaryjbig2_decode_halftone_regionjbig2_halftone_region< Tjbig2_decode_pattern_dict4uint8_t_Jbig2ImagevJbig2ImageJbig2PatternDict_Jbig2Allocator#Jbig2AllocatorEjJbig2OptionsjJbig2ErrorCallbackbytesize_t`Jbig2FileStateyint32_tuint32_t_Jbig2SegmentJbig2PageState #uint16_t 6bool E_Jbig2Page F K L L0 LH jbig2_image.o/ 1281108628 0 0 100644 19116 ` ELF+E(@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames A@`ww''_\  @w_߀h _`]@ ?@H:wG$ <  '_\ GGL@< @_t _\ h_`]GGL@ ?@_\ _ߐ@@HwG_$`G_$`G_$` _$`_w_0ww_ D` $`_w_@ww_ D`$ $`_D H__@@@ww_\ _\ @@_\ _@@ A@`www''G_D H:_\ _\`D`GL@< @_t _\ h _`]@ ?@H&wG_D H_\`D`D`M< G$L< @ @G_$`H _`]@ ?@w_߰A@`wwww'''_D '_D 'Ǡ 'à 'G〤 H GG$@'GG $@'ˠ 'G߀ H GGߠ$@'GGߠ $@'Ǡ 'GG˦@_D H_D G$@'GGǦ@_D H_D Gߠ$@'H7 'GǀH: 'GˀH,_GGGG߰@_GäG@@_GG@GGߠ@@@@GӠ 'GGˀOGϠ 'GGǀOH 'GǀH: 'GˀH,_GGGG߰@_GäG@@_GG@GGߠ@@ @@GӠ 'GGˀOGϠ 'GGǀOH 'GǀH: 'GˀH,_GGGG߰@_GäG@@_GG@GGߠ@@@@GӠ 'GGˀOGϠ 'GGǀOH 'GǀH; 'GˀH-_GGGG߰@_GäG@@_GG@GGߠ@@<@@GӠ 'GGˀOGϠ 'GGǀOHE 'GǀH. 'GˀH _GGGG߰@_GäG@@@@GӠ 'GGˀOGϠ 'GGǀOHGۀ H , < #b|_D 'Gס< <<<<@www'''Gۀ H___GGGې@@@H'_D '_D '_\ wG〤 HGG@'ˠ 'G߀ HGGߠ@'Ǡ 'GG˦@_D HGH'_D G$@'G'GGǦ@_D HGH'_D Gߠ$@'G'G< 'GGˠ@$ < 'G '_w_\`GD`L< Gà@w_wGGH,!Gˡ<@ !/ 'GǀH_ _  @G<@- __D @w__D @wGϠ 'GGǀOHG HVGˠ  Gˠ   ,@ !@?,@ @'G/ 'GǀH;G'GGH_ _ @,_ w_ wGӠ 'GGO_ _  @- __D @w_w__D @w_wGϠ 'GGǀOHGˠ< G@ < <`$ &H ' G,@ !/GH!GGˠ@ < !G  <@/H !Gˠ <@ !/ 'GǀHw_ _  @G<@- _ wG'GG$ H(_ _ < @G  ,@- _ w_ _  @G<@- _ wGӠ 'GG$ OGH_ _  @G  ,@- H_ _ < @G  ,  @<@-__D @w_w__D @w_wGϠ 'GGǀO 'Gס< 0ww'G뀠 @?,@'G/_\`D`D`L< @ w''_D '_D 'G< G_D L@'G   'G HGG瀤H H'G HGG〤H H '_\ G @< Gۡ<@ 'G<  w'''_D '_D 'G HGG〤H H3'G HGG߀H H''G< G_D L@'G   'Ӣ Gӡ,@ '_\ G @< Gנ @'GGGӡ,@_\ G,@ 'G< could not allocate image structurecould not allocate image data buffer! [%d bytes] could not resize image buffer!jbig2_image_resize called with a different width (NYI)@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03/jbig2_image.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_image.o jbig2_image.c -W0,-xp\$XAoAMiKUqCXMUYg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUqCXMUYg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_image_new n ctxxwidththeightpimage!`stride"\D$intunsigned charuint8_t _Jbig2Image  width# height# stride# data# refcount#Jbig2Image _Jbig2Allocator allocO# freev# realloc#unsigned longvoid  O  ) v   X     Jbig2AllocatorJBIG2_OPTIONS_EMBEDDEDJbig2OptionsJbig2Ctx(char:BJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL   K T Jbig2ErrorCallbackbytesize_tunsignedJBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFPJbig2FileStateint32_tDuint32_t _Jbig2Segment0 number# flags# page_association# data_length3# referred_to_segment_count# referred_to_segments2# result #(; JBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDJbig2PageStateunsigned shortuint16_tbool _Jbig2Page0 state# number# height# width# x_resolution# y_resolution# stripe_size# striped# end_row# flags#$ image#(Jbig2Page _Jbig2Ctxp allocator# options# global_ctx1# error_callback# error_callback_data # buf*#( buf_size3#0 buf_rd_ixD#8 buf_wr_ixD#< state#@ file_header_flags#D n_pages #H n_segments_max#L segments#P n_segments#X segment_index#\ current_page#` max_page_index#d pages#hjbig2_image_clone>n * ctx=ximage=pD jbig2_image_releaseEn  ctxDximageDpD jbig2_image_freeLn  ctxKximageKpD jbig2_image_resizeTn w ctxRximageRpwidthSlheightShD(jbig2_image_compose_unoptrn  ctxoxdstppsrcphxqdyq`opq\isTjsPswtLshuHsxvDsyw@D0JBIG2_COMPOSE_ORJBIG2_COMPOSE_ANDJBIG2_COMPOSE_XORJBIG2_COMPOSE_XNORJBIG2_COMPOSE_REPLACE Jbig2ComposeOpjbig2_image_composen< ctxxdstpsrchxdy`op\iTjPwLhHleftbyteDrightbyte@shiftsssdddmaskrightmaskoverlapDjbig2_image_clearn ctxximagepvaluelfillkDjbig2_image_get_pixelnimagexxtypwhhdbyte`bit\Djbig2_image_set_pixel(nimage'xx'ty'pvalue'lw)dh*`scratch+\mask+Xbit,Tbyte,PD:jbig2_error<  T  jbig2_realloc {   jbig2_free   jbig2_alloc   memset    :mkstempB mkstempi longii __FILE __padq#ioff64_tftello fseeko5  i i5fsetposw  >ifgetpos  wFILEtmpfile::freopen:   :::Lfopen C Uioff_tftello fseeko  i ifsetposE   fgetposu  w:u:freopen ~  ::fopen$  tmpfile /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_image.cjbig2.hint_types.hjbig2_priv.hstdio_iso.hstdio_impl.hstdio.h  #(0 8!@$ >   4 ($  D!0%I   HH@A$"}*$"}*$"}*$#}*$%~*T/ 44T$< $$4 } X$(:-,({ D$I($@,L ~ T(t -8 ,!<=0 <=, !,1 DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 ' ID  I ' D  : ( &I.?  : ; @ ' D  .?  : ;@ ' D I: ; 4I : ; .?  : ;@ ' ID .? < ' ID .? < ' D I !I/ .? < ' ID 0;@jbig2_image_new jbig2_image_clone *jbig2_image_release jbig2_image_free jbig2_image_resize wjbig2_image_compose_unoptjbig2_image_compose6\66666666 66T6\66666866 6%6>6k66g66666@ @PGG%G-G6G?J;V1b3p5~<6!8m:H=A D D E /149 1281108629 0 0 100644 12036 ` ELF+)@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_typenames A@`www_`]@@w_߀h`]!`]_@@ H '__ߐ@@'_@G'G< 0A@`www_`]_D`D`@_\`D`D`L< _ @@ 'G<  A@`www_`]@@w_߀h`]!`]_@@H w__ߐ@@w_@_w_A@`www_@'Gˀ PH_@HH w_@'Gˀ PO_@'Gˀ 4H`]!`]@@Hw 'נ 'G׀ H_@'Gˀ HGˀ H Gˀ HGˀ HHGˀ #H_@'Gˀ H _@'Gˀ OHxGˀ?H`]!`]@@HwG`]  @ H_GˢG,@G '_@'G`]  @ H'G〤 H`]!`]@@HwGˢG,@G '_@'G`]  @ O G,@`]Gס,0@@ H`]!`]@@HLw 'Gנ 'G׀ O\_GGߐ@@w_πh`]!`]GGߐ@@H'w_\`D`D`L< _ @@_@H`]!`]@@__ϐ@@Hw_w_wbunable to open '%s' for writingP4 %d %d rbunable to open '%s' for reading not a binary pbm file. end-of-file parsing pbm header pbm parsing error %dcouldn't read pbm image dimensions could not allocate %dx%d image for pbm file unexpected end of pbm file. @(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03 'jbig2_image_pbm.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_image_pbm.o jbig2_image_pbm.c -W0,-xp\$XAoAMiKUqCXMkdg.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKUqCXMkdg.;backend;raw;cd;DBG_GEN 5.2.7jbig2_image_write_pbm_filenimagexfilenamepout`error \D intunsigned charuint8_t _Jbig2Image  width# height# stride# data# refcount#Jbig2Imagecharlong   __FILE __pad#FILE jbig2_image_write_pbm0nimage/xout/pD jbig2_image_read_pbm_file?n$Cctx>xfilename>pin@`imageAXD _Jbig2Ctx$Jbig2Ctx0jbig2_image_read_pbmQn$CctxPxinPpiRddim$R\doneSXimageTPcULbufAVD A   ^ $jbig2_image_release^g$jbig2_image_newoff64_tftello/fseekop/pfsetpos/yfgetpos/tmpfilefreopen] ]ofopenfxoff_tftellofseeko&/feofJ/Jfsetpos/Sfgetpos/voidunsigned longsize_tfwrite Bfread  Bfgetc /  sscanf    fprintf G/  G Yfreopen  P b  fopen   fclose /tmpfiles /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2_image_pbm.cjbig2.hint_types.hstdio_impl.hstdio_iso.hstdio.h !<<% 1   <<% ,*,4UL40(@4{H4c!,D<$4  DD%.?  : ; @ ' ID I: ;  4I : ;  D D $> I: I  :  I8 I  !I/ < .? < ' D I.? < ' ID &I.? < ' ID  3Ljbig2_image_write_pbm_file"jbig2_image_write_pbmjbig2_image_read_pbm_fileLjbig2_image_read_pbm 3uint8_t_Jbig2ImageJbig2Image__FILE FILE0Jbig2Ctxoff64_toff_tsize_tjbig2_image_pbm.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L21.L26.L44.L59.L64.L108.L162.L189.L204.L209.L232.L245jbig2_image_releasefreadjbig2_image_newsscanffeoffgetc__ctypejbig2_image_read_pbmjbig2_image_read_pbm_filefwritefclosejbig2_image_write_pbmfprintffopenjbig2_image_write_pbm_file__iob_GLOBAL_OFFSET_TABLE_   '8GL Q(V8[@(`hf lrx(~0 !)/J P &$&< @ L#h%l% x | "! & &$ ( H"x&&  #% %  0"L\ &&8%<% HL X"H%L% X\ h"|  %%   "L\`  %%  "4P%T% `d "%%  " 6D6l$6t6=!6E666lf6n6$$6!66666@ @8x5  % - 6 V? J  3V6bpYfx ( (` )P )h /168 1281108629 0 0 100644 13464 ` ELF+.@@.shstrtab.text.rodata1.bss.data.rodata.picdata.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.strtab.symtab.rela.text.rela.debug_info.rela.debug_line.rela.debug_pubnames.rela.debug_funcnames.rela.debug_typenames0w'_\  @w_߀h.G_$`_$  _$`_\ _D ,0@@_t _\ _D ,0@@_t _\ h_\ h__ߐ@@w_w_0ww_\ h# '_D H_\ _\ G,0\@@G 'G_D O_\ _\ @@_\ h# '_D H_\ _\ G,0\@@G 'G_D O_\ _\ @@_\ _@@ A@`www'_\ G@@w_׀h _`]@ ?@H __G@@_w_߰A@`wwww'w'_D`D`H5_ D`< $`_\ _\`D`@w_\ _\`D`@w_ǀh_h_`]@ ?@?H''__t`__t`__G@_\`D`,0t__GӐ@x_\`D`,0t_ D` $` 'Gϡ< A@`wwww_ w__\ @w__ < `]@ @_@ w_ǀh__ < `]@ @?Ho'_L HR__πhM_@ '_w_G@w__π hHA_@ '_w_G@w__π hH/___G_G@@@__ < `]__@ @@_L H__π o__t`( H'__ǐ@@__ < `]@ @'G<  A@`wwww__ < `]@ @'G< unable to duplicate comment stringunable to resize metadata structureASCII comment dataunable to allocate comment structure'%s' '%s'unexpected end of comment segmentunhandled unicode comment segment@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03{jbig2_metadata.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c -o jbig2_metadata.o jbig2_metadata.c -W0,-xp\$XAoAMiKVqCXM0ig.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKVqCXM0ig.;backend;raw;cd;DBG_GEN 5.2.7jbig2_metadata_newn ctxxencodingtmd`D JBIG2_ENCODING_ASCIIJBIG2_ENCODING_UCS16Jbig2Encoding char   int _Jbig2Metadata  encoding# keys(# values(# entries1# max_entries1#8Jbig2Metadata  _Jbig2Allocator, alloc}# free# realloc#  unsigned long void F N},5 W,N  N,N5 Jbig2Allocator ,JBIG2_OPTIONS_EMBEDDEDJbig2Options Jbig2CtxC V hJBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL 1Nqz1 Jbig2ErrorCallback unsigned charAbyte R5size_t unsigned+JBIG2_FILE_HEADERJBIG2_FILE_SEQUENTIAL_HEADERJBIG2_FILE_SEQUENTIAL_BODYJBIG2_FILE_RANDOM_HEADERSJBIG2_FILE_RANDOM_BODIESJBIG2_FILE_EOFJbig2FileStateAuint8_t1int32_t{uint32_t h _Jbig2Segment0R numberh# flagsD# page_associationh# data_lengthj# referred_to_segment_count1# referred_to_segments{# resultN#(  RJBIG2_PAGE_FREEJBIG2_PAGE_NEWJBIG2_PAGE_COMPLETEJBIG2_PAGE_RETURNEDJBIG2_PAGE_RELEASEDdJbig2PageState unsigned shortuint16_t1bool D _Jbig2Image  width1# height1# stride1# data"# refcount1#+Jbig2Image  _Jbig2Page0 state# numberh# heighth# widthh# x_resolutionh# y_resolutionh# stripe_size# striped# end_row1# flagsD#$ image#(Jbig2Page _Jbig2Ctxp allocator# options,# global_ctx_# error_callback$# error_callback_dataN# bufa#( buf_sizej#0 buf_rd_ix{#8 buf_wr_ix{#< state+#@ file_header_flagsD#D n_pagesV#H n_segments_max1#L segments[#P n_segments1#X segment_index1#\ current_page1#` max_page_index1#d pages #h Cjbig2_metadata_free0n  ctx/xmd/pi11lD jbig2_strndupBn  ctxAx cAp lenAlsCXD$ 1jbig2_metadata_addPn1  ctxMxmdMp keyNh key_lengthNd valueOX value_lengthOTkeys(QHvalues(Q@D0 1 1jbig2_comment_asciimn1 ctxkx segmentkpsegment_datalhsnXendoPcommentpHkeyq@valueqkey_length1rvalue_length1rD$Jbig2Segment D jbig2_comment_unicoden1 ctxx segmentpsegment_datahD$D   jbig2_error1z1jbig2_reallocN^,N5jbig2_free,Njbig2_allocN,5 strlenjF memcpyN?N5mkstemp1fmkstemp1 /var/tmp/jbig2dec-0.11/usr/include/iso/usr/include/sysjbig2_metadata.cjbig2_metadata.hjbig2_priv.hjbig2.hstdlib_iso.hint_types.h )444  2!(21) (21)$  (9)  $ 44-0< I  :  I8 ' ID I' D &I.?  : ; @ ' D . : ; @ ' ID .? < ' ID .? < ' D .? < ' ID Ijbig2_metadata_new jbig2_metadata_free jbig2_metadata_add jbig2_comment_ascii$jbig2_comment_unicode0 jbig2_strndupJbig2Encoding8_Jbig2MetadataJbig2Metadata_Jbig2AllocatorJbig2Allocator,Jbig2Optionsz$Jbig2ErrorCallbackRbytejsize_t+Jbig2FileStateDuint8_tVint32_thuint32_t_Jbig2SegmentdJbig2PageStateuint16_tbool+_Jbig2ImageJbig2Image_Jbig2Page Jbig2Page _Jbig2CtxCJbig2CtxJbig2Segmentjbig2_metadata.cBbss.bssDdata.dataDpicdata.picdataDrodata.rodata.L118jbig2_strndup.L156.L182.L191.L226.L238.L249jbig2_comment_unicodestrlenjbig2_comment_asciijbig2_reallocjbig2_metadata_addmemcpyjbig2_errorjbig2_freejbig2_metadata_freejbig2_allocjbig2_metadata_new_GLOBAL_OFFSET_TABLE_   &7F(LZ((`Pfh(lr(x"~l0p0\!4$d|  8x|@ D X8<   0x (|   46A6a6i6 6 6 *6 26H 6 6 6 6?6G6@66 6&6N66666@  `X   % - 6 ? xJ xVbGp !<!(#7%8(h,pP - .P .h .0707010004d699000041ed0000000000000000000000024c5c2b10000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/bin0707010004d69a000081ed0000000000000000000000014c5c2a9a0000bbe00000010000010036ffffffffffffffff0000001c00000000root/usr/local/bin/jbig2decELF+ @@8@! @@X\\\\ x cHcH/usr/lib/sparcv9/ld.so.1;: !"#%&'()+,-/134679  $*.0258cfd b e (a.a 6` ?`GfXO T8Z"c r %,a@`fXb@ V@`cH  Q|__0 h5a=aKb`_ VPeas_z V`b b RH  b!d \ba\``e,f`4``@bH_Ma`d`@he8 G_memset_endjbig2_release_page___Argvfreadstrncmpsnprintffprintf__xargvSHA1_Final_get_exit_frame_monitorSHA1_Transformjbig2_image_write_pbmstrlen_edatajbig2_global_ctx_freeoptind__fsr_init_value_initatoi_DYNAMIC__1cG__CrunMdo_exit_code6F_v_SHA1_Initatexit_PROCEDURE_LINKAGE_TABLE_mainstrncpyjbig2_ctx_newjbig2_complete_page_finijbig2_data_inmalloc_lib_versionjbig2_make_global_ctxmemcpySHA1_Update_start__ioboptargjbig2_page_out_environ_etextjbig2_ctx_freefopen_GLOBAL_OFFSET_TABLE_strrchrstrdup__environ_lock__xargcgetopt_longfclose_exitjbig2_image_write_pbm_file$XBoAMiKWqCXM00g.parse_options.long_optionslibc.so.1SUNW_1.22SUNWprivate_1.1libjbig2dec.so.0libm.so.2/usr/local/liby Nq]]']&e0 __4_9_ `` `@7``2``/`.`aa a@ a`5a,aaab3b "b@b`b(bb+b#cc  [`+p @ "b``+p @ rbX`+p @ ra , @`+p ' \ t+``+p ) -`-! `?-! =--%! !#0@ڐ`+p  @Ӑ"P`*p  Z!( `*p  Z!0@@m@@@@A@` ww \@_t _\ ha]!`]@@_$ H_\ @0ww_D`D`L'_\ _\ @@#A@bwww_\ ې@@| 'ۢG,< @`] @ @qG 'G O_`]@@Y@w_\ @Z_t 0ww _$`  'G<  A@aw'ww 'G_` ]a ]ߐ@@*'Gۀ?HHHo_D Ha] `(]Gߣ,0a ]\@@H_$ Ha]\ h a]\ @_$ H _$`Hu_$ Hq@@ Hk _$`Hf _$`Haa]\ @_t HW_a]\ @sHM_D Ha] `0]Gې@@H:Gۀ mH VH  O ?OO dH VOOO hOO qH  mO oOO tH qO~OO vO{OOCa]D 'G< @A@bwa] `8]`@]`H]@@: 'G< @A@awa]!`P]@@ 'G< A@a www''_wH3_D  H H^'`X]H5w_D  H HQ'``]H(w_D  H HD'`h]Hw`p]Hw`x]HwG뀤 O, < #a_DG瀤?H /H `]G@ @a]!`]__@@@ 'G< 4hA@cwww_ha]!`]@@v@\ _h`]wH_@ /w_׀h_@ \w_׀h_נ wH_w_L H`]w_@}'_א@p .w_πhG_@o$@'G_@i@ @%w_߀ha]!`]@@@ __Gː@@U_G˦@_@G@@@J _Gˢ@_@;,@_w_0A@`www_\ `]@ @,H$H_a] @@'Ha]!`]@@˒ H='_D OOH2_D  Ha]!`]_\ @@H__\ @@Ha]!`]@@ H '_D OO 'G< 0A@bܮww_\ `]@ @H a]!wHa] w_`]@@[__@В_`]@@O 'G< ~НA@aԮw'wwwנ ' ' 'w 'G_@'GHRHR@ H[a]!`]@@ HOGG$@ H$_G,0\@w_`]@@Xw_߀ha]!`]_@@ H9'HQGG$@ HF_G,0\@w_G < ,0\@w_`]@@)w_߀ha]!`]_@@ H '_`]@@w_׀ha]!`]_@@ H'Hl'H_׀h H' 'G`]@@wϢ_ߐ@ @'G HH_ϤG@@HHO_@ߐ_׀h4_@w_`] @@wϢ_א@ @'G HH_ϤG@@HHO_@_@_׀h_@_h_G,0\@`]@w 'H_@D'G HGǀ H _G@$ _@w_h_@GH_@E__@@_@}w_oGHQ_@~HG H , < #bh_D_h_@ƐGHa 'G<  ww_w_ '_ '_ '_ '_ 'ߠ@ _ @,`4`+a@',`4`'@ _ @ۥ,`4`',`4`'@ _ @ߥ,`4`'ۥ,`4`'@ _ @,`4`'ߥ,`4`'۠@ _ @,`4`+a@',`4`'ߠ@ _ @,`4`',`4`'@ _ @ۥ,`4`',`4`'@ _ @ߥ,`4`'ۥ,`4`'@ _ @,`4`+a@'ߥ,`4`'۠@ _ $@,`4`',`4`'ߠ@ _ (@,`4`',`4`'@ _ ,@ۥ,`4`',`4`'@ _ 0@ߥ,`4`+a@'ۥ,`4`'@ _ 4@,`4`'ߥ,`4`'۠@ _ 8@,`4`',`4`'ߠ@ _ <@,`4`',`4`'_`4` ``,`4`'_$`@ ˦@ۥ,`4`+a@',`4`'_`8`$` `,`4`'_$`@ Ǧ@ߥ,`4`'ۥ,`4`'_`<`(``,`4`'_$`@ æ@,`4`'ߥ,`4`'_``,`` ,`4`'_$` ۠@ @,`4`',`4`'_``0``,`4`'_$`@ߢ@@,`4`+zc@',`4`'_``4``,`4`'_$`@@@ۥ,`4`',`4`'_` `8` `,`4`'_$`@@@ߥ,`4`'ۥ,`4`'_``<`$`,`4`'_$`ۢ@@@,`4`'ߥ,`4`'_```(` ,`4`'_$` ߢ@ۢ@@,`4`+zc@',`4`'_```,`$,`4`'_$`$@ߢ@@,`4`',`4`'_```0`(,`4`'_$`(@@@ۥ,`4`',`4`'_` ` `4`,,`4`'_$`,@@@ߥ,`4`'ۥ,`4`'_`$``8`0,`4`'_$`0ۢ@@@,`4`+zc@'ߥ,`4`'_`(``<`4,`4`'_$`4ߢ@ۢ@@,`4`',`4`'_`,```8,`4`'_$`8@ߢ@@,`4`',`4`'_`0```<,`4`'_$`<@@@ۥ,`4`',`4`'_`4` ``,`4`'_$`@@@ߥ,`4`+zc@'ۥ,`4`'_`8`$` `,`4`'_$`ۢ@@@,`4`'ߥ,`4`'_`<`(``,`4`'_$`ߢ@ۢ@@,`4`',`4`'_``,`` ,`4`'_$` @ߢ@@,`4`',`4`'_``0``,`4`'{{_$`@@{@ۥ,`4`+zc@',`4`'_``4``,`4`'ww_$`@@w@ߥ,`4`'ۥ,`4`'_` `8` `,`4`'ss_$`ۢ@@s@,`4`'ߥ,`4`'_``<`$`,`4`'oo_$`ߢ@ۢ@o@,`4`',`4`'_```(` ,`4`'kk_$` ߢ @ @k@,`4`+9|ܠ@',`4`'_```,`$,`4`'gg_$`$ @ @g@ۥ,`4`',`4`'_```0`(,`4`'cc_$`( @ @c@ߥ,`4`'ۥ,`4`'_` ` `4`,,`4`'___$`,ۢ @ @_@,`4`'ߥ,`4`'_`$``8`0,`4`'[[_$`0ߢۢ @ @[@,`4`+9|ܠ@',`4`'_`(``<`4,`4`'WW_$`4ߢ @ @W@,`4`',`4`'_`,```8,`4`'SS_$`8 @ @S@ۥ,`4`',`4`'_`0```<,`4`'OO_$`< @ @O@ߥ,`4`'ۥ,`4`'_`4` ``,`4`'KK_$`ۢ @ @K@,`4`+9|ܠ@'ߥ,`4`'_`8`$` `,`4`'GG_$`ߢۢ @ @G@,`4`',`4`'_`<`(``,`4`'CC_$`ߢ @ @C@,`4`',`4`'_``,`` ,`4`'??_$`  @ @?@ۥ,`4`',`4`'_``0``,`4`';;_$` @ @;@ߥ,`4`+9|ܠ@'ۥ,`4`'_``4``,`4`'77_$`ۢ @ @7@,`4`'ߥ,`4`'_` `8` `,`4`'33_$`ߢۢ @ @3@,`4`',`4`'_``<`$`,`4`'//_$`ߢ @ @/@,`4`',`4`'_```(` ,`4`'++_$`  @ @+@ۥ,`4`+9|ܠ@',`4`'_```,`$,`4`'''_$`$ @ @'@ߥ,`4`'ۥ,`4`'_```0`(,`4`'##_$`(ۢ @ @#@,`4`'ߥ,`4`'_` ` `4`,,`4`'_$`,ߢۢ @ @@,`4`',`4`'_`$``8`0,`4`'_$`0@ߢ@@,`4`+ gO}֠@',`4`'_`(``<`4,`4`'_$`4@@@ۥ,`4`',`4`'_`,```8,`4`'_$`8@@@ߥ,`4`'ۥ,`4`'_`0```<,`4`'_$`<ۢ@@@,`4`'ߥ,`4`'_`4` ``,`4`'  _$`ߢ@ۢ@ @,`4`+ gO}֠@',`4`'_`8`$` `,`4`'_$`@ߢ@@,`4`',`4`'_`<`(``,`4`'_$`@@@ۥ,`4`',`4`'_``,`` ,`4`'_$` @@@ߥ,`4`'ۥ,`4`'_``0``,`4`'_$`ۢ@@@,`4`+ gO}֠@'ߥ,`4`'_``4``,`4`'_$`ߢ@ۢ@@,`4`',`4`'_` `8` `,`4`'_$`@ߢ@@,`4`',`4`'_``<`$`,`4`'_$`@@@ۥ,`4`',`4`'_```(` ,`4`'_$` @@@ߥ,`4`+ gO}֠@'ۥ,`4`'_```,`$,`4`'_$`$ۢ@@@,`4`'ߥ,`4`'_```0`(,`4`'_$`(ߢ@ۢ@@,`4`',`4`'_` ` `4`,,`4`'_$`,@ߢ@ߦ@,`4`',`4`'_`$``8`0,`4`'_$`0@@ۦ@ۥ,`4`+ gO}֠@',`4`'_`(``<`4,`4`'_$`4@@צ@ߥ,`4`'ۥ,`4`'_`,```8,`4`'_$`8ۢ@@Ӧ@,`4`'ߥ,`4`'_`0```<,`4`'_$`<ߢ@ۢ@Ϧ@,`4`',`4`'_@$_ @$_ @$_ ߠ@$_ ۠@$ '''''@w!H#_$`! ?4 _$`!H<4 _$`!  v_$` ! G=4 _$`_$ _$  www_ 4  ?4w_ _,0< @'_$`_,0h_ ` $`_ _40< @$__@ ?h._נ  @w__נ@ __ߐ@@_`@_ߠ ?_瀤h___ߠ@_ߠ @w_ߠ ?_瀤 owHw__נ@ __ߢ@_$@@ A@`Ԯwww '뀤 H"뀤  H H'ߠ '_Gߡ,0@  `  , < 4 < , '뀤  O_`]@ [_  !!H_a]@ L_  !!O_@ ? '뀤 H_4`4,0 `  , < 4 < _, '뀤  O '_   @@G_  @A_   @:  @4PPunable to allocate hash state %02x%sVh?qvdo:t:unrecognized option: --%s unrecognized option: -%c %s %s jbig2dec0.11Usage: jbig2dec [options] or jbig2dec [options] When invoked with a single file, it attempts to parse it as a normal jbig2 file. Invoked with two files, it treats the first as the global segments, and the second as the segment stream for a particular page. This is useful for examining embedded streams. available options: -h --help this usage summary -q --quiet suppress diagnostic output -v --verbose set the verbosity level -d --dump print the structure of the jbig2 file rather than explicitly decoding --version program name and version information --hash print a hash of the decoded document -o send decoded output to Defaults to the the input with a different extension. Pass '-' for stdout. -t force a particular output file format the only supported option is 'pbm' DEBUGinfoWARNINGFATAL ERRORunknown message(segment 0x%02x)jbig2dec %s %s %s make_output_filename called with no extension! outcouldn't allocate memory for output_filename -unsupported output format. saving decoded page as '%s' Hash of decoded document: Sorry, segment dump not yet implemented rberror opening %s .pbmversionhelpquietverbosedumphashoutputformatcHVhVVVVVVVWWZ[[[[ [0[H[`[[[[[\\0\8\h\p\\\e80o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0o0o0o0o 0o V@ VPx X oqo o @ 0 oo_c \V\h\q\v\d\m\o\tXxX   ( @   V@ VP V` Vh\_cHdfXfX fde(;e0Ne\h V`wfXe8fXh V` Vh   L V V  ( 4 V V  V  XP |  V& V, W2 W8 X\D ZJ [P [V [\ [ b [0h [Hn } [`0 [ [0 @ [ [  [  0 \  \0  \80 \h \p \fXdfXh V` \  \'c.fd3bFe NaTa \` e`mfXu T8"c  %,a@`fXb@ V@`cH % Q|/_6_P hUa]akb` VPa_ V`b b RH  b!d \ba\.`6`=eLf`T```bh_ma`d`@e8 g_.libs/jbig2deccrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatajbig2dec.cBbss.bssDdata.dataDpicdata.picdata.L26hash_inithash_image.L67.L74hash_printhash_freeset_output_format.L123.L144.L191parse_optionsprint_version.L215.L216.L217.L229print_usage.L256.L266.L276.L279.L282.L297.L301error_callback.L319.L330.L385make_output_filename.L406.L421.L439write_page_image.L489.L492write_document_hash.L529.L540.L548.L686sha1.c.L141.L151crtn.s_END__START_memset_endjbig2_release_page___Argvfreadstrncmpsnprintffprintf__xargvSHA1_Final_get_exit_frame_monitorSHA1_Transformjbig2_image_write_pbmstrlen_edatajbig2_global_ctx_freeoptind__fsr_init_valueatoi_DYNAMIC__1cG__CrunMdo_exit_code6F_v_SHA1_Initatexit_PROCEDURE_LINKAGE_TABLE_mainstrncpyjbig2_ctx_newjbig2_complete_page_finijbig2_data_inmalloc_lib_versionjbig2_make_global_ctxmemcpySHA1_Update_start__ioboptargjbig2_page_out_environ_etextjbig2_ctx_freefopen_GLOBAL_OFFSET_TABLE_strrchrstrdup__environ_lock__xargcgetopt_longfclose_exitjbig2_image_write_pbm_file$XBoAMiKWqCXM00g.parse_options.long_optionsanotate anotate  8VP e(e0" VP#$VP$,VPanotateX P !" !"anotate @(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)stdint.h 1.1 03/12/04 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)int_const.h 1.5 04/09/28 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497sjbig2dec.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c jbig2dec.c -W0,-xp\$XAoAMiKWqCXM00g.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWqCXM00g.;backend;raw;cd;DBG_GEN 5.2.7hash_initE\nmparamsDxDusagedumprendermjbig2dec_modeintunsigned uint32_tlong    unsigned char uint8_t  @O ? \ state# count# buffer2# OSHA1_CTXchar%jbig2dec_format_jbig2jbig2dec_format_pbmjbig2dec_format_pngjbig2dec_format_nonejbig2dec_format( mode# verbose# hash# hash_ctx# output_file# output_format%# >jbig2dec_params_thash_imageRnTparamsQximageQpNSlD  _Jbig2Image  width# height# stride# dataT# refcount# ]Jbig2Imagehash_printYnparamsXxoutXpmdZ\digest[i\D ̀ __FILE __pad# FILE   ) (hash_freegn[paramsfxDset_output_formatn(nparamsmxformatmpD parse_optionsXnargc~|argv~pparams~hlong_options  e8option_idx`option\D$option  name# has_arg# flag# val# ( print_version(ncDprint_usageXnDerror_callbackn { error_callback_datax bufp severityl seg_idxhparams :XtypePsegment CD(void {  JBIG2_SEVERITY_DEBUGJBIG2_SEVERITY_INFOJBIG2_SEVERITY_WARNINGJBIG2_SEVERITY_FATAL Jbig2Severity int32_t 1  ` make_output_filename n 2 ;input_filenamex Mextensionpoutput_filename `c _ Xe _ Plen LD  2 D Vwrite_page_image;0n params:ximage:pD write_document_hashdn >paramscxoutehDmainv%Tnwargcu|argvupfw`f_pagewXctxxPbufy_paramsz_filearg{_%$$! x xfn_ ! ! ! !fn_fn_page_""""x""xn_bytes_"#d"#d"#dglobal_ctx_"#L"#D"#Dn_bytes_#d$image_#$#$#$len_D(_Jbig2Ctx wJbig2Ctx _Jbig2GlobalCtx Jbig2GlobalCtx]jbig2_image_write_pbmBjbig2_image_write_pbm_filewjbig2_complete_pagejbig2_release_pagewjbig2_page_out33unsigned longjbig2_data_in<Ejbig2_global_ctx_freewjbig2_make_global_ctx jbig2_ctx_free/_Jbig2Allocator alloc# free# realloc#/  E!    E/GJBIG2_OPTIONS_EMBEDDEDP  Y b {jbig2_ctx_new"GOSHA1_Final::ESHA1_UpdateCLSHA1_Init"getopt_longstrdupstrrchr==strncpyFEstrncmpE Esize_tstrlen.mkstempUmkstemp|malloc Efree exitatoi off64_tftelloQfseekofsetposfgetpos#tmpfile+freopenv"4vfopen off_tftellofseeko??snprintfEH$fsetposfgetpos {freadPPfprintfY$freopenfopenB fcloseh#tmpfile sha1.c /var/tmp/jbig2dec-0.11 /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -DHAVE_CONFIG_H -I. -I. -I. -g -c sha1.c -W0,-xp\$XAoAMiKWqCXMU2g.Xa;g;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;G=$XAoAMiKWqCXMU2g.;backend;raw;cd;DBG_GEN 5.2.7]SHA1_Transform%Qn=statexrbufferpa*lb*hc*dd*`e*\@c#l#CHAR64LONG16blockPD unsigned uint32_t * unsigned char Fuint8_t W i long W@{? *@{ SHA1_InitQR$n contextxD *){ *F{ W@c{?\state #count)#bufferF# cSHA1_CTX SHA1_UpdateRHSnQcontextxZdataplenhit`jtXD W Q unsigned long csize_t tSHA1_FinalTV8ncontextxdigestpi*lfinalcountdD W W;{ void ; intmemsetCCLc ; memcpyCCc {{__FILE__pad#  {off64_tftello X fseekoLX{L { fsetposLX {fgetposLX FILE tmpfile# char A I A [freopen#Rd# A  A fopen#  {off_tftello7fseekoLoX{L { ofsetposLXxfgetposLX A  A freopen# ># A > A Pfopen#  G Ytmpfile#Q /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isojbig2dec.csha1.hint_types.hjbig2.hstdio_impl.hstdio_iso.hgetopt.hstdio.h  4  0 $>0   X L%!PP,, <Z8(  T X5  ,!,!, u ,5M 4  !  04(8 0A,4u  @$4u @)( )  -)4!,< ),<,<,4 ,48-, 0}( /var/tmp/jbig2dec-0.11/usr/include/sys/usr/include/isosha1.cint_types.hsha1.hstdio_iso.hstdio_impl.hstdio.h %^^^^ $$$4 Q   RH$`,$D $&   T%~0$.(%~($( DD%. : ; @ ' D I: ;  D D  ( I$> I: I  !I/  :  I8 I 4I : ;   : . : ; @ ' ID &II  : . : ;@ ' ID I: ; 4I : ; .?  6 : ;@ ' ID  < !I/.? < ' ID I.? < ' D  ' ID !' D ".? < ID #.? < ' ID $ DD%.?  : ; @ ' D I: ;  4I : ;    I8 ID D $> I: I &I I !I/  : .? < ' ID I : .? < ' ID ' >mainj !SHA1_TransformSHA1_InitSHA1_UpdateSHA1_Final')hash_inithash_imagehash_printhash_free[set_output_formatparse_options(print_versioncprint_usageerror_callback `make_output_filename hwrite_page_image write_document_hashmjbig2dec_modeuint32_t uint8_tOSHA1_CTX%jbig2dec_format>jbig2dec_params_t]_Jbig2ImageJbig2Image__FILEFILEoption Jbig2Severity int32_tJbig2CtxJbig2GlobalCtx/_Jbig2Allocator"size_toff64_toff_t *uint32_tWuint8_tcSHA1_CTXtsize_t__FILE off64_tFILEoff_t/Glong_options.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.picdata.bss.symtab.strtab.annotate.comment.debug_loc.debug_info.debug_line.debug_abbrev.debug_pubnames.debug_funcnames.debug_typenames.debug_varnames.shstrtabXX xx XXp"o 0-B H7B ( (BB @ @L  G RV@V@XVPVP^V`V`fVhVhr2\\(G__D ocHcH<dd`xfXfXfXfX fXpa toy{%&33e ;; v&07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!